summaryrefslogtreecommitdiffstats
path: root/src/endpoint
AgeCommit message (Expand)Author
2021-04-08Fix: Update the progress bar each secondMatthias Beyer
2021-03-11Endpoint configuration as MapMatthias Beyer
2021-03-10Merge branch 'pathes-to-absolute'Matthias Beyer
2021-03-10Implement patch-to-container copyingMatthias Beyer
2021-03-10Clippy fix: Remove unneeded lifetimesMatthias Beyer
2021-03-10Refactor: Simplify impl of Endpoint::get_container_by_id()Matthias Beyer
2021-03-07Add Endpoint::get_container_by_id()Matthias Beyer
2021-03-07Add Endpoint::has_container_with_id()Matthias Beyer
2021-03-07Add Endpoint::container_stats() with helper typesMatthias Beyer
2021-03-07Add Endpoint::stats() and helper type for gathering statisticsMatthias Beyer
2021-03-05Add Endpoint::ping()Matthias Beyer
2021-03-05Move endpoint connection setup to utility moduleMatthias Beyer
2021-03-04Remove relative speed setting, select endpoint by utilization insteadMatthias Beyer
2021-03-02Implement scheduling with max jobs per endpointMatthias Beyer
2021-03-01Remove RwLock around EndpointMatthias Beyer
2021-03-01Refactor: Environment variable aggregationMatthias Beyer
2021-02-25Merge branch 'multiple-release-stores'Matthias Beyer
2021-02-25Multiple release storesMatthias Beyer
2021-02-24Move constants to dedicated moduleMatthias Beyer
2021-02-22Remove MergedStoresMatthias Beyer
2021-02-17Pass MergedStores to endpoint/jobs rather than only staging storeMatthias Beyer
2021-02-15Add more error contextMatthias Beyer
2021-02-15Fix: Return script errors properlyMatthias Beyer
2021-02-08Colorize error messageMatthias Beyer
2021-02-08Fix: Minify error messageMatthias Beyer
2021-02-08Merge branch 'remove-artifact-type'Matthias Beyer
2021-02-08Fix: Do not try to fetch artifacts if container erroredMatthias Beyer
2021-02-08Remove `Artifact` typeMatthias Beyer
2021-02-06Fix: Do not set message when setting progressMatthias Beyer
2021-02-02Merge branch 'fix-progress'Matthias 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-01-30Update tokio: 0.2 -> 1.0, shipliftMatthias Beyer
2021-01-30itertools: 0.9 -> 0.10Matthias Beyer
2021-01-25Merge branch 'more-parallelism' into masterMatthias Beyer
2021-01-25Make progress bar message format uniformMatthias Beyer
2021-01-25Let the JobHandle::run() return a Vec<Artifact>Matthias Beyer
2021-01-25Remove unnecessary qualificationMatthias Beyer
2021-01-21Remove RunnableJob::package_environment()Matthias Beyer
2021-01-19Fix clippy: calling `as_bytes()` on a string literalMatthias Beyer
2021-01-18Post-format clippy cleanupMatthias Beyer
2021-01-18Run `cargo fmt`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