summaryrefslogtreecommitdiffstats
path: root/src/filestore/staging.rs
AgeCommit message (Expand)Author
2021-11-19Update Copyright string to 2020-2022Matthias Beyer
2021-08-18Refactor: Simplify implementationMatthias Beyer
2021-04-12Remove duplicated codeMatthias Beyer
2021-04-12Filter out the /outputs/ directoryMatthias Beyer
2021-04-06Remove pub from FileStoreImpl::root_path memberMatthias Beyer
2021-04-06Remove outdated commentMatthias Beyer
2021-03-04Do not pass progress bars by value, but by referenceMatthias Beyer
2021-02-08Remove `Artifact` typeMatthias Beyer
2021-01-25Let the JobHandle::run() return a Vec<Artifact>Matthias Beyer
2021-01-21Reimplement: Orchestrator::run()Matthias Beyer
2021-01-18Run `cargo fmt`Matthias Beyer
2021-01-15Fix clippy: this import is redundantMatthias Beyer
2021-01-13Add LICENSE file and license headersMatthias Beyer
2020-12-07Remove AsRef<Path> for StoreRoot implMatthias Beyer
2020-12-07Make stores only loadable with StoreRoot objectMatthias Beyer
2020-12-07Add runtime check in ArtifactPath::newMatthias Beyer
2020-12-07Remove StoreRoot::join_path()Matthias Beyer
2020-12-07Make FullArtifactPath a tuple of StoreRoot and ArtifactPathMatthias Beyer
2020-12-07Remove AsRef<Path> for FullArtifactPath implMatthias Beyer
2020-12-07Add ArtifactPath, StoreRootMatthias Beyer
2020-12-07Deny macro_use from external crateMatthias Beyer
2020-12-07Remove unused importsMatthias Beyer
2020-12-07Remove StagingStore::load_from_path() (unused)Matthias Beyer
2020-12-03Make sure only the relative pathes are written to databaseMatthias Beyer
2020-12-03Cleanup importsMatthias Beyer
2020-11-09Fix: Checking resulting paths into the staging storeMatthias Beyer
2020-11-09Add more trace outputMatthias Beyer
2020-11-08Remove unused imports, sort importsMatthias Beyer
2020-11-07Add some more error context messagesMatthias Beyer
2020-11-07Fix: We only care about file entries from the result TARMatthias Beyer
2020-11-06Implement Debug for store frontend typesMatthias Beyer
2020-11-06Add helper functions in filestore implementationsMatthias Beyer
2020-11-03Add StagingStore::write_files_from_tar_stream()Matthias Beyer
2020-10-28Make file store able to report progressMatthias Beyer
2020-10-28Implement file store abstractionMatthias Beyer