summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-01-15Add compatiblity setting in configuration fileMatthias Beyer
2021-01-15Merge branch 'filter-jobs'Matthias Beyer
2021-01-15Refactor: Chain iterators and collect at onceMatthias Beyer
2021-01-14Refactor: Simplify implementationMatthias Beyer
2021-01-14Print environment variables in CLIMatthias Beyer
2021-01-14Add ENV filtering for "db jobs" subcommandMatthias Beyer
2021-01-14Move splitting of CLI env k-v-string to utility moduleMatthias Beyer
2021-01-13Revert "Reimplement hash verification"Matthias Beyer
2021-01-13Add LICENSE file and license headersMatthias Beyer
2021-01-12Check whether all phases are available and usedMatthias Beyer
2021-01-12Move hashing itself into blocking taskMatthias Beyer
2021-01-12Reimplement hash verificationMatthias Beyer
2021-01-12Fix: Spawn filesystem task on a blocking tokio threadMatthias Beyer
2021-01-11Fix: Remove indentation from script snippets when building scriptChristoph Prokop
2021-01-11Fix: Do not use tokio in SourceEntry::verify_hash()Christoph Prokop
2021-01-11Fix: Add environment from job definitionChristoph Prokop
2021-01-11Fix: Add type annotationMatthias Beyer
2021-01-04Add an prefix when logging error messagesMatthias Beyer
2021-01-04Make use of JobHandle::create_job_run_error() to add verbose error messageMatthias Beyer
2021-01-04Add JobHandle::create_job_run_error() helper function for constructing nice e...Matthias Beyer
2021-01-04Add PreparedContainer::create_info() getter for getting container id for erro...Matthias Beyer
2020-12-16Replace manual Display implementations with deriveMatthias Beyer
2020-12-15Fix: Only print phase name if error came from scriptMatthias Beyer
2020-12-15Add subcommand to generate CLI completion scriptMatthias Beyer
2020-12-15Refactor job running on endpointMatthias Beyer
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-14Fix: Add constraints that artifact entries must be unique by path and job idMatthias Beyer
2020-12-14Add more trace logging for database objects createdMatthias Beyer
2020-12-14Add debug output in release subcommandMatthias Beyer
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