summaryrefslogtreecommitdiffstats
path: root/src/job
AgeCommit message (Expand)Author
2021-02-02Add tracing outputMatthias Beyer
2021-02-02Fix: fn does not have to be asyncMatthias Beyer
2021-01-21Fix clippy: Do not clone() copy typeMatthias Beyer
2021-01-21Remove RunnableJob::package_environment()Matthias Beyer
2021-01-21Reimplement: Orchestrator::run()Matthias Beyer
2021-01-21impl From<Artifact> for JobResourceMatthias Beyer
2021-01-18Post-format clippy cleanupMatthias Beyer
2021-01-18Run `cargo fmt`Matthias Beyer
2021-01-18Fix clippy: Remove redundant clone() callsMatthias Beyer
2021-01-15Fix clippy: this `.into_iter()` call is equivalent to `.iter()` and will not ...Matthias Beyer
2021-01-15Allow module inception in this instanceMatthias Beyer
2021-01-15Fix clippy: writing `&Vec<_>` instead of `&[_]` involves one more reference a...Matthias Beyer
2021-01-15Fix clippy: this `.into_iter()` call is equivalent to `.iter()` and will not ...Matthias Beyer
2021-01-15Fix clippy: `.map().collect()` can be replaced with `.try_for_each()`Matthias Beyer
2021-01-15Fix clippy: writing `&Vec<_>` instead of `&[_]` involves one more reference a...Matthias Beyer
2021-01-15Fix clippy: redundant cloneMatthias Beyer
2021-01-15Fix clippy: you should consider adding a `Default` implementation for `packag...Matthias Beyer
2021-01-15Refactor: Chain iterators and collect at onceMatthias Beyer
2021-01-13Add LICENSE file and license headersMatthias Beyer
2021-01-11Fix: Add environment from job definitionChristoph Prokop
2020-12-14Refactor: Move phase module to packageMatthias Beyer
2020-12-08Implement checking of allowed environment variablesMatthias Beyer
2020-12-08Move aggregation of environment variables to helper functionMatthias Beyer
2020-12-08Use EnvironmentVariableName type for names of ENV variablesMatthias Beyer
2020-12-07Implement shebang overwritingMatthias Beyer
2020-12-07Remove obsolete TODOMatthias Beyer
2020-12-07Remove unused variableMatthias Beyer
2020-12-07Deny macro_use from external crateMatthias Beyer
2020-12-07Remove Job::add_resources() (unused)Matthias Beyer
2020-12-07Remove passing of additional env variablesMatthias Beyer
2020-12-04Add strict script interpolationMatthias Beyer
2020-12-03Allow multiple sources per packageMatthias Beyer
2020-12-03Cleanup importsMatthias Beyer
2020-12-03Remove unused function: JobSet::len()Matthias Beyer
2020-11-16Pass package environment and package variables (as environment variables) to ...Matthias Beyer
2020-11-14Rewrite to use tokio::sync::RwLockMatthias Beyer
2020-11-11Copy package source to container before running buildMatthias Beyer
2020-11-08Remove unused imports, sort importsMatthias Beyer
2020-11-07Add JobSet::len()Matthias Beyer
2020-11-07Add runtime-dependencies in runnable jobMatthias Beyer
2020-11-06Add getter for RunnableJob::uuidMatthias Beyer
2020-11-05Add JobResource helper functionsMatthias Beyer
2020-11-05Change MergedStore to take Release/StagingStore via Arc<>Matthias Beyer
2020-11-04Implement artifact findingMatthias Beyer
2020-11-04JobResource is not a PathBuf, but an ArtifactMatthias Beyer
2020-11-04Add getters for Job typeMatthias Beyer
2020-11-04Add JobSet::into_runables()Matthias Beyer
2020-10-30Remove "Executor"Matthias Beyer
2020-10-29Fix (tests): Do not pass progress bars by referenceMatthias Beyer
2020-10-27Fix: Hide progress bar in testsMatthias Beyer