stable
Clone or download
Read-only
this is part of story #10217 manage "notifications" with REST API Change-Id: I0d203d4b85cb52c6bc1be2d5c15bfb18ce43e7ff
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/svn/include/REST/v1/FullRepositoryRepresentation.php | +13 | −7 | Go to diff View file |
A | plugins/svn/include/REST/v1/NotificationRepresentation.php | +50 | −0 | Go to diff View file |
A | plugins/svn/include/REST/v1/NotificationsBuilder.php | +147 | −0 | Go to diff View file |
M | plugins/svn/include/REST/v1/RepositoryRepresentationBuilder.php | +20 | −5 | Go to diff View file |
M | plugins/svn/include/REST/v1/RepositoryResource.php | +40 | −4 | Go to diff View file |
M | plugins/svn/include/REST/v1/SettingsRepresentation.php | +11 | −4 | Go to diff View file |
M | plugins/svn/include/autoload.php | +6 | −4 | Go to diff View file |
M | plugins/svn/tests/rest/SVN/RepositoryTest.php | +18 | −0 | Go to diff View file |
M | plugins/svn/tests/rest/_fixtures/project/project.xml | +2 | −0 | Go to diff View file |