summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-01-15Fix clippy: `.map().collect()` can be replaced with `.try_for_each()`Matthias Beyer
2021-01-15Fix clippy: `.map().collect()` can be replaced with `.try_for_each()`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: called `filter(..).next()` on an `Iterator`. This is more succinc...Matthias Beyer
2021-01-15Allow too many arguments for crate::db::models::Job::create()Matthias Beyer
2021-01-15Fix clippy: using `clone` on a `Copy` typeMatthias Beyer
2021-01-15Fix clippy: useless conversion to the same type: `anyhow::Error`Matthias Beyer
2021-01-15Fix style: Remove trailing whitespaceMatthias Beyer
2021-01-15Fix clippy: calls to `std::mem::drop` with a reference instead of an owned va...Matthias Beyer
2021-01-15Fix clippy: redundant closure foundMatthias Beyer
2021-01-15Fix clippy: writing `&Vec<_>` instead of `&[_]` involves one more reference a...Matthias Beyer
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