summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-11-11Move to have "source" subcommandMatthias Beyer
2020-11-11Add command: verify-sourcesMatthias Beyer
2020-11-11Add configuration setting for source cache rootMatthias Beyer
2020-11-11Add source cache typesMatthias Beyer
2020-11-11Add hash algorithms to verify source integrityMatthias Beyer
2020-11-11Fix: Remove doubled CLI interface definitionMatthias Beyer
2020-11-11Fix: Create staging directory if it does not existMatthias Beyer
2020-11-11Fix: Remove trailing quote characterMatthias Beyer
2020-11-11Update schema: Run migrationsMatthias Beyer
2020-11-10Merge branch 'db-cli-to-command'Matthias Beyer
2020-11-10Merge branch 'uuid-staging-dir'Matthias Beyer
2020-11-10Merge branch 'tree-as-vec'Matthias Beyer
2020-11-10Generate staging-dir directory nameMatthias Beyer
2020-11-10Change Tree implementation to be a Vec<_>Matthias Beyer
2020-11-10Move DB cli interface to proper placeMatthias Beyer
2020-11-10Split configuration module in multiple filesMatthias Beyer
2020-11-09Add CLI option to hide barsMatthias Beyer
2020-11-09Change implementation to be able to hide bars easilyMatthias Beyer
2020-11-09Add helper to check whether stdout is a pipeMatthias Beyer
2020-11-09Add subcommand: find-pkgMatthias Beyer
2020-11-09Add subcommand: env-ofMatthias Beyer
2020-11-09Add filter generation helper: filter by version constraintMatthias Beyer
2020-11-09Add convenience function: PackageVersionConstraint::new(String)Matthias Beyer
2020-11-09Fix: Do not get shorthand of git commit, but hashMatthias Beyer
2020-11-09Report created packages at the end of orchestrator runMatthias Beyer
2020-11-09Fix: Checking resulting paths into the staging storeMatthias Beyer
2020-11-09Add more trace outputMatthias Beyer
2020-11-08Remove unused debug print helperMatthias Beyer
2020-11-08Remove doc comment, use normal comment hereMatthias Beyer
2020-11-08Do not pass objects not neededMatthias Beyer
2020-11-08Remove unused "mut" keywordMatthias Beyer
2020-11-08Remove unused variableMatthias Beyer
2020-11-08Move command implementations into dedicated moduleMatthias Beyer
2020-11-08Move package print format setting from CLI into config fileMatthias Beyer
2020-11-08Move docker module to own fileMatthias Beyer
2020-11-08Remove unused imports, sort importsMatthias Beyer
2020-11-08Fix: build_package_filter_by_dependency_name() filters can failMatthias Beyer
2020-11-08Fix artifact testsMatthias Beyer
2020-11-08Add debug outputMatthias Beyer
2020-11-07Merge branch 'progressbars'Matthias Beyer
2020-11-07Implement progress bars in orchestratorMatthias Beyer
2020-11-07Make build() less async, add progress barsMatthias Beyer
2020-11-07Add ProgressBars helper for generating bar for jobset and jobMatthias Beyer
2020-11-07Add JobSet::len()Matthias Beyer
2020-11-07Degrade ProgressBars to a simple progress-bar-generation helperMatthias Beyer
2020-11-07Change progress bar format to be a configuration parameter.Matthias Beyer
2020-11-07Remove progress bar from package file counting routineMatthias Beyer
2020-11-07Implement versions-of <pkg> commandMatthias Beyer
2020-11-07Fix: Parse artifact name and version from file stemMatthias Beyer
2020-11-07Add logging when finding artifacts in the storeMatthias Beyer