stable
Clone or download
Read-only
this is part of story #10217 manage "notifications" with REST API Change-Id: Ife7d7a2fdf103b8011c1b13f9e4956c6b20fbd3b
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/svn/include/REST/v1/RepositoryResource.php | +16 | −3 | Go to diff View file |
A | plugins/svn/include/REST/v1/SettingsInvalidException.php | +25 | −0 | Go to diff View file |
M | plugins/svn/include/REST/v1/SettingsPUTRepresentation.php | +0 | −7 | Go to diff View file |
A | plugins/svn/include/REST/v1/SettingsRepresentationValidator.php | +78 | −0 | Go to diff View file |
M | plugins/svn/include/autoload.php | +4 | −2 | Go to diff View file |
A | plugins/svn/tests/REST/SettingsRepresentationValidatorTest.php | +94 | −0 | Go to diff View file |
M | plugins/svn/tests/rest/SVN/RepositoryTestNonRegressionTest.php | +31 | −0 | Go to diff View file |