summaryrefslogtreecommitdiffstats
path: root/src/commands
AgeCommit message (Expand)Author
2021-10-12Rewrite to be more idomaticMatthias Beyer
2021-10-12Late error reporting in release commandMatthias Beyer
2021-09-17Merge branch 'fix-release'Matthias Beyer
2021-09-17Fix: Delete target path before copying file to itMatthias Beyer
2021-09-17Fix: Add more error context if release copy procedure failsMatthias Beyer
2021-09-17List commit hash a submit was built from in the "db submit" outputMatthias Beyer
2021-09-16Add tests for DAG-building with conditional dependencyMatthias Beyer
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-09Merge branch 'rewrite-find-artifact'Matthias Beyer
2021-09-09Merge branch 'submits-with-pkg-name-version'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-06Rewrite interface for finding artifacts with builderMatthias Beyer
2021-08-17Merge branch 'revert-spinner-db-connecting'Matthias Beyer
2021-08-17Merge branch 'submits-for-commit'Matthias Beyer
2021-08-17Merge branch 'verify-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-16Add option to verify packages by name regexMatthias Beyer
2021-08-16Add option to download packages by name regexMatthias Beyer
2021-08-12Fix clippy: Replace map-collect-to-result with try_for_each()Matthias Beyer
2021-08-12Fix clippy: Remove unnecessary return keywordMatthias 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 'connecting-spinner'Matthias Beyer
2021-07-21Refactor: Move helper fn to in outermost scopeMatthias Beyer
2021-07-21Sort importsMatthias Beyer
2021-07-01Fix: Follow HTTP redirectsMatthias Beyer
2021-07-01Refactor: Move helper fn to in outermost scopeMatthias Beyer
2021-06-24Add spinner for establishing database connectionMatthias Beyer
2021-06-23Add implementation of "endpoint images" subcommandMatthias Beyer
2021-06-18Remove progressbar for tree-of subcommandMatthias Beyer
2021-06-18Make progress bar for loading DAG optionalMatthias Beyer
2021-06-16Move what-depends implementation to new package print interfaceMatthias Beyer
2021-06-16Move dependencies-of implementation to new package print interfaceMatthias Beyer
2021-06-16Iterator adaptor for package printing mechanicMatthias Beyer
2021-06-07Add flag to filter releases by packageMatthias Beyer
2021-06-07Revert "Add support for filtering releases by package name and version"Matthias Beyer
2021-06-07Add flag to filter releases by storeMatthias Beyer
2021-06-07Add package filtering for "db jobs" subcommandMatthias Beyer
2021-06-07Add endpoint filtering in "db jobs" subcommandMatthias Beyer
2021-06-07Add date-filtering to "db jobs" subcommandMatthias Beyer
2021-06-07Refactor: Simplify query buildingMatthias Beyer
2021-06-07Capitalize table headingsMatthias Beyer
2021-06-07Remove database IDs from outputMatthias Beyer