summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
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-02Remove spinner support in progress bar helperMatthias Beyer
2021-12-02Fix: Use already existing response type to get byte stream, instead of starti...Matthias Beyer
2021-11-12Merge branch 'source-download-timeout' into nextMatthias Beyer
2021-11-12Merge branch 'job-failure-message-with-log-command-hint' into nextMatthias Beyer
2021-11-12Merge branch 'jobs-listing-without-ms' into nextMatthias Beyer
2021-11-11Simplify error message if butido is not executed from the package repositoryMatthias Beyer
2021-11-11Format listed jobs timestamps without millisecondsMatthias Beyer
2021-11-11Restructure error output for more screen real estateMatthias Beyer
2021-11-11Add line which can be used to print the job log with butidoMatthias Beyer
2021-11-11Add support for timeout in source download subcommandMatthias Beyer
2021-11-02Fix missing fmt argument in error messageDavid Tolnay
2021-10-19Remove unused fieldMatthias Beyer
2021-10-19Merge branch 'release-late-error'Matthias Beyer
2021-10-12Rewrite to be more idomaticMatthias Beyer
2021-10-12Late error reporting in release commandMatthias Beyer
2021-09-30Fix CLI about text for "source download" subcommandMatthias Beyer
2021-09-29Do not include source hash in source file nameMatthias Beyer
2021-09-23Merge branch 'received-errors-fmt'Matthias Beyer
2021-09-23Add missing license headerMatthias Beyer
2021-09-23Add helper for displaying maps of errorsMatthias 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-17Add GitHash::with_id() to get GitHash object from DB with specific idMatthias Beyer
2021-09-16Merge branch 'dependency-if'Matthias Beyer
2021-09-16Clippy: Allow From<> over Into<> implementation hereMatthias Beyer
2021-09-16Fix clippy: Use BTreeMap instead of HashMapMatthias Beyer
2021-09-16Refactor: Outsource condition-checking and parsing to helper fnMatthias Beyer
2021-09-16Refactor getting package dependencies as helper fnMatthias Beyer
2021-09-16Implement dependency-condition filteringMatthias Beyer
2021-09-16Add trait to match conditions of dependenciesMatthias Beyer
2021-09-16Refactor: Do not use Package::get_self_packaged_dependences() helper fnMatthias Beyer
2021-09-16Add more sensible error messageMatthias Beyer
2021-09-16Add testcase with multiple dependencies specifiedMatthias Beyer
2021-09-16Add condition-matching against dataMatthias Beyer
2021-09-16Add tests for DAG-building with conditional dependencyMatthias Beyer
2021-09-16Impl From<&str> for ImageName if in testing codeMatthias Beyer
2021-09-16Impl Dependency::new_conditional() if in testing codeMatthias Beyer
2021-09-16Impl Condition::new() if in testing codeMatthias 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-16Add conditional dependency support for runtime dependency typeMatthias Beyer
2021-09-16Add conditional dependency support for build dependency typeMatthias Beyer