summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-01-15Fix clippy: explicit lifetimes given in parameter types where they could be e...Matthias Beyer
2021-01-15Fix clippy: this `.into_iter()` call is equivalent to `.iter()` and will not ...Matthias Beyer
2021-01-15Fix clippy: called `.as_ref().map(String::deref)` on an Option value. This ca...Matthias Beyer
2021-01-15Fix clippy: useless conversion to the same type: `anyhow::Error`Matthias Beyer
2021-01-15Fix clippy: writing `&Vec<_>` instead of `&[_]` involves one more reference a...Matthias Beyer
2021-01-15Fix clippy: this `.into_iter()` call is equivalent to `.iter()` and will not ...Matthias Beyer
2021-01-15Fix clippy: `.map().collect()` can be replaced with `.try_for_each()`Matthias Beyer
2021-01-15Fix clippy: writing `&Vec<_>` instead of `&[_]` involves one more reference a...Matthias Beyer
2021-01-15Fix clippy: redundant cloneMatthias Beyer
2021-01-15Fix clippy: redundant closure foundMatthias Beyer
2021-01-15Fix clippy: useless conversion to the same type: `std::vec::Vec<u8>`Matthias Beyer
2021-01-15Fix clippy: useless use of `format!`Matthias Beyer
2021-01-15Fix clippy: using `clone` on a `Copy` typeMatthias Beyer
2021-01-15Fix clippy: explicit lifetimes given in parameter types where they could be e...Matthias Beyer
2021-01-15Fix clippy: you are using an explicit closure for cloning elementsMatthias Beyer
2021-01-15Fix clippy: writing `&Vec<_>` instead of `&[_]` involves one more reference a...Matthias Beyer
2021-01-15Fix clippy: calling `push_str()` using a single-character string literalMatthias Beyer
2021-01-15Fix clippy: you should consider adding a `Default` implementation for `packag...Matthias Beyer
2021-01-15Fix clippy: single-character string constant used as patternMatthias Beyer
2021-01-15Fix clippy: unneeded `return` statementMatthias Beyer
2021-01-15Fix clippy: return the expression directlyMatthias Beyer
2021-01-15Add feature to mark a source entry as manual downloadMatthias Beyer
2021-01-15Reimplement tree printing using 'ptree'Matthias Beyer
2021-01-15Merge branch 'released-artifacts'Matthias Beyer
2021-01-15Merge branch 'submit-with-pkg'Matthias Beyer
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-14Fix: with-pkg includes for-pkgMatthias Beyer
2021-01-14Add --for-pkg in "db submits" commandMatthias Beyer
2021-01-14Fix: Submit is associated with Package and ImageMatthias Beyer
2021-01-14Add --with-pkg flag for "db submits" commandMatthias Beyer
2021-01-14Print release date in "db artifacts" subcommandMatthias Beyer
2021-01-14Update implementation for dedicated release tableMatthias Beyer
2021-01-14Add migration for dedicated release tableMatthias 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