stable

Clone or download

Read-only

Merge commit 'refs/changes/51/19751/1' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #15093: REST endpoint /projects/:id/testmanagement_campaigns is slow Change-Id: If8fb0e60ba13d87139ad70f8cbbee1178ecc84c8

Modified Files

Name
A plugins/testmanagement/include/TestManagement/Campaign/InformationNeededToRetrieveTestStatusOfACampaign.php +142 −0 Go to diff View file
A plugins/testmanagement/include/TestManagement/Campaign/TestExecutionTestStatusDAO.php +82 −0 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/CampaignRepresentation.class.php +39 −17 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/CampaignRepresentationBuilder.php +28 −5 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/CampaignsResource.class.php +5 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/ProjectResource.class.php +6 −1 Go to diff View file
A plugins/testmanagement/tests/unit/TestManagement/Campaign/InformationNeededToRetrieveTestStatusOfACampaignTest.php +249 −0 Go to diff View file