summaryrefslogtreecommitdiffstats
path: root/src/commands
AgeCommit message (Expand)Author
2021-12-02Merge branch 'optimize-mass-download'HEADmasterMatthias Beyer
2021-12-02Fix: Increase bar length when adding downloadMatthias Beyer
2021-12-02Fix: Add missing closing parenMatthias Beyer
2021-12-02Introduce semaphore for max of 100 concurrent downloadsMatthias Beyer
2021-12-02Optimize: Do not increase the download counter too soonMatthias Beyer
2021-12-02Optimize: Write bytes to disk and increase statusbar in parallelMatthias Beyer
2021-12-02Fix: Do not finish download twiceMatthias Beyer
2021-12-02Add doc for helper typeMatthias Beyer
2021-12-02Outsource "source download" subcommand implMatthias Beyer
2021-12-02Move source command implementation to submoduleMatthias Beyer
2021-12-02Add progress wrapperMatthias Beyer
2021-12-02Remove multiple progress when downloadingMatthias Beyer
2021-12-02Fix: Use already existing response type to get byte stream, instead of starti...Matthias Beyer
2021-11-19Fix error/info messages for binary nameMatthias Beyer
2021-11-19Update Copyright string to 2020-2022Matthias Beyer
2021-11-12Merge branch 'source-download-timeout' into nextMatthias Beyer
2021-11-11Format listed jobs timestamps without millisecondsMatthias Beyer
2021-11-11Add support for timeout in source download subcommandMatthias Beyer
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