summaryrefslogtreecommitdiffstats
path: root/src/commands/build.rs
AgeCommit message (Expand)Author
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
2020-12-03Add hash verification before starting build (skip via CLI flag)Matthias Beyer
2020-11-26Update dependency: clap: 3.0.0-beta.1 -> 3.0.0-beta.2Matthias Beyer
2020-11-16Add passing of additional envMatthias Beyer
2020-11-16Add additional-env to database writingMatthias Beyer
2020-11-14Implement on-disk logsMatthias Beyer
2020-11-14Rewrite to use tokio::sync::RwLockMatthias Beyer
2020-11-13Add logging: trace!() submit object after creating submit entry in databaseMatthias Beyer
2020-11-11Copy package source to container before running buildMatthias Beyer
2020-11-11Fix: Create staging directory if it does not existMatthias Beyer
2020-11-10Generate staging-dir directory nameMatthias Beyer
2020-11-09Report created packages at the end of orchestrator runMatthias Beyer
2020-11-08Remove doc comment, use normal comment hereMatthias Beyer
2020-11-08Move command implementations into dedicated moduleMatthias Beyer