stable
Clone or download
Read-only
this is part of story #10217 manage "notifications" with REST API Change-Id: I5d2d43bab1b57fed5dc516b941bf38d91374c0ae
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/svn/include/REST/v1/NotificationPOSTRepresentation.php | +37 | −0 | Go to diff View file |
M | plugins/svn/include/REST/v1/RepositoryResource.php | +36 | −3 | Go to diff View file |
M | plugins/svn/include/REST/v1/SettingsPOSTRepresentation.php | +34 | −0 | Go to diff View file |
M | plugins/svn/include/REST/v1/SettingsRepresentation.php | +1 | −1 | Go to diff View file |
A | plugins/svn/include/REST/v1/SettingsRepresentationInterface.php | +25 | −0 | Go to diff View file |
M | plugins/svn/include/REST/v1/SettingsRepresentationValidator.php | +20 | −0 | Go to diff View file |
M | plugins/svn/include/Svn/Admin/MailNotificationManager.class.php | +2 | −1 | Go to diff View file |
M | plugins/svn/include/autoload.php | +4 | −2 | Go to diff View file |
M | plugins/svn/tests/REST/SettingsRepresentationValidatorTest.php | +26 | −8 | Go to diff View file |
M | plugins/svn/tests/rest/SVN/RepositoryTest.php | +29 | −1 | Go to diff View file |
M | plugins/svn/tests/rest/SVN/RepositoryTestNonRegressionTest.php | +42 | −7 | Go to diff View file |