stable

Clone or download

Read-only

Merge commit 'refs/changes/80/3180/5' of ssh://gerrit.tuleap.net:29418/tuleap into stable

* ssh://gerrit.tuleap.net:29418/tuleap: story #7509 - Add a REST route GET /backlog_items/:id/children

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/REST/ResourcesInjector.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/BacklogItemRepresentation.php +2 −0 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/REST/v1/BacklogItemResource.php +126 −0 Go to diff View file
M plugins/agiledashboard/include/autoload.php +3 −2 Go to diff View file
M plugins/fulltextsearch/include/autoload.php +1 −1 Go to diff View file
A plugins/tracker/include/Tracker/Artifact/Tracker_SlicedArtifacts.php +47 −0 Go to diff View file
A plugins/tracker/include/Tracker/Artifact/Tracker_SlicedArtifactsBuilder.php +54 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/dao/Tracker_ArtifactDao.class.php +31 −10 Go to diff View file
M plugins/tracker/include/autoload.php +4 −2 Go to diff View file
M src/common/autoload.php +1 −1 Go to diff View file
A tests/rest/BacklogItemsTest.php +121 −0 Go to diff View file