summaryrefslogtreecommitdiffstats
path: root/src/job
AgeCommit message (Expand)Author
2021-11-19Update Copyright string to 2020-2022Matthias Beyer
2021-10-19Remove unused fieldMatthias Beyer
2021-08-12Fix clippy: Remove needless borrowsMatthias Beyer
2021-04-08Remove pub(super) on Job membersMatthias Beyer
2021-03-01Add feature to pass git author and git commit information to containerMatthias Beyer
2021-03-01Refactor: Environment variable aggregationMatthias Beyer
2021-03-01Refactor: Collect environment resources before building resources for Runnabl...Matthias Beyer
2021-02-08Remove `Artifact` typeMatthias Beyer
2021-02-06Rewrite package organizational structure using DAGMatthias Beyer
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