diff options
author | Stan Hu <stanhu@gmail.com> | 2016-05-31 16:51:04 +0000 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2016-05-31 16:51:04 +0000 |
commit | e87149a12bef96b1870777d705a6eb4bc48708af (patch) | |
tree | fa59399110016e14aaa6b40fa93ebfd52f69b97b /CHANGELOG | |
parent | 5011eeb16eaf8f2ae021b4caa6a59cfe77ae2713 (diff) | |
parent | 4da07781573d830244c001f606fa30260e38c472 (diff) | |
download | gitlab-ce-e87149a12bef96b1870777d705a6eb4bc48708af.tar.gz |
Merge branch 'remove-dangling-notification-settings' into 'master'
Remove project notification settings associated with deleted projects
On GitLab.com, there are 1560 project notification settings with no valid project all created on 2016-04-15 10:38:53 for some reason. This migration should purge
those entries.
b8f38437 should prevent this issue from occurring in the first place.
Closes gitlab-com/support-forum#678
See merge request !4311
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index acd42353f46..6079701d044 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,6 +4,7 @@ v 8.9.0 (unreleased) - Allow enabling wiki page events from Webhook management UI - Allow forking projects with restricted visibility level - Improve note validation to prevent errors when creating invalid note via API + - Remove project notification settings associated with deleted projects - Redesign navigation for project pages - Fix groups API to list only user's accessible projects - Redesign account and email confirmation emails |