summaryrefslogtreecommitdiffstats
path: root/src/commands
AgeCommit message (Expand)Author
2020-12-15Fix: Overflowing subtractionMatthias Beyer
2020-12-15Fix: Only print message if there are in fact artifacts createdMatthias Beyer
2020-12-14Do not print "hidden" strings, but only print env/script/log when askedMatthias Beyer
2020-12-14Subcommand "db job": Write out submit uuid as wellMatthias Beyer
2020-12-14Add debug output in release subcommandMatthias Beyer
2020-12-14Report phase in which a job errored, if it erroredMatthias Beyer
2020-12-11Add "tree-of" subcommand to print dependency tree of a packageMatthias 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 "lint" subcommandMatthias 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-10Remove feature: State message in "OK" case.Matthias Beyer
2020-12-10Rewrite container error reportingMatthias 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 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 support for script output styling in "db job" subcommandMatthias 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-09Add more log output in case of error when downloading sourcesMatthias 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-08Add --all flag in find-pkg implementationMatthias Beyer
2020-12-08Cleanup: Use struct for flags, to be more typesafeMatthias Beyer
2020-12-08Support --dependency-type in find-pkg subcommandMatthias Beyer
2020-12-08Add script highlighting in find-pkg implementationMatthias Beyer
2020-12-08Move script highlighting to helper functionMatthias Beyer
2020-12-08Enhance find-pkg subcommand to take more flags for printing package informationMatthias Beyer
2020-12-08Add ui::print_packages support for more package data via flagsMatthias Beyer
2020-12-08Rewrite find-pkg filtering to support optional package version constraintsMatthias Beyer
2020-12-07Make sources namedMatthias 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-07Cleanup: Add missing "dyn" keywordMatthias Beyer
2020-12-07Remove unused variableMatthias Beyer
2020-12-07Add missing --csv implementation for subcommand `db job`Matthias Beyer
2020-12-07Remove unused variableMatthias Beyer
2020-12-07Remove passing of additional env variablesMatthias Beyer