stable
Clone or download
Read-only
Merge commit 'refs/changes/38/3038/4' of ssh://gerrit.tuleap.net:29418/tuleap into tuleap-stable-master
* ssh://gerrit.tuleap.net:29418/tuleap: story #6935: be able to append a backlog item directly to a milestone Change-Id: I9d850410de2fd8f85be82736ebfe7d9e6d6e2ef0
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneContentUpdater.class.php | +11 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResource.class.php | +71 | −11 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResourceValidator.class.php | +13 | −0 | Go to diff View file |
A | plugins/tracker/include/REST/v1/BacklogItemReference.class.php.php | +35 | −0 | Go to diff View file |
M | plugins/tracker/include/autoload.php | +3 | −2 | Go to diff View file |
M | src/common/REST/Header.class.php | +4 | −0 | Go to diff View file |
M | tests/lib/rest/TestDataBuilder.php | +5 | −3 | Go to diff View file |
M | tests/rest/MilestoneBacklogTest.php | +20 | −1 | Go to diff View file |