stable

Clone or download

Read-only

Merge commit 'refs/changes/76/5576/13' of ssh://gerrit.tuleap.net:29418/tuleap into stable

* ssh://gerrit.tuleap.net:29418/tuleap: story #9087: Create REST route /frs_release/:id

Modified Files

Name
A plugins/frs/include/FRS/REST/ResourcesInjector.php +31 −0 Go to diff View file
A plugins/frs/include/FRS/REST/v1/FileRepresentation.php +143 −0 Go to diff View file
A plugins/frs/include/FRS/REST/v1/ReleaseRepresentation.php +89 −0 Go to diff View file
A plugins/frs/include/FRS/REST/v1/ReleaseResource.php +87 −0 Go to diff View file
M plugins/frs/include/autoload.php +7 −4 Go to diff View file
M plugins/frs/include/frsPlugin.class.php +9 −2 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file
A src/common/dao/FRSFileDownloadDao.php +35 −0 Go to diff View file
M src/common/dao/FRSFileTypeDao.class.php +7 −0 Go to diff View file
M src/common/dao/FRSProcessorDao.class.php +8 −0 Go to diff View file
M src/common/frs/FRSRelease.class.php +8 −0 Go to diff View file