summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-02-06Rewrite package organizational structure using DAGMatthias Beyer
2021-02-05Remove "tree" from submitMatthias Beyer
2021-02-05Optimize: Don't duplicate job UUIDMatthias Beyer
2021-02-04Fix: Ensure job UUIDs are propagated through whole treeMatthias Beyer
2021-02-03Be a bit more verbose in debug output hereMatthias Beyer
2021-02-03Fix: Format UUIDs of missing job results to be human-readable before construc...Matthias Beyer
2021-02-02Fix: Hash decoding for sha256Matthias Beyer
2021-02-02Add more error context informationMatthias Beyer
2021-02-02Add bytes written/total bytes to status bar messageMatthias Beyer
2021-02-02Fix: Download bar should be joined in blocking tokio taskMatthias Beyer
2021-02-02Merge branch 'fix-progress'Matthias Beyer
2021-02-02Fix: Progress reportingMatthias Beyer
2021-02-02Fix: Make sure that bar is moved to LogReceiver, drop it afterwardsMatthias Beyer
2021-02-02Add network-mode setting for endpointsMatthias Beyer
2021-02-02Add trace output which packages will be verifiedMatthias Beyer
2021-02-02Add tracing outputMatthias Beyer
2021-02-02Add tracing outputMatthias Beyer
2021-02-02Merge branch 'verification-async' into masterMatthias Beyer
2021-02-02Make source verification completely asyncMatthias Beyer
2021-02-02Fix: Receive artifacts _after_ checking whether jobs resulted in errorMatthias Beyer
2021-02-02Fix: fn does not have to be asyncMatthias Beyer
2021-02-02Fix: wait properly for multibar joinMatthias Beyer
2021-01-30Update tokio: 0.2 -> 1.0, shipliftMatthias Beyer
2021-01-30itertools: 0.9 -> 0.10Matthias Beyer
2021-01-29Add documentation how Orchestrator worksMatthias Beyer
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