summaryrefslogtreecommitdiffstats
path: root/src/modules/env_var.rs
AgeCommit message (Collapse)Author
2021-02-11refactor(clippy): fix new lints (#2297)David Knaack
2020-08-07test: introduce env variable mocking (#1490)Tilmann Meyer
2020-07-07feat: refactor modules to use format strings (#1374)Zhenhui Xie
2019-11-07refactor: Cleanup after module config refactor (#630)Zhenhui Xie
2019-10-15refactor: Rewrite cmd_duration, directory and env_var module to use module ↵Zhenhui Xie
config (#460) This PR is a batched rewrite of the following modules: - cmd_duration - directory - env_var
2019-10-04refactor: Go from Rust workspaces to a package with nested packages (#480)Matan Kushner
2019-09-30refactor: Refactoring config (#383)Zhenhui Xie
This PR refactors config and puts configuration files for all modules in `configs/`.
2019-09-26feat: Add Environment Variable module (#409)yuri