stable

Clone or download

Read-only

GET /tracker_reports/:id/artifacts

task #6214 and task #6215. Part of story #6190. Change-Id: I6132b79542f883f14f57909210b75ccf9028d2b6

Modified Files

Name
M plugins/tracker/include/REST/Artifact/ArtifactReferenceRepresentation.class.php +1 −0 Go to diff View file
M plugins/tracker/include/REST/Artifact/ArtifactRepresentationBuilder.class.php +18 −1 Go to diff View file
M plugins/tracker/include/REST/ReportRepresentation.class.php +24 −6 Go to diff View file
M plugins/tracker/include/REST/v1/ArtifactsResource.class.php +1 −1 Go to diff View file
M plugins/tracker/include/REST/v1/ReportsResource.class.php +131 −0 Go to diff View file
M plugins/tracker/include/REST/v1/TrackersResource.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Burndown.class.php +18 −3 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report.class.php +3 −1 Go to diff View file
M plugins/tracker/tests/REST/Artifact/ArtifactRepresentationBuilderTestPHP53.php +5 −5 Go to diff View file
M tests/rest/TrackersTest.php +34 −3 Go to diff View file
M tests/rest/bin/integration_tests.inc.dist +1 −0 Go to diff View file