summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-01-13Add more Authors to Cargo.tomlMatthias Beyer
2021-01-13Set license in Cargo.tomlMatthias Beyer
2021-01-13Add deny.toml for cargo-denyMatthias Beyer
2021-01-13Update with some explanations on what butido is and doesMatthias Beyer
2021-01-12Check whether all phases are available and usedMatthias Beyer
2021-01-12Merge branch 'streaming-verification'Matthias 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-12Pin shiplift to revisionMatthias 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-05Merge branch 'report-connect-string-on-error'Matthias 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 documentation about other handlebar helpersMatthias Beyer
2020-12-14Disable logging in handlebarsMatthias Beyer
2020-12-14Add script helpers: join, joinwithMatthias Beyer
2020-12-14Refactor: Move phase module to packageMatthias Beyer
2020-12-14Merge branch 'doc'Matthias Beyer
2020-12-14Add note about relevanceMatthias Beyer
2020-12-14Add some more documentationMatthias Beyer
2020-12-14Remove ContainerError type, thiserror dependencyMatthias Beyer
2020-12-14Report phase in which a job errored, if it erroredMatthias Beyer
2020-12-14Example: Add example linterMatthias Beyer
2020-12-14Fix example: OK state does not have a message parameterMatthias Beyer
2020-12-14Fix: Remove trailing ":", which is not needed in OK stateMatthias Beyer
2020-12-11CleanupMatthias Beyer
2020-12-11Remove unused dependency: tracingMatthias Beyer
2020-12-11Update configuration exampleMatthias Beyer
2020-12-11Add missing example valueMatthias 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-11Merge branch 'package-image-allowlist' into masterMatthias Beyer
2020-12-11Fix: Test must pass hashmap of sources to packageMatthias Beyer