summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-09-16Add CLI parameters for tree-of subcommand to add condition-checking dataMatthias Beyer
2021-09-16Add passing of data for condition-checkMatthias Beyer
2021-09-16Add conditional dependency support for runtime dependency typeMatthias Beyer
2021-09-16Add conditional dependency support for build dependency typeMatthias Beyer
2021-09-16Add getters for Condition membersMatthias Beyer
2021-09-16Add conditional dependency variantMatthias Beyer
2021-09-16Add types for conditional dependenciesMatthias Beyer
2021-09-16Rewrite Dependency type as enumMatthias Beyer
2021-09-16Add test: parsing DependencyMatthias Beyer
2021-09-16Rewrite BuildDependency type as enumMatthias Beyer
2021-09-16Add test: parsing BuildDependencyMatthias Beyer
2021-09-16Schedule to host where fewer containers are runningMatthias Beyer
2021-09-16Add trace output when altering handle bookkeeping of running jobsMatthias Beyer
2021-09-16Add fn to get number of running containers on endpointMatthias Beyer
2021-09-16Add debug output of utilization of endpointMatthias Beyer
2021-09-16Fix clippy: Remove needless borrowMatthias Beyer
2021-09-16Fix clippy: Remove needless borrowMatthias Beyer
2021-09-16Fix clippy: Remove needless borrowMatthias Beyer
2021-09-09Merge branch 'rewrite-find-artifact'Matthias Beyer
2021-09-09Merge branch 'submits-with-pkg-name-version'Matthias Beyer
2021-09-09Merge branch 'submits-on-image'Matthias Beyer
2021-09-09Add --image flag to "db submits" command for filtering for a specific imageMatthias Beyer
2021-09-09Add package name/version output in "db submits" commandMatthias Beyer
2021-09-06Add CLI option to call find-artifacts subcommand with filter for imageMatthias Beyer
2021-09-06Fix: Only reuse artifacts that were built on the same imageMatthias Beyer
2021-09-06Add support for filtering by image nameMatthias Beyer
2021-09-06Refactor: Use ? operator to remove indention levelMatthias Beyer
2021-09-06Rewrite interface for finding artifacts with builderMatthias Beyer
2021-08-31Pin dependency clapMatthias Beyer
2021-08-31Add CHANGELOG for v0.2.1Matthias Beyer
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-27Merge branch 'fast-repository-loading'Matthias 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