stable

Clone or download

Read-only

Create GET | OPTIONS /svn/:id

This is part of story #10214 manage svn "commit rules" with REST API The settings will be added in a next commit Change-Id: Id0b65d8bd47bce7ea93a120fbbfd093b14a1241f

Modified Files

Name
A plugins/svn/include/REST/ResourcesInjector.php +35 −0 Go to diff View file
A plugins/svn/include/REST/v1/RepositoryRepresentation.php +61 −0 Go to diff View file
A plugins/svn/include/REST/v1/RepositoryResource.php +131 −0 Go to diff View file
M plugins/svn/include/Svn/Dao.class.php +10 −0 Go to diff View file
M plugins/svn/include/Svn/Repository/RepositoryManager.class.php +14 −10 Go to diff View file
M plugins/svn/include/Svn/SvnPermissionManager.php +0 −1 Go to diff View file
M plugins/svn/include/autoload.php +5 −2 Go to diff View file
M plugins/svn/include/svnPlugin.class.php +8 −0 Go to diff View file
A plugins/svn/tests/rest/Repository/RepositoryTest.php +54 −0 Go to diff View file
A plugins/svn/tests/rest/_fixtures/project/project.xml +22 −0 Go to diff View file
A plugins/svn/tests/rest/_fixtures/project/user_map.csv +1 −0 Go to diff View file
A plugins/svn/tests/rest/_fixtures/project/users.xml +10 −0 Go to diff View file
A plugins/svn/tests/rest/bootstrap.php +21 −0 Go to diff View file
M tests/rest/bin/setup.sh +1 −0 Go to diff View file