stable

Clone or download

Read-only

projects/:id/frs_packages is now paginated

This is part of request #10039: Retrieve FRS packages via REST * limit & offset are now taken into account * if the limit exceeds the max then user get a 4xx error Change-Id: Ie5d44a0e08a132eb32cc638623ab99455b2d9dcc

Modified Files

Name
M plugins/frs/include/FRS/REST/v1/ProjectResource.php +4 −3 Go to diff View file
M plugins/frs/include/frsPlugin.class.php +1 −1 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file
M src/common/dao/FRSPackageDao.class.php +24 −4 Go to diff View file
M src/common/frs/FRSPackageFactory.class.php +28 −4 Go to diff View file
A src/common/frs/FRSPackagePaginatedCollection.php +56 −0 Go to diff View file
M src/common/project/REST/v1/ProjectResource.class.php +10 −5 Go to diff View file