summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2018-10-26 18:06:25 +0000
committerDouwe Maan <douwe@gitlab.com>2018-10-26 18:06:25 +0000
commite997b22df50a46759cac9936a6557993310f8888 (patch)
tree7477ee5da963ef699652ccc84fc4fee8726babad /changelogs
parentf2e9148d18c049bb699e60ed31d3804f9ae4b592 (diff)
parent679d9b21b7aac55796ef59d5694b7d2e0fb40b35 (diff)
downloadgitlab-ce-e997b22df50a46759cac9936a6557993310f8888.tar.gz
Merge branch '51335-fail-early-when-user-cannot-be-identified' into 'master'
User not defined in PostReceive#process_project_changes Closes #51335 See merge request gitlab-org/gitlab-ce!22519
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/51335-fail-early-when-user-cannot-be-identified.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/51335-fail-early-when-user-cannot-be-identified.yml b/changelogs/unreleased/51335-fail-early-when-user-cannot-be-identified.yml
new file mode 100644
index 00000000000..a042debc28f
--- /dev/null
+++ b/changelogs/unreleased/51335-fail-early-when-user-cannot-be-identified.yml
@@ -0,0 +1,5 @@
+---
+title: If user was not found, service hooks won't run on post receive background job
+merge_request: 22519
+author:
+type: fixed