summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2016-07-07 12:41:48 +0100
committerSean McGivern <sean@gitlab.com>2016-07-07 20:49:17 +0100
commitea25e0918b77c2345585a968fbf5b73bb544aac7 (patch)
tree372a006af02dd94a7dcc958007e7c0335b4cac42 /CHANGELOG
parent3c89a788c795fba2b050a0af0d8261e302d8cded (diff)
downloadgitlab-ce-ea25e0918b77c2345585a968fbf5b73bb544aac7.tar.gz
Exclude projects pending delete from notifications
If the Sidekiq job fails for some reason, a project can be 'stuck' pending deletion. The project can't be viewed, so it shouldn't be available through the notification settings association as this will throw an exception when we try to show the link.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index bc9bb7747a4..cc2a40ce409 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -17,6 +17,7 @@ v 8.10.0 (unreleased)
- Fix MR-auto-close text added to description. !4836
- Fix issue, preventing users w/o push access to sort tags !5105 (redetection)
- Add Spring EmojiOne updates.
+ - Fix viewing notification settings when a project is pending deletion
- Fix pagination when sorting by columns with lots of ties (like priority)
- Updated project header design
- Exclude email check from the standard health check