Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-15Simplify code related to setting default config valuesGrzegorz Bizon
2019-01-15Make default config entry value configurableGrzegorz Bizon
Introduce `default:` configuration entry setting that makes it possible to configure a default value of an entry, what overrides class-level `def self.default` value.
2019-01-14Make fabrication of default config entry more readableGrzegorz Bizon
2019-01-14Refactor only/except configuration policiesGrzegorz Bizon
This commit refactors only/except policies so that these policies could be self-contained. This also adds some changes to YAML configuration library to provide more context to default entry value fabrication process.
2018-11-29ci/config: generalize Config validation into Gitlab::Config:: moduleKamil TrzciƄski
This decouples Ci::Config to provide a common interface for handling user configuration files.