summaryrefslogtreecommitdiffstats
path: root/src/commands
AgeCommit message (Expand)Author
2021-01-20Move the cleanness check to the "build" command implementationMatthias Beyer
2021-01-19Collect environment variables into comma-seperated listMatthias Beyer
2021-01-19Merge branch 'verification-colored'Matthias Beyer
2021-01-19Add some color in the hash verification routineMatthias Beyer
2021-01-19Fix: Hash verification not asyncMatthias Beyer
2021-01-19Fix: Missing variable name for interpolationMatthias Beyer
2021-01-18Post-format clippy cleanupMatthias Beyer
2021-01-18Run `cargo fmt`Matthias Beyer
2021-01-18Add comments on subcommand implementationsMatthias Beyer
2021-01-15Fix clippy: this `else { if .. }` block can be collapsedMatthias Beyer
2021-01-15Fix clippy: using `writeln!(outlock, "")`Matthias Beyer
2021-01-15Fix clippy: this `if` statement can be collapsedMatthias Beyer
2021-01-15Fix clippy: this `else { if .. }` block can be collapsedMatthias Beyer
2021-01-15Fix clippy: this `else { if .. }` block can be collapsedMatthias Beyer
2021-01-15Fix clippy: this `else { if .. }` block can be collapsedMatthias Beyer
2021-01-15Allow too many arguments for crate::commands::build()Matthias Beyer
2021-01-15Fix clippy: `.map().collect()` can be replaced with `.try_for_each()`Matthias Beyer
2021-01-15Fix clippy: useless use of `format!`Matthias Beyer
2021-01-15Fix clippy: `.map().collect()` can be replaced with `.try_for_each()`Matthias Beyer
2021-01-15Fix clippy: unneeded `return` statementMatthias Beyer
2021-01-15Fix clippy: redundant cloneMatthias Beyer
2021-01-15Fix clippy: useless use of `format!`Matthias Beyer
2021-01-15Fix clippy: field assignment outside of initializer for an instance created w...Matthias Beyer
2021-01-15Fix clippy: field assignment outside of initializer for an instance created w...Matthias Beyer
2021-01-15Fix clippy: `.map().collect()` can be replaced with `.try_for_each()`Matthias Beyer
2021-01-15Allow identity operation here to be more expressiveMatthias Beyer
2021-01-15Fix clippy: `.map().collect()` can be replaced with `.try_for_each()`Matthias Beyer
2021-01-15Fix clippy: `.map().collect()` can be replaced with `.try_for_each()`Matthias Beyer
2021-01-15Fix clippy: `.map().collect()` can be replaced with `.try_for_each()`Matthias Beyer
2021-01-15Fix clippy: writing `&Vec<_>` instead of `&[_]` involves one more reference a...Matthias Beyer
2021-01-15Fix clippy: called `filter(..).next()` on an `Iterator`. This is more succinc...Matthias Beyer
2021-01-15Fix clippy: you should consider adding a `Default` implementation for `packag...Matthias Beyer
2021-01-15Add feature to mark a source entry as manual downloadMatthias Beyer
2021-01-15Reimplement tree printing using 'ptree'Matthias Beyer
2021-01-15Merge branch 'released-artifacts'Matthias Beyer
2021-01-15Merge branch 'submit-with-pkg'Matthias Beyer
2021-01-14Refactor: Simplify implementationMatthias Beyer
2021-01-14Print environment variables in CLIMatthias Beyer
2021-01-14Add ENV filtering for "db jobs" subcommandMatthias Beyer
2021-01-14Move splitting of CLI env k-v-string to utility moduleMatthias Beyer
2021-01-14Fix: with-pkg includes for-pkgMatthias Beyer
2021-01-14Add --for-pkg in "db submits" commandMatthias Beyer
2021-01-14Fix: Submit is associated with Package and ImageMatthias Beyer
2021-01-14Add --with-pkg flag for "db submits" commandMatthias Beyer
2021-01-14Print release date in "db artifacts" subcommandMatthias Beyer
2021-01-14Update implementation for dedicated release tableMatthias Beyer
2021-01-13Add LICENSE file and license headersMatthias Beyer
2021-01-12Check whether all phases are available and usedMatthias Beyer
2021-01-04Add an prefix when logging error messagesMatthias Beyer
2020-12-15Fix: Only print phase name if error came from scriptMatthias Beyer