stable
Clone or download
Read-only
this is part of story #10217 manage "notifications" with REST API No functionnal changes. To be consistent with users and ugroups parameters Change-Id: I2b337f3add8cea32b934a8a49718da07a4dff57c
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/svn/bin/svn_post_commit.php | +3 | −1 | Go to diff View file |
M | plugins/svn/include/REST/v1/NotificationUpdateChecker.php | +2 | −2 | Go to diff View file |
M | plugins/svn/include/REST/v1/NotificationsBuilder.php | +1 | −5 | Go to diff View file |
M | plugins/svn/include/REST/v1/RepositoryResource.php | +7 | −5 | Go to diff View file |
M | plugins/svn/include/Svn/Admin/AdminController.class.php | +2 | −2 | Go to diff View file |
M | plugins/svn/include/Svn/Admin/MailNotification.class.php | +8 | −3 | Go to diff View file |
M | plugins/svn/include/Svn/Admin/MailNotificationDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/svn/include/Svn/Admin/MailNotificationManager.class.php | +15 | −9 | Go to diff View file |
M | plugins/svn/include/Svn/Notifications/EmailsToBeNotifiedRetriever.php | +2 | −3 | Go to diff View file |
M | plugins/svn/include/Svn/Notifications/NotificationListBuilder.php | +2 | −5 | Go to diff View file |
M | plugins/svn/include/Svn/Notifications/NotificationsEmailsBuilder.php | +0 | −10 | Go to diff View file |
M | plugins/svn/include/Svn/Repository/ProjectHistoryFormatter.php | +1 | −1 | Go to diff View file |
M | plugins/svn/include/Svn/XMLImporter.class.php | +5 | −2 | Go to diff View file |
M | plugins/svn/include/Svn/XMLRepositoryImporter.class.php | +26 | −12 | Go to diff View file |
M | plugins/svn/include/Svn/XMLSvnExporter.php | +1 | −1 | Go to diff View file |
M | plugins/svn/include/svnPlugin.class.php | +13 | −3 | Go to diff View file |
M | plugins/svn/tests/REST/NotificationUpdateCheckerTest.php | +8 | −6 | Go to diff View file |
M | plugins/svn/tests/Svn/Notifications/EmailsToBeNotifiedRetrieverTest.php | +7 | −7 | Go to diff View file |
M | plugins/svn/tests/Svn/XMLExporterTest.php | +2 | −2 | Go to diff View file |
M | plugins/svn/tests/Svn/XMLImporterTest.php | +22 | −8 | Go to diff View file |