stable
Clone or download
Read-only
`tuleap-cfg setup:mysql` was removed because it's actually never used without it's `init` counterpart. At some point maybe setup:mysql-init should be renamed. Part of: story #22708 flexibility in the management of Tuleap Configuration Change-Id: Ia7c903625239984cff4dbdb70302236efd532f7c
Modified Files
Name | ||||
---|---|---|---|---|
M | src/tuleap-cfg/Command/SetupMysql/DatabaseConfigurator.php | +24 | −2 | Go to diff View file |
D | src/tuleap-cfg/Command/SetupMysqlCommand.php | +0 | −103 | Go to diff View file |
M | src/tuleap-cfg/Command/SetupMysqlInitCommand.php | +39 | −15 | Go to diff View file |
M | src/tuleap-cfg/tuleap-cfg.php | +0 | −3 | Go to diff View file |
M | tests/e2e/full/tuleap/setup.sh | +3 | −9 | Go to diff View file |
M | tests/integration/bin/setup.sh | +3 | −9 | Go to diff View file |
M | tests/rest/bin/setup.sh | +3 | −8 | Go to diff View file |
M | tests/soap/bin/setup.sh | +3 | −9 | Go to diff View file |
M | tests/unit/tuleap-cfg/Command/SetupMysqlInitCommandTest.php | +20 | −12 | Go to diff View file |
M | tests/unit/tuleap-cfg/Command/TestDBWrapper.php | +8 | −2 | Go to diff View file |
M | tools/setup.el7.sh | +2 | −7 | Go to diff View file |