summaryrefslogtreecommitdiffstats
path: root/src/util/mod.rs
AgeCommit message (Expand)Author
2021-11-19Update Copyright string to 2020-2022Matthias Beyer
2021-03-04Fix: Implementing jobs filtering only by envMatthias Beyer
2021-01-18Run `cargo fmt`Matthias Beyer
2021-01-14Move splitting of CLI env k-v-string to utility moduleMatthias Beyer
2021-01-13Add LICENSE file and license headersMatthias Beyer
2020-12-16Replace manual Display implementations with deriveMatthias Beyer
2020-12-08Use EnvironmentVariableName type for names of ENV variablesMatthias Beyer
2020-11-09Add helper to check whether stdout is a pipeMatthias Beyer
2020-11-08Move docker module to own fileMatthias Beyer
2020-11-05Derive Serialize for all typesMatthias Beyer
2020-11-05Add helper function to find git commitMatthias Beyer
2020-11-03impl AsRef<str> for ImageNameMatthias Beyer
2020-10-30Remove "Executor"Matthias Beyer
2020-10-29Move package filtering to util moduleMatthias Beyer
2020-10-28Move progress bar setup to utility moduleMatthias Beyer
2020-10-28Split parser implementationMatthias Beyer
2020-10-14Let ImageName be constructed from StringMatthias Beyer
2020-10-13Mark unused elements as allow(unused)Matthias Beyer
2020-10-12Let types derive Clone for simplicity for nowMatthias Beyer
2020-10-12Add Executor for executing things on the systemMatthias Beyer
2020-10-12Initial importMatthias Beyer