summaryrefslogtreecommitdiffstats
path: root/src/endpoint
AgeCommit message (Expand)Author
2021-05-31Fix: Insert shouldn't be done with LogItem::display()Matthias Beyer
2021-05-20Update dependency: indicatif 0.15 -> 0.16.1Matthias Beyer
2021-05-18Preallocate a reasonable large bufferMatthias Beyer
2021-05-17Revert "Update dependency: indicatif 0.15 -> 0.16"Matthias Beyer
2021-05-11Add endpoint name and container id in progress messageMatthias Beyer
2021-05-11Update dependency: indicatif 0.15 -> 0.16Matthias Beyer
2021-04-13Add configurable timeoutChristoph Prokop
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