summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-01-25Merge branch 'more-parallelism' into masterMatthias Beyer
2021-01-25Outsource receiving, ensure we received it allMatthias Beyer
2021-01-25Make progress bar message format uniformMatthias Beyer
2021-01-25Let the JobHandle::run() return a Vec<Artifact>Matthias Beyer
2021-01-25Reimplement Orchestrator::run()Matthias Beyer
2021-01-25Do not deny missing docs, we havent written em yetMatthias Beyer
2021-01-25Do not deny missing copy impls, we have to manyMatthias Beyer
2021-01-25Do not deny missing debug impls, we have to manyMatthias Beyer
2021-01-25Do not deny unused results, we have too manyMatthias Beyer
2021-01-25Remove unnecessary qualificationMatthias Beyer
2021-01-25Fix: Use rand as _ to make lint happyMatthias Beyer
2021-01-25Deny more things, sort denylistMatthias Beyer
2021-01-25Reimplement hash verification using streamingMatthias Beyer
2021-01-25Implement sha256/sha512 supportMatthias Beyer
2021-01-25Fix: Filter each entry, strip prefixMatthias Beyer
2021-01-25Refactor: Move package name regex building to helper functionMatthias Beyer
2021-01-21Fix clippy: Remove noop drop() callMatthias Beyer
2021-01-21Fix clippy: Do not clone() copy typeMatthias Beyer
2021-01-21Remove trailing whitespaceMatthias Beyer
2021-01-21Remove RunnableJob::package_environment()Matthias Beyer
2021-01-21Reimplement: Orchestrator::run()Matthias Beyer
2021-01-21Add derive(Debug) for FillArtifactPathDisplayMatthias Beyer
2021-01-21Add MergedStores::get_artifact_by_path()Matthias Beyer
2021-01-21Add FullArtifactPath::exists()Matthias Beyer
2021-01-21impl From<Artifact> for JobResourceMatthias Beyer
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