stable
Clone or download
Read-only
this is part of story #10217 manage "notifications" with REST API to ease reviews, users and user_groups keys will be handled in dedicated commits Change-Id: I45592df0b1e375b53c69a15f5b62d2685ffd3a72
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/svn/include/REST/v1/NotificationRepresentation.php | +3 | −3 | Go to diff View file |
M | plugins/svn/include/REST/v1/RepositoryResource.php | +45 | −9 | Go to diff View file |
M | plugins/svn/include/REST/v1/SettingsRepresentation.php | +1 | −1 | Go to diff View file |
M | plugins/svn/include/Svn/Repository/RepositoryCreator.php | +15 | −1 | Go to diff View file |
M | plugins/svn/include/Svn/Repository/Settings.php | +32 | −5 | Go to diff View file |
M | plugins/svn/include/autoload.php | +4 | −2 | Go to diff View file |
M | plugins/svn/include/svnPlugin.class.php | +2 | −1 | Go to diff View file |
M | plugins/svn/tests/REST/RepositoryResourceUpdaterTest.php | +16 | −4 | Go to diff View file |
M | plugins/svn/tests/Svn/Repository/RepositoryCreatorTest.php | +14 | −11 | Go to diff View file |
M | plugins/svn/tests/Svn/XMLImporterTest.php | +2 | −1 | Go to diff View file |
M | plugins/svn/tests/rest/SVN/RepositoryTest.php | +78 | −1 | Go to diff View file |