summaryrefslogtreecommitdiffstats
path: root/src/endpoint
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-11-11Restructure error output for more screen real estateMatthias Beyer
2021-11-11Add line which can be used to print the job log with butidoMatthias Beyer
2021-11-02Fix missing fmt argument in error messageDavid Tolnay
2021-09-16Schedule to host where fewer containers are runningMatthias 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-08-17Fix: Construct logfile name properlyMatthias Beyer
2021-08-17Add error context when opening logfileMatthias 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-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