summaryrefslogtreecommitdiff
path: root/changelogs/unreleased
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-05-07 00:28:35 -0700
committerStan Hu <stanhu@gmail.com>2019-05-07 06:16:39 -0700
commit58c09eb70941a0954fb5cd7b0c6316c698353edb (patch)
treeaec474d2b38d02064e50b2eed8acd19b242954a9 /changelogs/unreleased
parentfb688545e51d87d3b145b0c7fa9adc8c6b2139b2 (diff)
downloadgitlab-ce-58c09eb70941a0954fb5cd7b0c6316c698353edb.tar.gz
Use a path for the related merge requests endpointsh-fix-related-merge-requests-path
Hosts using a non-standard configuration may have a different hostname/port/scheme than what may be configured on the GitLab server. While expose_url should generate a proper URL, there are cases where it may not work. Since we don't need the full URL, we can use the relative path. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/61280
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r--changelogs/unreleased/sh-fix-related-merge-requests-path.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-fix-related-merge-requests-path.yml b/changelogs/unreleased/sh-fix-related-merge-requests-path.yml
new file mode 100644
index 00000000000..4b4108feda4
--- /dev/null
+++ b/changelogs/unreleased/sh-fix-related-merge-requests-path.yml
@@ -0,0 +1,5 @@
+---
+title: Use a path for the related merge requests endpoint
+merge_request: 28171
+author:
+type: fixed