stable
Clone or download
Read-only
Part of story #9892: notify group of people in addition to individuals Given the id of a user is added to a repository notifications (directly in database, in table plugin_git_post_receive_notification_user), when the user is removed from the (private) project, then the user is removed from the notifications table. Change-Id: Id65f436896c8bb578111ab299a805a099770a57a
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/include/Git/Notifications/NotificationsForProjectMemberCleaner.php | +13 | −5 | Go to diff View file |
M | plugins/git/include/gitPlugin.class.php | +2 | −1 | Go to diff View file |
M | plugins/git/tests/Git/Notifications/NotificationsForProjectMemberCleanerTest.php | +20 | −7 | Go to diff View file |