stable

Clone or download

Read-only

Update (PUT) repository with notifications for users

this is part of story #10217 manage "notifications" with REST API For now notification is always recorded, notification will be recored when users are updated on a next commit Change-Id: I44151f0ce31a134af9d398b3d542694ee55000f9

Modified Files

Name
R plugins/svn/include/REST/v1/NotificationPOSTRepresentation.php Go to diff View file
M plugins/svn/include/REST/v1/NotificationUpdateChecker.php +10 −2 Go to diff View file
M plugins/svn/include/REST/v1/RepositoryResource.php +13 −5 Go to diff View file
M plugins/svn/include/REST/v1/SettingsPOSTRepresentation.php +1 −1 Go to diff View file
M plugins/svn/include/REST/v1/SettingsPUTRepresentation.php +1 −1 Go to diff View file
M plugins/svn/include/REST/v1/SettingsRepresentationValidator.php +3 −2 Go to diff View file
M plugins/svn/include/Svn/Admin/MailNotificationDao.class.php +2 −23 Go to diff View file
M plugins/svn/include/Svn/Admin/MailNotificationManager.class.php +36 −1 Go to diff View file
M plugins/svn/include/autoload.php +3 −3 Go to diff View file
M plugins/svn/tests/REST_Backend/NotificationUpdateCheckerTest.php +85 −5 Go to diff View file
M plugins/svn/tests/rest/SVN/RepositoryTest.php +16 −36 Go to diff View file
M plugins/svn/tests/rest/SVN/RepositoryTestNonRegressionTest.php +35 −4 Go to diff View file
M plugins/svn/tests/rest/TestBase.php +34 −0 Go to diff View file