summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-10-05 08:17:35 +0000
committerRémy Coutable <remy@rymai.me>2016-10-05 08:17:35 +0000
commit92bacb99259654f2277f07563941318cf0dc345c (patch)
tree6c80296c5416d629cf007ef502524e5ce23536ae /CHANGELOG
parent6948e1c8c885cae49166d94d887fe52ec8aa8ba1 (diff)
parentc9bcfc631a79db97203d51d7c221a7549ba65adf (diff)
downloadgitlab-ce-92bacb99259654f2277f07563941318cf0dc345c.tar.gz
Merge branch 'remove-reset-project-activity-lease' into 'master'
Remove lease from Event#reset_project_activity ## What does this MR do? This removes the exclusive lease used by `Event#reset_project_activity` in favour of conditional UPDATE queries. See dbcc623a901cb3fb725976217416bafad73dbf69 for more information. ## Why was this MR needed? Obtaining the lease can, for whatever reason, be _really_ slow. See https://gitlab.com/gitlab-org/gitlab-ce/issues/22473 for more information. https://gitlab.com/gitlab-org/gitlab-ce/issues/22473 See merge request !6678
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 9635309b052..9060cfcef0b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -36,6 +36,7 @@ v 8.13.0 (unreleased)
- Add missing values to linter !6276 (Katarzyna Kobierska Ula Budziszewska)
- Fix Long commit messages overflow viewport in file tree
- Revert avoid touching file system on Build#artifacts?
+ - Stop using a Redis lease when updating the project activity timestamp whenever a new event is created
- Add broadcast messages and alerts below sub-nav
- Better empty state for Groups view
- Update ruby-prof to 0.16.2. !6026 (Elan Ruusamäe)