stable

Clone or download

Read-only

Save hook updates in project history

this is part of story #10214 manage svn "commit rules" with REST API Please note that if you create a repository with settings by REST route, you will have 2 entries in history. In a few refacto commit we will make the distinguish between POST creation with and without settings for route. Change-Id: Ic6210bb5eaba52e3671385cfa2c061c5e3ab63ec

Modified Files

Name
M plugins/svn/include/REST/v1/RepositoryResource.php +9 −4 Go to diff View file
M plugins/svn/include/Svn/Admin/AdminController.class.php +7 −7 Go to diff View file
A plugins/svn/include/Svn/Repository/HookConfigChecker.php +47 −0 Go to diff View file
M plugins/svn/include/Svn/Repository/HookConfigUpdator.php +48 −7 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 +5 −2 Go to diff View file
M plugins/svn/site-content/en_US/svn.tab +1 −0 Go to diff View file
M plugins/svn/site-content/fr_FR/svn.tab +1 −0 Go to diff View file
A plugins/svn/tests/Svn/Repository/HookConfigCheckerTest.php +112 −0 Go to diff View file
M plugins/svn/tests/Svn/Repository/RepositoryManagerTest.php +13 −3 Go to diff View file