stable

Clone or download

Read-only

Deal with repository deletion

Part of story #9892: notify group of people in addition to individuals When a repository is deleted, then the following tables don't contain anymore traces of the repository: * plugin_git_post_receive_notification_ugroup * plugin_git_post_receive_notification_user Change-Id: Idf148f99e3bfc5a79bb9fe26fd8d189a8a483713

Modified Files

Name
M plugins/git/include/Git/Notifications/UgroupsToNotifyDao.php +11 −0 Go to diff View file
M plugins/git/include/Git/Notifications/UsersToNotifyDao.php +11 −0 Go to diff View file
M plugins/git/include/events/SystemEvent_GIT_REPO_DELETE.class.php +19 −4 Go to diff View file
M plugins/git/include/gitPlugin.class.php +10 −0 Go to diff View file
M plugins/git/tests/events/SystemEvent_GIT_REPO_DELETETest.php +14 −2 Go to diff View file