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:
authorNick Thomas <nick@gitlab.com>2018-02-19 14:39:54 +0300
committerIan Baum <ibaum@gitlab.com>2018-02-23 21:14:55 +0300
commitc49d45f1d0f5475dee461b11e0c05fd08cc86e7d (patch)
treedb72149702b247b5beeff71b30ad3aa509c8bf86 /changelogs
parentbfe4c2c4be1eabdb3b318725611c83ad8ad065fe (diff)
Merge branch 'sh-guard-read-only-user-updates' into 'master'
Don't attempt to update user tracked fields if database is in read-only Closes gitlab-ee#4972 See merge request gitlab-org/gitlab-ce!17200
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/sh-guard-read-only-user-updates.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-guard-read-only-user-updates.yml b/changelogs/unreleased/sh-guard-read-only-user-updates.yml
new file mode 100644
index 00000000000..b8dbd840ed9
--- /dev/null
+++ b/changelogs/unreleased/sh-guard-read-only-user-updates.yml
@@ -0,0 +1,5 @@
+---
+title: Don't attempt to update user tracked fields if database is in read-only
+merge_request:
+author:
+type: fixed