diff options
author | Yorick Peterse <yorickpeterse@gmail.com> | 2017-08-18 14:52:11 +0200 |
---|---|---|
committer | Yorick Peterse <yorickpeterse@gmail.com> | 2017-08-21 17:58:37 +0200 |
commit | e0b589f16166a88d18e58fbc154e0cf165732acb (patch) | |
tree | 4e329dd6f9ebe75a13d5a2985962042b9390b514 /changelogs | |
parent | 646aae3e4f0f9c547397fdf55cc2205b0171b565 (diff) | |
download | gitlab-ce-e0b589f16166a88d18e58fbc154e0cf165732acb.tar.gz |
Fix caching of future broadcast messagesfix-broadcast-message-caching
This changes the caching mechanism so we cache both current _and_ future
broadcast messages, then manually filter out those we don't want to
display. This ensures we don't need any additional queries while still
being able to display the right messages at the right time.
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/36661
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/fix-broadcast-message-caching.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/fix-broadcast-message-caching.yml b/changelogs/unreleased/fix-broadcast-message-caching.yml new file mode 100644 index 00000000000..58ec1766cfd --- /dev/null +++ b/changelogs/unreleased/fix-broadcast-message-caching.yml @@ -0,0 +1,5 @@ +--- +title: Fix caching of future broadcast messages +merge_request: +author: +type: fixed |