summaryrefslogtreecommitdiffstats
path: root/src/filestore
AgeCommit message (Expand)Author
2020-11-14Rewrite to use tokio::sync::RwLockMatthias 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-08Fix artifact testsMatthias Beyer
2020-11-07Fix: Parse artifact name and version from file stemMatthias Beyer
2020-11-07Add logging when finding artifacts in the storeMatthias 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-07Impl FileStoreImpl::is_sub_path()Matthias Beyer
2020-11-06Implement Debug for store frontend typesMatthias Beyer
2020-11-06Add helper functions in filestore implementationsMatthias Beyer
2020-11-05Change MergedStores interface to return clonesMatthias Beyer
2020-11-05Change MergedStore to take Release/StagingStore via Arc<>Matthias Beyer
2020-11-04Impl equality traits on ArtifactMatthias Beyer
2020-11-04Remove all non-equality "Version constraint" implementationMatthias Beyer
2020-11-03Make FileStoreImpl able to load from PathBuf directlyMatthias Beyer
2020-11-03Add StagingStore::write_files_from_tar_stream()Matthias Beyer
2020-11-03Make root visible to other types in moduleMatthias Beyer
2020-11-03Store FileStore root in objectMatthias Beyer
2020-10-28Make file store able to report progressMatthias Beyer
2020-10-28Implement file store abstractionMatthias Beyer
2020-10-28Implement getters on Artifact typeMatthias Beyer
2020-10-28Split parser implementationMatthias Beyer
2020-10-28Add Artifact type for filestoreMatthias Beyer