stable
Clone or download
Read-only
Merge commit 'refs/changes/05/3305/3' of ssh://gerrit.tuleap.net:29418/tuleap into tuleap-stable-master
* ssh://gerrit.tuleap.net:29418/tuleap: story #7511: adding route PATCH /projects/:id/backlog Change-Id: I6f4e5cb9de30a8373a445bb2e29c7d44a0440537
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResourceValidator.class.php | +8 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/OrderRepresentation.php | +2 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/ProjectBacklogResource.class.php | +34 | −7 | Go to diff View file |
M | plugins/agiledashboard/include/agiledashboardPlugin.class.php | +15 | −0 | Go to diff View file |
M | src/common/REST/Header.class.php | +4 | −0 | Go to diff View file |
M | src/common/event/Event.class.php | +11 | −0 | Go to diff View file |
M | src/common/project/REST/v1/ProjectResource.class.php | +48 | −3 | Go to diff View file |
M | tests/rest/ProjectTest.php | +60 | −1 | Go to diff View file |