stable

Clone or download

Read-only

Query done via REST

this is part of story #10495 have base cross tracker search widget REST route only returns the open artifacts Change-Id: Ib76d63d9a73ad4a7ba7bd80cd233bec0a32a40e7

Modified Files

Name
A plugins/tracker/include/REST/v1/CrossTracker/CrossTrackerArtifactReportFactory.php +81 −0 Go to diff View file
A plugins/tracker/include/REST/v1/CrossTracker/CrossTrackerArtifactReportRepresentation.php +88 −0 Go to diff View file
M plugins/tracker/include/REST/v1/CrossTracker/CrossTrackerReportsResource.php +63 −3 Go to diff View file
A plugins/tracker/include/REST/v1/CrossTracker/PaginatedCollectionOfCrossTrackerArtifacts.php +61 −0 Go to diff View file
A plugins/tracker/include/Tracker/CrossTracker/CrossTrackerArtifactReportDao.php +75 −0 Go to diff View file
M plugins/tracker/include/autoload.php +6 −2 Go to diff View file
M plugins/tracker/tests/rest/CrossTracker/CrossTrackerTest.php +41 −0 Go to diff View file
M tests/lib/rest/TestDataBuilder.php +2 −0 Go to diff View file