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:
authorDouwe Maan <douwe@gitlab.com>2017-04-03 23:44:24 +0300
committerDouwe Maan <douwe@gitlab.com>2017-04-03 23:44:24 +0300
commitc2b35320e05c5e0cb3bdc11fa1418ed5f3e5c76f (patch)
tree6c3cabb29591b10dd8a39b4e8b03e8285b7955e6 /changelogs
parente98536fb384d76ed7e13238bebbca91b682f5172 (diff)
parent059e11d87f1948b146febc1b3e93ac5a52863d2b (diff)
Merge branch 'namespace-race-condition' into 'master'
Fix race condition in namespace directory creation See merge request !10268
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/namespace-race-condition.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/namespace-race-condition.yml b/changelogs/unreleased/namespace-race-condition.yml
new file mode 100644
index 00000000000..2a76b6c74e8
--- /dev/null
+++ b/changelogs/unreleased/namespace-race-condition.yml
@@ -0,0 +1,4 @@
+---
+title: Fix project creation failure due to race condition in namespace directory creation
+merge_request: 10268
+author: Robin Bobbitt