summaryrefslogtreecommitdiffstats
path: root/src/commands
AgeCommit message (Expand)Author
2021-02-22Fix: Re-use submit UUID if staging directory is overwrittenMatthias Beyer
2021-02-22Remove printlnMatthias Beyer
2021-02-15Fix: The {status} interpolation contains the word "exit" alreadyMatthias Beyer
2021-02-15Merge branch 'repository-logging'Matthias Beyer
2021-02-15Add logging which repository search mechanism is usedMatthias Beyer
2021-02-15Revert "Add output limit, default 50"Matthias Beyer
2021-02-11Add output limit, default 50Matthias Beyer
2021-02-11Fix: Make sure artifacts are listed asc by idMatthias Beyer
2021-02-11Fix: Collect results first, then abort on first resultMatthias Beyer
2021-02-11Implement find-artifact subcommandMatthias Beyer
2021-02-08Colorize log output for better discoverabilityMatthias Beyer
2021-02-08Remove `Artifact` typeMatthias Beyer
2021-02-06Rewrite package organizational structure using DAGMatthias Beyer
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