summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2018-10-15 11:42:15 +0100
committerSean McGivern <sean@gitlab.com>2018-10-16 10:54:49 +0100
commit0bcfd0adb303f0fcaac40b703deda49f3dd683f4 (patch)
treedc4f44b2019a47e577bf75a7f2964d14a6655c1d /changelogs
parentc7fd95584eb2a595d84a5693a14b4b46c2885251 (diff)
downloadgitlab-ce-0bcfd0adb303f0fcaac40b703deda49f3dd683f4.tar.gz
Fix image webhook rewriting for uploads
This rewrote URLs to be absolute URLs. However, for uploads (the most common case), we actually need them to point to not just the GitLab instance, but the project they're from. Thankfully, we can normally get that information from the object we're building the hook for.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/test-usage-ping-in-timeout-case.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/test-usage-ping-in-timeout-case.yml b/changelogs/unreleased/test-usage-ping-in-timeout-case.yml
new file mode 100644
index 00000000000..daee98765ac
--- /dev/null
+++ b/changelogs/unreleased/test-usage-ping-in-timeout-case.yml
@@ -0,0 +1,5 @@
+---
+title: Fix auto-corrected upload URLs in webhooks
+merge_request: 22361
+author:
+type: fixed