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:
authorWinnie Hellmann <winnie@gitlab.com>2017-10-20 22:20:29 +0300
committerWinnie Hellmann <winnie@gitlab.com>2017-10-20 22:24:25 +0300
commit954c116f0d153828f975c9a2269ced5de094b8f2 (patch)
treee73d55aa9b69cd839ce975dd535d3cbe13793d06 /changelogs
parentbb1f4e383b77c336881e853550b22838bbfd0c88 (diff)
Merge branch 'fix-application-setting-nil-cache' into 'master'
Prevent ApplicationSetting to cache nil value Closes #39275 See merge request gitlab-org/gitlab-ce!14952 (cherry picked from commit 81175d2c37d7bb9768ee21b13207ef57d11ad3ea) 64fd9814 Prevent ApplicationSetting to cache nil value beeed14f Fix failure in current_settings_spec.rb
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/fix-application-setting-nil-cache.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/fix-application-setting-nil-cache.yml b/changelogs/unreleased/fix-application-setting-nil-cache.yml
new file mode 100644
index 00000000000..a5f028e3d69
--- /dev/null
+++ b/changelogs/unreleased/fix-application-setting-nil-cache.yml
@@ -0,0 +1,5 @@
+---
+title: Fix application setting to cache nil object
+merge_request:
+author:
+type: fixed