gitlab-org--gitlab-foss/changelogs/unreleased/51335-fail-early-when-user-cannot-be-identified.yml
Tiago Botelho f8ee07d9ee
User not defined in PostReceive#process_project_changes
When Gitlab::GitPostReceive#changes_refs is empty
user would not get defined and nil would be passed
to PostReceive#after_project_changes_hooks which would
then throw an error.
2018-10-25 11:23:34 +01:00

5 lines
130 B
YAML

---
title: If user was not found, service hooks won't run on post receive background job
merge_request: 22519
author:
type: fixed