summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-12-14Add script helpers: join, joinwithMatthias Beyer
2020-12-14Refactor: Move phase module to packageMatthias Beyer
2020-12-14Remove ContainerError type, thiserror dependencyMatthias Beyer
2020-12-14Report phase in which a job errored, if it erroredMatthias Beyer
2020-12-14Fix: Remove trailing ":", which is not needed in OK stateMatthias Beyer
2020-12-11Add "tree-of" subcommand to print dependency tree of a packageMatthias Beyer
2020-12-11Fix: About message of "lint" subcommandMatthias Beyer
2020-12-11Rename for consistency: deny_images -> denied_imagesMatthias Beyer
2020-12-11Add allowlist featureMatthias Beyer
2020-12-11Fix: Test must pass hashmap of sources to packageMatthias Beyer
2020-12-11Add checks whether any package is denied on the target imageMatthias Beyer
2020-12-11Add Display impl for ImageNameMatthias 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 "lint" subcommandMatthias Beyer
2020-12-11Add feature: script lintingMatthias Beyer
2020-12-10Add more verbose error reportingMatthias Beyer
2020-12-10Fix: Add missing trailing quoteMatthias Beyer
2020-12-10Fix: Write job to database, even if it failedMatthias Beyer
2020-12-10Print errors in build subcommand implementationMatthias Beyer
2020-12-10Format the container error message a bit nicer.Matthias Beyer
2020-12-10Remove feature: State message in "OK" case.Matthias Beyer
2020-12-10Add printing of script error messageMatthias Beyer
2020-12-10Rewrite container error reportingMatthias Beyer
2020-12-10Fix: Ignore non-package filesMatthias Beyer
2020-12-10Move script formatting to Script type definitionMatthias Beyer
2020-12-09Add more error context in case of CLI parsing errorsMatthias Beyer
2020-12-09Add some more information in the CLI help outputMatthias Beyer
2020-12-09Add some more trace outputMatthias Beyer
2020-12-09Merge branch 'db-job-output-styling' into masterMatthias Beyer
2020-12-09Fix weird rendering bug of progress barsMatthias Beyer
2020-12-09Add package name and version in progress bar messageMatthias Beyer
2020-12-09Fix: Do not escape anything in handlebars templatesMatthias Beyer
2020-12-09Add support for script output styling in "db job" subcommandMatthias Beyer
2020-12-09Move script output modification argument construction into helper functionsMatthias Beyer
2020-12-09Add debugging output in hash verification codeMatthias Beyer
2020-12-09Add progress spinners for source verification routines.Matthias Beyer
2020-12-09Make ProgressBars helper able to create spinnersMatthias Beyer
2020-12-09Fix command implementation for source verification to log errors properlyMatthias Beyer
2020-12-09Change implementation to return Ok(()) on successMatthias Beyer
2020-12-09Add more log output in case of error when downloading sourcesMatthias Beyer
2020-12-09Fix: Create directory for source entry before creating fileMatthias Beyer
2020-12-09Fix: Missing CLI definitionMatthias Beyer
2020-12-08Merge branch 'refactor-orchestrator' into masterMatthias Beyer
2020-12-08Move progress bar instantiation out of JobHandle implementationMatthias Beyer
2020-12-08Merge 'check-env' into masterMatthias Beyer
2020-12-08Change output to be always printedMatthias Beyer
2020-12-08Fix: build and runtime deps should be uniqueMatthias Beyer
2020-12-08Implement checking of allowed environment variablesMatthias Beyer