stable

Clone or download

Read-only

chore(forge-config): Extract database configurator

Configuration of Tuleap database should be in a dedicated, reusable, class. Part of: story #22708 flexibility in the management of Tuleap Configuration Change-Id: I46352662883047874f2777c86b49a6f2d8ab345d

Modified Files

Name
M plugins/tee_container/docker/docker-compose.yml +2 −0 Go to diff View file
A src/tuleap-cfg/Command/SetupMysql/DatabaseConfigurator.php +185 −0 Go to diff View file
M src/tuleap-cfg/Command/SetupMysqlCommand.php +4 −27 Go to diff View file
M src/tuleap-cfg/Command/SetupMysqlInitCommand.php +20 −138 Go to diff View file
M src/tuleap-cfg/tuleap-cfg.php +7 −2 Go to diff View file
M tests/unit/tuleap-cfg/Command/SetupMysqlInitCommandAzureTest.php +2 −0 Go to diff View file
M tests/unit/tuleap-cfg/Command/SetupMysqlInitCommandTest.php +2 −0 Go to diff View file