summaryrefslogtreecommitdiffstats
path: root/src/config/not_validated.rs
AgeCommit message (Expand)Author
2021-05-11Add doc on config membersMatthias Beyer
2021-05-11Refactor: Database connection setup codeMatthias Beyer
2021-04-26Add support for database connection timeoutMatthias Beyer
2021-03-10Fix: Do not check lint script path in config validationMatthias Beyer
2021-02-22Add required "release_stores" configurationMatthias Beyer
2021-01-18Run `cargo fmt`Matthias Beyer
2021-01-18Add doc on configuration codeMatthias Beyer
2021-01-15Add compatiblity setting in configuration fileMatthias Beyer
2021-01-13Add LICENSE file and license headersMatthias Beyer
2020-12-14Refactor: Move phase module to packageMatthias Beyer
2020-12-11Add feature: script lintingMatthias Beyer
2020-12-10Add more verbose error reportingMatthias Beyer
2020-12-09Make ProgressBars helper able to create spinnersMatthias Beyer
2020-12-07Implement shebang overwritingMatthias Beyer
2020-12-07Implement proper validationMatthias Beyer
2020-12-07Fix: Source cache root can be a PathBuf in the configurationMatthias Beyer
2020-12-07Remove unused importsMatthias Beyer
2020-12-04Add strict script interpolationMatthias Beyer
2020-12-03Remove variable interpolation in config fileMatthias Beyer
2020-12-03Fix warning: No need to call into_iter() here, iter() is okayMatthias Beyer
2020-11-26Fix: Repo path should be cwd, not configurableMatthias Beyer
2020-11-14Implement on-disk logsMatthias Beyer
2020-11-13Make highlighting optionalMatthias Beyer
2020-11-13Add flag to show script, highlighted automaticallyMatthias Beyer
2020-11-11Add configuration setting for source cache rootMatthias Beyer
2020-11-10Split configuration module in multiple filesMatthias Beyer