summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-08-30Merge branch 'fix-patch-loading'Matthias Beyer
2021-08-30Fix clippy: Use or_insert_with() for less runtime costMatthias Beyer
2021-08-30Fix clippy: Use character constantMatthias Beyer
2021-08-30Fix: implement unimplemented!()Matthias Beyer
2021-08-30Fix: Do not join patch path with root directory pathMatthias Beyer
2021-08-27Fix: Remove unused importsMatthias Beyer
2021-08-27Fix: Replace unimplemented!() match arm with bail!()Matthias Beyer
2021-08-27Optimize: If there is a PathComponent::PkgToml, we can return true right awayMatthias Beyer
2021-08-27Split repository::fs into modules and expose only necessary interfaceMatthias Beyer
2021-08-27Add documentation to repository::fs moduleMatthias Beyer
2021-08-26Reimplement Repository::load() with parallelismMatthias Beyer
2021-08-26Make sure we open as many files as possible in the recursionMatthias Beyer
2021-08-26Fix: Do not push the full (absolute) path but only the relative oneMatthias Beyer
2021-08-26Fix: do not filter out directoriesMatthias Beyer
2021-08-26Add getter for FileSystemRepresentation::rootMatthias Beyer
2021-08-26Reimplement repository loadingMatthias Beyer
2021-08-26Return the path to the file that was loaded as wellMatthias Beyer
2021-08-26Add PathComponent::dir_name() helper fnMatthias Beyer
2021-08-26Add getter for FileSystemRepresentation::filesMatthias Beyer
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-25Fix: do not require --commit flag in submits subcommandMatthias 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 'verify-multi'Matthias Beyer
2021-08-17Merge branch 'download-multi'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