summaryrefslogtreecommitdiffstats
path: root/src/commands/build.rs
AgeCommit message (Expand)Author
2021-11-19Update Copyright string to 2020-2022Matthias Beyer
2021-09-16Add passing of data for condition-checkMatthias Beyer
2021-08-12Fix clippy: Remove needless borrowsMatthias Beyer
2021-07-27Merge branch 'optional-dag-loading-progress'Matthias Beyer
2021-07-21Sort importsMatthias Beyer
2021-06-18Make progress bar for loading DAG optionalMatthias Beyer
2021-05-11Add module-level docsMatthias Beyer
2021-05-11Refactor: Replace manual string-formatting with LogItem::display() callMatthias Beyer
2021-05-11Refactor: Use moving iterator for ParsedLogMatthias Beyer
2021-05-11Refactor: Implement FromStrMatthias Beyer
2021-04-12Shuffle endpoint configurationsMatthias Beyer
2021-04-08Print submit details before starting buildsMatthias Beyer
2021-03-11Merge branch 'misc'Matthias Beyer
2021-03-11Endpoint configuration as MapMatthias Beyer
2021-03-11Fix: Make error message more readable for humansMatthias Beyer
2021-03-04Remove counting of package filesMatthias Beyer
2021-03-04Do not pass progress bars by value, but by referenceMatthias Beyer
2021-03-01Add feature to pass git author and git commit information to containerMatthias Beyer
2021-03-01Refactor: Open git repository in command::build()Matthias Beyer
2021-02-25Multiple release storesMatthias Beyer
2021-02-22Fix: Re-use submit UUID if staging directory is overwrittenMatthias Beyer
2021-02-22Remove printlnMatthias Beyer
2021-02-15Add logging which repository search mechanism is usedMatthias 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-01-30Update tokio: 0.2 -> 1.0, shipliftMatthias Beyer
2021-01-25Let the JobHandle::run() return a Vec<Artifact>Matthias Beyer
2021-01-21Reimplement: Orchestrator::run()Matthias Beyer
2021-01-20Move the cleanness check to the "build" command implementationMatthias Beyer
2021-01-19Fix: Missing variable name for interpolationMatthias Beyer
2021-01-18Run `cargo fmt`Matthias Beyer
2021-01-18Add comments on subcommand implementationsMatthias 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-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: you should consider adding a `Default` implementation for `packag...Matthias Beyer
2021-01-14Move splitting of CLI env k-v-string to utility moduleMatthias Beyer
2021-01-13Add LICENSE file and license headersMatthias Beyer
2021-01-04Add an prefix when logging error messagesMatthias Beyer
2020-12-15Fix: Only print phase name if error came from scriptMatthias Beyer
2020-12-15Fix: Overflowing subtractionMatthias Beyer
2020-12-15Fix: Only print message if there are in fact artifacts createdMatthias Beyer
2020-12-14Report phase in which a job errored, if it erroredMatthias Beyer
2020-12-11Rename for consistency: deny_images -> denied_imagesMatthias Beyer
2020-12-11Add allowlist featureMatthias Beyer