summaryrefslogtreecommitdiffstats
path: root/src/endpoint/configured.rs
AgeCommit message (Expand)Author
2021-12-02Merge branch 'container-create-with-sensible-name'Matthias Beyer
2021-11-23Build unique container name from job metadataMatthias Beyer
2021-11-19Update Copyright string to 2020-2022Matthias Beyer
2021-09-16Add trace output when altering handle bookkeeping of running jobsMatthias Beyer
2021-09-16Add fn to get number of running containers on endpointMatthias Beyer
2021-09-16Add debug output of utilization of endpointMatthias Beyer
2021-08-18Refactor: Reduce indention with more chainingMatthias Beyer
2021-08-18Refactor: Simplify with more method chainingMatthias Beyer
2021-08-18Refactor: Simplify PreparedContainer::start() with more method chainingMatthias Beyer
2021-07-27Merge branch 'endpoint-images'Matthias Beyer
2021-07-21Add builder options in error messageMatthias Beyer
2021-06-23Add Endpoint::images() to get information about the images on an endpointMatthias Beyer
2021-06-16Add more trace outputMatthias Beyer
2021-06-16Add error explanation trace outputMatthias Beyer
2021-06-16Add some result inspect() calls for printing trace informationMatthias Beyer
2021-06-16Fix: Sort importsMatthias Beyer
2021-06-16Fix: trace output variable interpolationMatthias Beyer
2021-06-09Use constant for patch destination prefixMatthias Beyer
2021-04-13Add configurable timeoutChristoph Prokop
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-04Remove relative speed setting, select endpoint by utilization insteadMatthias Beyer
2021-03-02Implement scheduling with max jobs per 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-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-02Add network-mode setting for endpointsMatthias Beyer
2021-01-30Update tokio: 0.2 -> 1.0, shipliftMatthias Beyer
2021-01-21Remove RunnableJob::package_environment()Matthias Beyer
2021-01-18Run `cargo fmt`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
2021-01-15Fix clippy: called `.as_ref().map(String::deref)` on an Option value. This ca...Matthias Beyer