stable

Clone or download

Read-only

Select the trackers: PUT /xtracker_reports/:id

This is a part of story #10495 have base cross tracker search widget Change-Id: I1d553225509503b15951492831a4f1657813fda8

Modified Files

Name
A plugins/tracker/include/REST/v1/CrossTracker/CrossTrackerReportExtractor.php +62 −0 Go to diff View file
M plugins/tracker/include/REST/v1/CrossTracker/CrossTrackerReportsResource.php +76 −4 Go to diff View file
A plugins/tracker/include/REST/v1/CrossTracker/TrackerDuplicateException.php +26 −0 Go to diff View file
A plugins/tracker/include/REST/v1/CrossTracker/TrackerNotFoundException.php +26 −0 Go to diff View file
M plugins/tracker/include/Tracker/CrossTracker/CrossTrackerReportDao.php +25 −0 Go to diff View file
M plugins/tracker/include/autoload.php +5 −3 Go to diff View file
A plugins/tracker/tests/REST_Backend/CrossTracker/CrossTrackerReportExtractorTest.php +98 −0 Go to diff View file
M plugins/tracker/tests/rest/CrossTracker/CrossTrackerNonRegressionTrackerTest.php +62 −0 Go to diff View file
M plugins/tracker/tests/rest/CrossTracker/CrossTrackerTest.php +31 −3 Go to diff View file
M tests/lib/rest/TestDataBuilder.php +3 −0 Go to diff View file