stable

Clone or download

Read-only

POST /frs_packages

Part of request #10039: Retrieve/update FRS packages via REST User can now create package via REST. Be carefull, this commit depends on https://gerrit.tuleap.net/#/c/8806/ Change-Id: Ife1e2a9077f8f7085b032b32ef63cc6c43d58428

Modified Files

Name
M plugins/frs/include/FRS/REST/v1/PackageResource.php +97 −5 Go to diff View file
A plugins/frs/tests/rest/FRS/PackagesTest.php +80 −0 Go to diff View file
A plugins/frs/tests/rest/_fixtures/frs/project.xml +32 −0 Go to diff View file
A plugins/frs/tests/rest/_fixtures/frs/user_map.csv +1 −0 Go to diff View file
A plugins/frs/tests/rest/_fixtures/frs/users.xml +10 −0 Go to diff View file
A plugins/frs/tests/rest/bootstrap.php +21 −0 Go to diff View file
M tests/rest/bin/setup.sh +1 −0 Go to diff View file