stable

Clone or download

Read-only

story #10771: get several artifacts at once from the REST API

This contribution introduce a new REST route GET /artifacts Change-Id: I0ce7e6dc7a7da9d8a35a4644b20337a9aefd6972

Modified Files

Name
M plugins/tracker/include/REST/v1/ArtifactsResource.class.php +66 −7 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactFactory.class.php +19 −5 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/dao/Tracker_ArtifactDao.class.php +9 −0 Go to diff View file
M tests/rest/tests/ArtifactsTest.php +28 −1 Go to diff View file