summaryrefslogtreecommitdiffstats
path: root/src/commands/build.rs
AgeCommit message (Expand)Author
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
2020-12-11Add checks whether any package is denied on the target imageMatthias Beyer
2020-12-11Refactor linting implementation to utility functionMatthias Beyer
2020-12-11Refactor "build" subcommand linting implementation to match "lint" subcommandMatthias Beyer
2020-12-11Refactor to find linter from repository rootMatthias Beyer
2020-12-11Add feature: script lintingMatthias Beyer
2020-12-10Add more verbose error reportingMatthias Beyer
2020-12-10Print errors in build subcommand implementationMatthias Beyer
2020-12-10Rewrite container error reportingMatthias Beyer
2020-12-09Fix weird rendering bug of progress barsMatthias Beyer
2020-12-09Add progress spinners for source verification routines.Matthias Beyer
2020-12-09Fix command implementation for source verification to log errors properlyMatthias Beyer
2020-12-08Merge 'check-env' into masterMatthias Beyer
2020-12-08Change output to be always printedMatthias Beyer
2020-12-08Use EnvironmentVariableName type for names of ENV variablesMatthias Beyer
2020-12-07Make stores only loadable with StoreRoot objectMatthias Beyer
2020-12-07Implement shebang overwritingMatthias Beyer
2020-12-07Fix: Source cache root can be a PathBuf in the configurationMatthias Beyer
2020-12-07Deny macro_use from external crateMatthias Beyer
2020-12-07Remove unused importsMatthias Beyer
2020-12-07Remove unused variableMatthias Beyer
2020-12-07Remove passing of additional env variablesMatthias Beyer
2020-12-04Add strict script interpolationMatthias Beyer
2020-12-03Fix: Write full filepath when finished buildingMatthias Beyer
2020-12-03Fix: Let "randomized" staging directory name be submit uuidMatthias Beyer
2020-12-03Add artifact in database and let job return list of artifacts instead of pathesMatthias Beyer
2020-12-03Remove variable interpolation in config fileMatthias Beyer