stable
Clone or download
Read-only
Merge commit 'refs/changes/83/17483/4' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #14395 New project creation : TTM should be instantiated when choosing AgileALM template Change-Id: I98f807e7da79293d6c7a81064b27169daeb0fbf1
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/Project/Admin/Service/ProjectServiceActivator.php | +114 | −31 | Go to diff View file |
M | src/common/Project/ProjectCreationData.class.php | +6 | −1 | Go to diff View file |
M | src/common/Project/ProjectCreator.class.php | +8 | −1 | Go to diff View file |
M | src/common/Project/REST/v1/ServiceResource.php | +6 | −1 | Go to diff View file |
A | src/common/Project/Service/ServiceLinkDataBuilder.php | +52 | −0 | Go to diff View file |
M | src/common/Project/Service/ServicePOSTDataBuilder.php | +13 | −33 | Go to diff View file |
M | src/common/Project/ServiceManager.class.php | +1 | −1 | Go to diff View file |
M | src/common/Request/RouteCollector.php | +8 | −2 | Go to diff View file |
M | tests/phpunit/common/Project/Admin/Service/ProjectServiceActivatorTest.php | +151 | −72 | Go to diff View file |
M | tests/phpunit/common/Project/Service/ServicePOSTDataBuilderTest.php | +3 | −1 | Go to diff View file |
M | tests/rest/_fixtures/13-project-services/project.xml | +4 | −3 | Go to diff View file |
M | tests/rest/tests/ProjectServicesTest.php | +1 | −0 | Go to diff View file |
M | tools/utils/setup_templates/agile_alm/project.xml | +1 | −0 | Go to diff View file |
M | tools/utils/setup_templates/issues/project.xml | +1 | −0 | Go to diff View file |
M | tools/utils/setup_templates/kanban/project.xml | +1 | −0 | Go to diff View file |
M | tools/utils/setup_templates/scrum/project.xml | +1 | −0 | Go to diff View file |