stable

Clone or download

Read-only

Add pagination to /users/self/artifacts

Part of story #13856 have a REST end point to get my artifacts Change-Id: I4400cf1a52bb26417581865994d15291dc4cc48b

Modified Files

Name
M Makefile +5 −3 Go to diff View file
M plugins/tracker/include/REST/Artifact/UsersArtifactsResource.php +22 −5 Go to diff View file
M plugins/tracker/include/REST/Artifact/UsersArtifactsResourceController.php +7 −7 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MyArtifactsCollection.php +69 −24 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactFactory.class.php +15 −64 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/dao/Tracker_ArtifactDao.class.php +26 −21 Go to diff View file
M plugins/tracker/include/Tracker/Widget/Tracker_Widget_MyArtifacts.class.php +4 −4 Go to diff View file
M plugins/tracker/phpunit/REST/Artifact/UsersArtifactsResourceControllerTest.php +30 −22 Go to diff View file
M plugins/tracker/tests/rest/Artifacts/UsersArtifactsTest.php +16 −0 Go to diff View file