summaryrefslogtreecommitdiffstats
path: root/src/endpoint
AgeCommit message (Expand)Author
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
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-14Update implementation for dedicated release tableMatthias Beyer
2021-01-13Add LICENSE file and license headersMatthias Beyer
2021-01-11Fix: Add type annotationMatthias Beyer
2021-01-04Make use of JobHandle::create_job_run_error() to add verbose error messageMatthias Beyer
2021-01-04Add JobHandle::create_job_run_error() helper function for constructing nice e...Matthias 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-14Add more trace logging for database objects createdMatthias Beyer
2020-12-14Remove ContainerError type, thiserror dependencyMatthias Beyer
2020-12-10Fix: Write job to database, even if it failedMatthias Beyer
2020-12-10Format the container error message a bit nicer.Matthias Beyer
2020-12-10Remove feature: State message in "OK" case.Matthias Beyer
2020-12-10Add printing of script error messageMatthias Beyer
2020-12-10Rewrite container error reportingMatthias Beyer
2020-12-09Add package name and version in progress bar messageMatthias Beyer
2020-12-08Merge branch 'refactor-orchestrator' into masterMatthias Beyer
2020-12-08Move progress bar instantiation out of JobHandle implementationMatthias Beyer