summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-01-20Move the cleanness check to the "build" command implementationMatthias Beyer
2021-01-20Fix: Check the repository diff to workdir as wellMatthias Beyer
2021-01-19Collect environment variables into comma-seperated listMatthias Beyer
2021-01-19Make database types Eq, PartialEqMatthias Beyer
2021-01-19Merge branch 'verification-colored'Matthias Beyer
2021-01-19Add some color in the hash verification routineMatthias Beyer
2021-01-19Fix: Hash verification not asyncMatthias Beyer
2021-01-19Fix: Linenumbers should start with 1Matthias Beyer
2021-01-19Fix: Do not add newlines when interpolating script helpersMatthias Beyer
2021-01-19Fix: Remove license header from (generated) schema.rs fileMatthias Beyer
2021-01-19Fix: Missing variable name for interpolationMatthias Beyer
2021-01-19Fix clippy: calling `as_bytes()` on a string literalMatthias Beyer
2021-01-18Merge branch 'rustfmt'Matthias Beyer
2021-01-18Post-format clippy cleanupMatthias Beyer
2021-01-18Merge branch 'package-meta-information'Matthias Beyer
2021-01-18Run `cargo fmt`Matthias Beyer
2021-01-18Add a "meta" field for the Package structMatthias Beyer
2021-01-18Add doc on configuration codeMatthias Beyer
2021-01-18Add comments on subcommand implementationsMatthias Beyer
2021-01-18Fix clippy: Remove redundant clone() callsMatthias Beyer
2021-01-18Fix: Add missing field initializationMatthias Beyer
2021-01-15Fix clippy: single-character string constant used as patternMatthias Beyer
2021-01-15Fix clippy: this `.into_iter()` call is equivalent to `.iter()` and will not ...Matthias Beyer
2021-01-15Fix clippy: this `else { if .. }` block can be collapsedMatthias Beyer
2021-01-15Fix clippy: using `writeln!(outlock, "")`Matthias Beyer
2021-01-15Fix clippy: constants have by default a `'static` lifetimeMatthias Beyer
2021-01-15Fix clippy: this `if` statement can be collapsedMatthias Beyer
2021-01-15Fix clippy: this `else { if .. }` block can be collapsedMatthias Beyer
2021-01-15Fix clippy: this `else { if .. }` block can be collapsedMatthias Beyer
2021-01-15Fix clippy: this `else { if .. }` block can be collapsedMatthias Beyer
2021-01-15Fix clippy: this import is redundantMatthias Beyer
2021-01-15Fix clippy: this `else { if .. }` block can be collapsedMatthias Beyer
2021-01-15Fix clippy: redundant field names in struct initializationMatthias Beyer
2021-01-15Allow module inception in this instanceMatthias Beyer
2021-01-15Allow module inception in this instanceMatthias Beyer
2021-01-15Allow module inception in this instanceMatthias Beyer
2021-01-15Allow module inception in this instanceMatthias Beyer
2021-01-15Fix clippy: this `else { if .. }` block can be collapsedMatthias Beyer
2021-01-15Fix clippy: useless lint attributeMatthias Beyer
2021-01-15Allow too many arguments for crate::commands::build()Matthias Beyer
2021-01-15Fix clippy: `.map().collect()` can be replaced with `.try_for_each()`Matthias Beyer
2021-01-15Fix clippy: useless use of `format!`Matthias Beyer
2021-01-15Fix clippy: `.map().collect()` can be replaced with `.try_for_each()`Matthias Beyer
2021-01-15Fix clippy: unneeded `return` statementMatthias Beyer
2021-01-15Fix clippy: redundant cloneMatthias Beyer
2021-01-15Fix clippy: useless use of `format!`Matthias Beyer
2021-01-15Fix clippy: field assignment outside of initializer for an instance created w...Matthias Beyer
2021-01-15Fix clippy: field assignment outside of initializer for an instance created w...Matthias Beyer
2021-01-15Fix clippy: `.map().collect()` can be replaced with `.try_for_each()`Matthias Beyer
2021-01-15Allow identity operation here to be more expressiveMatthias Beyer