Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-04-05 22:52:20 +0300
committerStan Hu <stanhu@gmail.com>2018-04-05 22:55:12 +0300
commitd209a05486503f1dd6412c777c1fd29fe02f0a40 (patch)
tree7a8b55d3cba1348ee78b78df069cdea2eebf14d0 /changelogs
parenteaed588bf228c833cb666a61bc7d25cf21d5f94b (diff)
Use the GitLab version as part of the appearances cache key
This prevents us from having to manually flush the cache key in migrations every time a new column is added. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/5571
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/sh-appearance-cache-key-version.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-appearance-cache-key-version.yml b/changelogs/unreleased/sh-appearance-cache-key-version.yml
new file mode 100644
index 00000000000..c17a3dc36cd
--- /dev/null
+++ b/changelogs/unreleased/sh-appearance-cache-key-version.yml
@@ -0,0 +1,5 @@
+---
+title: Use the GitLab version as part of the appearances cache key
+merge_request:
+author:
+type: fixed