stable

Clone or download

Read-only

Update (PUT) repository with notifications for user_groups

this is part of story #10217 manage "notifications" with REST API PUT wille be recoreded only when user_groups are updated in next commit Change-Id: If3f29da3d33f5be316b4927ab3493a63802b28fe

Modified Files

Name
M plugins/svn/include/REST/v1/NotificationUpdateChecker.php +6 −1 Go to diff View file
M plugins/svn/include/REST/v1/RepositoryResource.php +8 −3 Go to diff View file
M plugins/svn/include/Svn/Admin/MailNotification.class.php +5 −0 Go to diff View file
M plugins/svn/include/Svn/Admin/MailNotificationManager.class.php +7 −0 Go to diff View file
M plugins/svn/include/Svn/Notifications/EmailsToBeNotifiedRetriever.php +12 −0 Go to diff View file
M plugins/svn/tests/REST_Backend/NotificationUpdateCheckerTest.php +20 −2 Go to diff View file
M plugins/svn/tests/rest/SVN/RepositoryTest.php +11 −23 Go to diff View file
M plugins/svn/tests/rest/SVN/RepositoryTestNonRegressionTest.php +23 −0 Go to diff View file
M plugins/svn/tests/rest/TestBase.php +28 −0 Go to diff View file