summaryrefslogtreecommitdiffstats
path: root/src/commands
AgeCommit message (Expand)Author
2021-02-05Remove "tree" from submitMatthias Beyer
2021-02-02Add bytes written/total bytes to status bar messageMatthias Beyer
2021-02-02Fix: Download bar should be joined in blocking tokio taskMatthias Beyer
2021-02-02Add trace output which packages will be verifiedMatthias Beyer
2021-02-02Fix: wait properly for multibar joinMatthias Beyer
2021-01-30Update tokio: 0.2 -> 1.0, shipliftMatthias Beyer
2021-01-25Let the JobHandle::run() return a Vec<Artifact>Matthias Beyer
2021-01-25Reimplement hash verification using streamingMatthias Beyer
2021-01-25Refactor: Move package name regex building to helper functionMatthias Beyer
2021-01-21Reimplement: Orchestrator::run()Matthias Beyer
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