stable

Clone or download

Read-only

Initiate POST /frs_release

Part of request #10039: Retrieve/update FRS packages via REST User can now create a release via REST. Only the name of the release can be given for now (releases notes and changelog will be empty). Change-Id: Ic606ad3918edbe1cecb1bd59902bde95a7e87899

Modified Files

Name
M Makefile +2 −2 Go to diff View file
A plugins/frs/include/FRS/REST/v1/ReleasePOSTRepresentation.php +34 −0 Go to diff View file
M plugins/frs/include/FRS/REST/v1/ReleaseResource.php +93 −8 Go to diff View file
M plugins/frs/include/autoload.php +3 −2 Go to diff View file
M plugins/frs/tests/rest/FRS/ReleaseTest.php +22 −1 Go to diff View file