summaryrefslogtreecommitdiffstats
path: root/src/config
AgeCommit message (Expand)Author
2021-12-02Merge branch 'optimize-mass-download'HEADmasterMatthias Beyer
2021-12-02Allow spinner_format in config, to be backwards compatibleMatthias Beyer
2021-11-19Update Copyright string to 2020-2022Matthias Beyer
2021-06-24Fix package print format defaultMatthias Beyer
2021-05-11Add doc on default value helper functionsMatthias Beyer
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-04-13Add configurable timeoutChristoph Prokop
2021-03-11Endpoint configuration as MapMatthias Beyer
2021-03-10Fix: Do not check lint script path in config validationMatthias Beyer
2021-03-04Remove relative speed setting, select endpoint by utilization insteadMatthias Beyer
2021-03-01Add feature to pass git author and git commit information to containerMatthias Beyer
2021-02-22Add required "release_stores" configurationMatthias Beyer
2021-02-02Add network-mode setting for endpointsMatthias 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-11Rename for consistency: deny_images -> denied_imagesMatthias Beyer
2020-12-11Add allowlist featureMatthias 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-08Implement checking of allowed environment variablesMatthias Beyer
2020-12-08Add helper flag in package_print_format to check whether any other flag was r...Matthias Beyer
2020-12-08Enhance default package print formatMatthias 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-03Remove the idea of "system dependencies"Matthias Beyer
2020-12-03Allow multiple sources per packageMatthias Beyer
2020-12-03Fix warning: No need to call into_iter() here, iter() is okayMatthias Beyer
2020-11-26Fix: Rename possible values to lowercaseMatthias 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-11Fix: Remove trailing quote characterMatthias Beyer
2020-11-10Split configuration module in multiple filesMatthias Beyer
2020-11-08Move package print format setting from CLI into config fileMatthias Beyer
2020-11-08Remove unused imports, sort importsMatthias Beyer
2020-11-07Change progress bar format to be a configuration parameter.Matthias Beyer
2020-11-06Add Clone derive for config::EndpointMatthias Beyer
2020-11-03Add configuration entries for database configMatthias Beyer