stable

Clone or download

Read-only

Add permissions on FRS Releases

Part of story #13654 have detailed permissions in REST API Change-Id: I06169ecb15009bb0c67d2660d8c4ae6ee1195449

Modified Files

Name
M plugins/frs/include/FRS/REST/v1/PackageResource.php +12 −1 Go to diff View file
A plugins/frs/include/FRS/REST/v1/ReleasePermissionsForGroupsBuilder.php +81 −0 Go to diff View file
A plugins/frs/include/FRS/REST/v1/ReleasePermissionsForGroupsRepresentation.php +38 −0 Go to diff View file
M plugins/frs/include/FRS/REST/v1/ReleaseRepresentation.php +8 −1 Go to diff View file
M plugins/frs/include/FRS/REST/v1/ReleaseResource.php +22 −7 Go to diff View file
M plugins/frs/include/frsPlugin.class.php +12 −1 Go to diff View file
M plugins/frs/phpunit/FRS/REST/v1/PackageRepresentationBuilderTest.php +1 −1 Go to diff View file
A plugins/frs/phpunit/FRS/REST/v1/ReleasePermissionsForGroupsBuilderTest.php +131 −0 Go to diff View file
M plugins/frs/tests/rest/FRS/ReleaseTest.php +12 −0 Go to diff View file
M src/common/Project/REST/UserGroupRepresentation.class.php +11 −5 Go to diff View file