stable

Clone or download

Read-only

Merge commit 'refs/changes/02/22202/9' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #20128 Add project fields on GET /projects/{id} rest route Change-Id: Ida22b07d6b3decb9981f2bb1fe63761563899288

Modified Files

Name
M site-content/en_US/admin/admin.tab +0 −3 Go to diff View file
M site-content/fr_FR/admin/admin.tab +0 −3 Go to diff View file
M src/common/Project/REST/ProjectRepresentation.class.php +18 −3 Go to diff View file
M src/common/Project/REST/v1/ProjectResource.class.php +45 −1 Go to diff View file
A src/common/REST/v1/ProjectFieldsMinimalRepresentation.php +40 −0 Go to diff View file
M src/common/Request/RouteCollector.php +6 −4 Go to diff View file
A src/common/admin/ProjectCreation/ProjectFields/ProjectFieldsDao.php +75 −0 Go to diff View file
R src/common/admin/ProjectCreation/ProjectFieldsDisplayController.php Go to diff View file
R src/common/admin/ProjectCreation/ProjectFieldsUpdateController.php Go to diff View file
R src/common/admin/ProjectCreation/ProjectsFieldDescriptionUpdater.php Go to diff View file
M tests/rest/bin/init_data.php +2 −1 Go to diff View file
M tests/rest/lib/TestDataBuilder.php +10 −0 Go to diff View file
M tests/rest/tests/ProjectFieldsTest.php +13 −1 Go to diff View file
M tests/rest/tests/ProjectTest.php +14 −0 Go to diff View file
M tests/unit/common/Project/Admin/ProjectCreation/ProjectsFieldDescriptionUpdaterTest.php +1 −0 Go to diff View file