summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-08-26Derive Debug for filesystem interface typesMatthias Beyer
2021-08-26Add tests for Filesystem content aggregation codeMatthias Beyer
2021-08-26Allow unused code for nowMatthias Beyer
2021-08-26Add an intermediate pkg.toml file content file collecting contentsMatthias Beyer
2021-08-26Add helper fn to check whether a file is a leafMatthias Beyer
2021-08-26Add method to get all pkg.toml file contents for a pathMatthias Beyer
2021-08-26Store pathes to pkg.toml files as wellMatthias Beyer
2021-08-26Add Filesystem layer for loading files from FS without parsingMatthias Beyer
2021-08-26Update MSRV note in ReadmeMatthias Beyer
2021-08-25Fix: do not require --commit flag in submits subcommandMatthias Beyer
2021-08-18Merge branch 'refactor'Matthias Beyer
2021-08-18Refactor: Calculate number of dependency for allocating HashMapsMatthias Beyer
2021-08-18Refactor: Reduce indention with more chainingMatthias Beyer
2021-08-18Refactor: Simplify with more method chainingMatthias Beyer
2021-08-18Refactor: Simplify PreparedContainer::start() with more method chainingMatthias Beyer
2021-08-18Refactor: Simplify implementationMatthias Beyer
2021-08-18Refactor: Shorten implementationMatthias Beyer
2021-08-18Fix indentationMatthias Beyer
2021-08-18Refactor iteration to be less nestedMatthias Beyer
2021-08-18Refactor getting patches and ignoring NotFound errorMatthias Beyer
2021-08-18Refactor patch mapping to pathMatthias Beyer
2021-08-18Use anyhow!() to create errors instead of format!()Matthias Beyer
2021-08-17Merge branch 'revert-spinner-db-connecting'Matthias Beyer
2021-08-17Merge branch 'submits-for-commit'Matthias Beyer
2021-08-17Merge branch 'fix-missing-log-dir'Matthias Beyer
2021-08-17Merge branch 'import-v020-patches'Matthias Beyer
2021-08-17Merge branch 'verify-multi'Matthias Beyer
2021-08-17Merge branch 'download-multi'Matthias Beyer
2021-08-17Merge branch 'fix-dependency-string-parsing'Matthias Beyer
2021-08-17Revert "Add spinner for establishing database connection"Matthias Beyer
2021-08-17Add option to get submits for a specific commitMatthias Beyer
2021-08-17Fix: Construct logfile name properlyMatthias Beyer
2021-08-17Add error context when opening logfileMatthias Beyer
2021-08-16Add option to verify packages by name regexMatthias Beyer
2021-08-16Add option to download packages by name regexMatthias Beyer
2021-08-13Fix: Allow punctuation (.-) in package nameMatthias Beyer
2021-08-13Update version string to 0.2.0Matthias Beyer
2021-08-13Changelog for v0.2.0Matthias Beyer
2021-08-12Fix: Do not use wildcard expression in dependenciesMatthias Beyer
2021-08-12Fix: Pass Some(_) progressbar in testsMatthias Beyer
2021-08-12Fix clippy: Replace map-collect-to-result with try_for_each()Matthias Beyer
2021-08-12Fix clippy: Use unused valueMatthias Beyer
2021-08-12Fix clippy: Remove unnecessary return keywordMatthias Beyer
2021-08-12Fix Allow enum variant names with equal prefix hereMatthias Beyer
2021-08-12Fix clippy: Remove needless borrowsMatthias Beyer
2021-07-27Merge branch 'download-redirect-follow'Matthias Beyer
2021-07-27Merge branch 'parallelize-package-print-preparation'Matthias Beyer
2021-07-27Merge branch 'optional-dag-loading-progress'Matthias Beyer
2021-07-27Merge branch 'endpoint-images'Matthias Beyer
2021-07-27Merge branch 'package-print-format'Matthias Beyer