stable
Clone or download
Read-only
This is part of story #10214 manage svn "commit rules" with REST API Change-Id: Ic5f2684533422f0be6d6af5ed3a56935c99d441d
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/svn/include/REST/v1/ProjectResource.php | +59 | −0 | Go to diff View file |
M | plugins/svn/include/Svn/Dao.class.php | +17 | −0 | Go to diff View file |
M | plugins/svn/include/Svn/Repository/RepositoryManager.class.php | +13 | −0 | Go to diff View file |
M | plugins/svn/include/autoload.php | +3 | −2 | Go to diff View file |
M | plugins/svn/include/svnPlugin.class.php | +19 | −0 | Go to diff View file |
A | plugins/svn/tests/rest/SVN/ProjectTest.php | +56 | −0 | Go to diff View file |
R | plugins/svn/tests/rest/Repository/RepositoryTest.php | Go to diff View file | ||
A | plugins/svn/tests/rest/TestBase.php | +45 | −0 | Go to diff View file |
M | plugins/svn/tests/rest/_fixtures/project/project.xml | +1 | −1 | Go to diff View file |
M | plugins/svn/tests/rest/bootstrap.php | +1 | −0 | Go to diff View file |
A | src/common/REST/Event/ProjectGetSvn.php | +130 | −0 | Go to diff View file |
M | src/common/REST/v1/SvnRepositoryRepresentationBase.php | +0 | −2 | 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 | +46 | −16 | Go to diff View file |