stable

Clone or download

Read-only

Add ugroup and users into MailNotification object

this is part of story #10217 manage "notifications" with REST API No functionnal changes. Needed for POST/PUT rest route to add users and ugroups in notification Change-Id: Ib40fa60f5fb90170db7079eca4f5efa9c800f875

Modified Files

Name
M plugins/svn/include/REST/v1/RepositoryResource.php +3 −1 Go to diff View file
M plugins/svn/include/Svn/Admin/AdminController.class.php +7 −5 Go to diff View file
M plugins/svn/include/Svn/Admin/MailNotification.class.php +54 −6 Go to diff View file
M plugins/svn/include/Svn/Admin/MailNotificationManager.class.php +22 −17 Go to diff View file
M plugins/svn/include/Svn/XMLRepositoryImporter.class.php +1 −1 Go to diff View file
M plugins/svn/tests/REST/NotificationUpdateCheckerTest.php +15 −5 Go to diff View file
M plugins/svn/tests/Svn/Notifications/EmailsToBeNotifiedRetrieverTest.php +87 −22 Go to diff View file
M plugins/svn/tests/Svn/XMLExporterTest.php +17 −4 Go to diff View file