summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-03-12 16:22:32 -0700
committerStan Hu <stanhu@gmail.com>2019-03-12 17:33:33 -0700
commit118d12405a8ed1e8251c74a08044e47cd17998c2 (patch)
tree33d9d6afd153e18c748e96cece30574856ee27df /changelogs
parente17074139e0c6d91076fc775e50c44d45f956b1f (diff)
downloadgitlab-ce-118d12405a8ed1e8251c74a08044e47cd17998c2.tar.gz
Fix 500 error caused by CODEOWNERS with no matches
Including a CODEOWNERS file with lines without any matching username or e-mail regular expressions would cause an Error 500. Don't attempt a database query if there is nothing to query. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/10282
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/sh-fix-blank-codeowners-ce.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-fix-blank-codeowners-ce.yml b/changelogs/unreleased/sh-fix-blank-codeowners-ce.yml
new file mode 100644
index 00000000000..05ea5869eb1
--- /dev/null
+++ b/changelogs/unreleased/sh-fix-blank-codeowners-ce.yml
@@ -0,0 +1,5 @@
+---
+title: Fix 500 error caused by CODEOWNERS with no matches
+merge_request: 26072
+author:
+type: fixed