stable
Clone or download
Read-only
Merge commit 'refs/changes/47/2047/1' of ssh://gerrit.tuleap.net:29418/tuleap into tuleap-stable-master
* ssh://gerrit.tuleap.net:29418/tuleap: request #6371 - OPTIONS returns 404 for /artifacts/:id/changesets Change-Id: I57ee288446159043dbe71b5b915d88ac27c825ee
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/REST/Artifact/ArtifactRepresentationBuilder.class.php | +22 | −7 | Go to diff View file |
A | plugins/tracker/include/REST/Artifact/ChangesetRepresentationCollection.class.php | +40 | −0 | Go to diff View file |
M | plugins/tracker/include/REST/v1/ArtifactsResource.class.php | +34 | −7 | Go to diff View file |
M | plugins/tracker/include/autoload.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/tests/REST/Artifact/ArtifactRepresentationBuilderTestPHP53.php | +33 | −3 | Go to diff View file |
M | tests/lib/autoload.php | +5 | −2 | Go to diff View file |
A | tests/lib/rest/RequestWrapper.php | +88 | −0 | Go to diff View file |
M | tests/lib/rest/RestBase.php | +11 | −50 | Go to diff View file |
A | tests/lib/rest/tracker/Tracker.php | +109 | −0 | Go to diff View file |
A | tests/lib/rest/tracker/TrackerFactory.php | +66 | −0 | Go to diff View file |
A | tests/rest/ArtifactsChangesetsTest.php | +90 | −0 | Go to diff View file |
M | tests/rest/regressions/MilestonesContentTest.php | +19 | −64 | Go to diff View file |