summaryrefslogtreecommitdiffstats
path: root/src/endpoint
AgeCommit message (Expand)Author
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
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 unused variableMatthias Beyer
2020-12-07Remove EndpointConfiguration impl (unused)Matthias Beyer
2020-12-07Remove unused member: Database is not needed in the LogReceiver implMatthias Beyer
2020-12-07Remove passing of additional env variablesMatthias Beyer
2020-12-04Maintenance: Remove Display implMatthias Beyer
2020-12-04General code cleanupMatthias Beyer
2020-12-04Maintenance: Move log-file creation to functionMatthias Beyer
2020-12-04Rewrite function with more method chainingMatthias Beyer
2020-12-04Maintenance: Outsource environment variable creationMatthias Beyer