summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-02-11Remove unnecessary return typeMatthias Beyer
2021-02-11Fix: Only print direct dependenciesMatthias Beyer
2021-02-11Fix: Check whether package depends on itself, abort if it doesMatthias Beyer
2021-02-08Colorize log output for better discoverabilityMatthias Beyer
2021-02-08Colorize error messageMatthias Beyer
2021-02-08Fix: Minify error messageMatthias Beyer
2021-02-08Merge branch 'fix-progressbar-cleanup'Matthias Beyer
2021-02-08Merge branch 'remove-artifact-type'Matthias Beyer
2021-02-08Outsource JobTask construction to constructor functionMatthias Beyer
2021-02-08Fix: Do not try to fetch artifacts if container erroredMatthias Beyer
2021-02-08Remove code that didnt do anything either wayMatthias Beyer
2021-02-08Fix: Make sure to finish the progress bar before returningMatthias Beyer
2021-02-08Fix: Cleanup progressbar in Drop impl for JobTaskMatthias Beyer
2021-02-08Remove `Artifact` typeMatthias Beyer
2021-02-08Remove `Artifact` type almost entirelyMatthias Beyer
2021-02-08Fix: Do not borrow mutable twiceMatthias Beyer
2021-02-08Merge branch 'test-diamond-dependencies'Matthias Beyer
2021-02-06Add Tests for DAG implementationMatthias Beyer
2021-02-06Change implementation to use HashMap for errorsMatthias Beyer
2021-02-06Change implementation to use HashMap for storing resultsMatthias Beyer
2021-02-06Change implementation to allow multiple sendersMatthias Beyer
2021-02-06Fix: If we added the package already, do not recurseMatthias Beyer
2021-02-06Rewrite package organizational structure using DAGMatthias Beyer
2021-02-06Fix: Do not set message when setting progressMatthias 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