stable

Clone or download

Read-only

PUT notifications must be stored when notifications are done for users

this is part of story #10217 manage "notifications" with REST API Change-Id: Id08741a7775e5f4ec6d5bb0c69ee5b541c4d2e74

Modified Files

Name
M plugins/svn/bin/svn_post_commit.php +2 −1 Go to diff View file
M plugins/svn/include/REST/v1/NotificationUpdateChecker.php +17 −7 Go to diff View file
M plugins/svn/include/REST/v1/RepositoryResource.php +11 −2 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/Notifications/EmailsToBeNotifiedRetriever.php +28 −1 Go to diff View file
M plugins/svn/tests/REST_Backend/NotificationUpdateCheckerTest.php +75 −6 Go to diff View file
M plugins/svn/tests/Svn/Notifications/EmailsToBeNotifiedRetrieverTest.php +2 −1 Go to diff View file