stable

Clone or download

Read-only

Introduce GET project/:id/svn

This is part of story #10214 manage svn "commit rules" with REST API This route does nothing for now, the content will be added in a next commit. Change-Id: Ie7f23c3bb8157f2a5801cba4b2b9884eac1c0cb4

Modified Files

Name
M plugins/svn/include/REST/ResourcesInjector.php +16 −0 Go to diff View file
M plugins/svn/include/REST/v1/RepositoryRepresentation.php +2 −23 Go to diff View file
M plugins/svn/include/svnPlugin.class.php +10 −0 Go to diff View file
A src/common/REST/v1/SvnRepositoryRepresentationBase.php +50 −0 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file
M src/common/project/REST/v1/ProjectResource.class.php +23 −0 Go to diff View file