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:
authorStan Hu <stanhu@gmail.com>2017-12-24 20:03:58 +0300
committerStan Hu <stanhu@gmail.com>2017-12-24 20:39:08 +0300
commit36bdf3dc9ac290058b73ab54abeb9ba84b211b29 (patch)
tree06c13ffa218828c3a82495dbacf56a3f8e89de04 /changelogs
parent0c8d7e8460f74ba3a2345e42884ed96321fbb897 (diff)
Gracefully handle orphaned write deploy keys in /internal/post_receive
On GitLab.com, there are write deploy keys with no associated users. Pushes with these deploy keys end with an Error 500 since we attempt to look up redirect message. If there is no user, don't attempt to display a redirect message. Closes #41466
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/sh-handle-orphaned-deploy-keys.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-handle-orphaned-deploy-keys.yml b/changelogs/unreleased/sh-handle-orphaned-deploy-keys.yml
new file mode 100644
index 00000000000..7d3b622534e
--- /dev/null
+++ b/changelogs/unreleased/sh-handle-orphaned-deploy-keys.yml
@@ -0,0 +1,5 @@
+---
+title: Gracefully handle orphaned write deploy keys in /internal/post_receive
+merge_request:
+author:
+type: fixed