summaryrefslogtreecommitdiffstats
path: root/src/endpoint/configured.rs
AgeCommit message (Expand)Author
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
2021-01-15Fix clippy: useless conversion to the same type: `anyhow::Error`Matthias Beyer
2021-01-13Add LICENSE file and license headersMatthias Beyer
2021-01-11Fix: Add type annotationMatthias Beyer
2021-01-04Add PreparedContainer::create_info() getter for getting container id for erro...Matthias Beyer
2020-12-15Refactor job running on endpointMatthias Beyer
2020-12-14Remove ContainerError type, thiserror dependencyMatthias Beyer
2020-12-10Fix: Write job to database, even if it failedMatthias Beyer
2020-12-10Add printing of script error messageMatthias Beyer
2020-12-10Rewrite container error reportingMatthias Beyer
2020-12-08Use EnvironmentVariableName type for names of ENV variablesMatthias Beyer
2020-12-07Add checks so that FullArtifactPath can only be constructed for existing filesMatthias Beyer
2020-12-07Remove AsRef<Path> for FullArtifactPath implMatthias Beyer
2020-12-07Add ArtifactPath, StoreRootMatthias Beyer
2020-12-07Deny macro_use from external crateMatthias Beyer
2020-12-07Remove unused importsMatthias Beyer
2020-12-07Remove passing of additional env variablesMatthias Beyer
2020-12-03Make sure only the relative pathes are written to databaseMatthias Beyer
2020-12-03Allow multiple sources per packageMatthias Beyer