stable

Clone or download

Read-only

feat(forge-config) all database settings can be defined from ENV

This commit introduce the concept of Categories for config variables in order to produce a usable output of ConfigList. Part-of: story #22708 flexibility in the management of Tuleap Configuration Change-Id: Iaae296e956c2cbde7be9ad178f75cd55f7b4c6f0

Modified Files

Name
M src/common/CLI/Command/ConfigListCommand.php +26 −1 Go to diff View file
M src/common/CLI/Events/GetWhitelistedKeys.php +19 −1 Go to diff View file
M src/common/Config/ConfigKey.php +3 −0 Go to diff View file
A src/common/Config/ConfigKeyCategory.php +35 −0 Go to diff View file
M src/common/Config/ConfigKeyMetadata.php +1 −1 Go to diff View file
M src/common/DB/DBConfig.php +35 −6 Go to diff View file
M src/common/DB/DBCreator.php +2 −2 Go to diff View file
M src/etc/database.inc.dist +0 −2 Go to diff View file
M tests/unit/common/CLI/Events/GetWhitelistedKeysTest.php +19 −1 Go to diff View file