stable
Clone or download
Read-only
Merge commit 'refs/changes/55/28755/1' of ssh://gerrit.tuleap.net:29418/tuleap
# By Thomas Gerbet # Via Thomas Gerbet * ssh://gerrit.tuleap.net:29418/tuleap: Closes request #32295: Do not activate all installed plugins in the Docker images by default
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tee_container/bin/tee-container.php | +11 | −2 | Go to diff View file |
M | plugins/tee_container/docker/Dockerfile | +2 | −0 | Go to diff View file |
M | plugins/tee_container/include/StartContainerCommand.php | +9 | −6 | Go to diff View file |
A | src/tuleap-cfg/Command/Docker/PluginsInstallClosureBuilder.php | +34 | −0 | Go to diff View file |
A | src/tuleap-cfg/Command/Docker/PluginsInstallClosureBuilderFromVariable.php | +57 | −0 | Go to diff View file |
M | src/tuleap-cfg/Command/Docker/Tuleap.php | +10 | −5 | Go to diff View file |
M | src/tuleap-cfg/Command/StartCommunityEditionContainerCommand.php | +14 | −7 | Go to diff View file |
M | src/tuleap-cfg/tuleap-cfg.php | +9 | −2 | Go to diff View file |
A | tests/unit/tuleap-cfg/Command/Docker/PluginsInstallClosureBuilderFromVariableTest.php | +61 | −0 | Go to diff View file |
M | tools/docker/tuleap-community-edition/Dockerfile | +1 | −0 | Go to diff View file |