summaryrefslogtreecommitdiffstats
path: root/src/util
AgeCommit message (Expand)Author
2021-03-04Fix: Implementing jobs filtering only by envMatthias Beyer
2021-03-01Refactor: Open git repository in command::build()Matthias Beyer
2021-02-25Fix: Make sure multiprogress bars are hidden, if we hide progress barsMatthias Beyer
2021-02-22Fix: Add missing license headerMatthias Beyer
2021-01-20Fix: Check the repository diff to workdir as wellMatthias Beyer
2021-01-18Run `cargo fmt`Matthias Beyer
2021-01-15Fix clippy: single-character string constant used as patternMatthias Beyer
2021-01-15Fix clippy: return the expression directlyMatthias 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-11Add Display impl for ImageNameMatthias Beyer
2020-12-09Fix weird rendering bug of progress barsMatthias Beyer
2020-12-09Make ProgressBars helper able to create spinnersMatthias Beyer
2020-12-08Use EnvironmentVariableName type for names of ENV variablesMatthias Beyer
2020-12-07Reimplement env_pass_validator() using pom, add testsMatthias Beyer
2020-12-07Remove unused functionsMatthias Beyer
2020-12-07Deny macro_use from external crateMatthias Beyer
2020-12-03Remove the idea of "system dependencies"Matthias Beyer
2020-12-03Remove unused function: ProgressBars::jobset_bar()Matthias Beyer
2020-12-03Remove unused function: ProgressBars::spinner()Matthias Beyer
2020-11-15Implement Displayfor ContainerHashMatthias Beyer
2020-11-14Set job bar length by default to 100Matthias Beyer
2020-11-13Add ContainerHash typeMatthias Beyer
2020-11-13Move log collecting to endpoint codeMatthias Beyer
2020-11-11Add helper to create download barMatthias Beyer
2020-11-11Add helper to create new spinnerMatthias Beyer
2020-11-09Change implementation to be able to hide bars easilyMatthias Beyer
2020-11-09Add helper to check whether stdout is a pipeMatthias Beyer
2020-11-09Add filter generation helper: filter by version constraintMatthias Beyer
2020-11-09Fix: Do not get shorthand of git commit, but hashMatthias Beyer
2020-11-08Move docker module to own fileMatthias Beyer
2020-11-08Remove unused imports, sort importsMatthias Beyer
2020-11-08Fix: build_package_filter_by_dependency_name() filters can failMatthias Beyer
2020-11-08Add debug outputMatthias Beyer
2020-11-07Implement progress bars in orchestratorMatthias Beyer
2020-11-07Add ProgressBars helper for generating bar for jobset and jobMatthias Beyer
2020-11-07Degrade ProgressBars to a simple progress-bar-generation helperMatthias Beyer
2020-11-07Change progress bar format to be a configuration parameter.Matthias Beyer
2020-11-06Fix: Implementation of get_repo_head_commit()Matthias Beyer
2020-11-05Derive Serialize for all typesMatthias Beyer
2020-11-05Add helper to check whether repository is cleanMatthias Beyer
2020-11-05Add helper function to find git commitMatthias Beyer
2020-11-04Remove all non-equality "Version constraint" implementationMatthias Beyer
2020-11-03impl AsRef<str> for ImageNameMatthias Beyer
2020-11-02Implement depsof subcommandMatthias Beyer
2020-10-30Remove "Executor"Matthias Beyer
2020-10-29Fix: Rename functions, remove CLI optionMatthias Beyer
2020-10-29Move package filtering to util moduleMatthias Beyer
2020-10-29Re-design main() and progress bar passingMatthias Beyer