diff options
author | Nick Thomas <nick@gitlab.com> | 2017-07-10 13:29:16 +0100 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2017-07-10 15:40:51 +0100 |
commit | aeb2869f666a73a039b5ac05bc5973547456ee33 (patch) | |
tree | d68a0bc1bcc0188e7847c4f9953da6ab9e534e10 /changelogs | |
parent | cd735170d3bc5e71d46ba1e37249ae713b7842f8 (diff) | |
download | gitlab-ce-aeb2869f666a73a039b5ac05bc5973547456ee33.tar.gz |
Prevent bad data being added to application settings when Redis is unavailable
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/34728-fix-application-setting-created-when-redis-down.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/34728-fix-application-setting-created-when-redis-down.yml b/changelogs/unreleased/34728-fix-application-setting-created-when-redis-down.yml new file mode 100644 index 00000000000..4fddabebf36 --- /dev/null +++ b/changelogs/unreleased/34728-fix-application-setting-created-when-redis-down.yml @@ -0,0 +1,4 @@ +--- +title: Prevent bad data being added to application settings when Redis is unavailable +merge_request: 12750 +author: |