stable
Clone or download
Read-only
request #6371 - OPTIONS returns 404 for /artifacts/:id/changesets 6.11-2
Change-Id: I874e778d525e95f4ca36dbc47c8adeb649faba62 Conflicts: plugins/tracker/include/autoload.php
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 |