diff options
author | Stan Hu <stanhu@gmail.com> | 2019-05-07 00:28:35 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2019-05-07 06:16:39 -0700 |
commit | 58c09eb70941a0954fb5cd7b0c6316c698353edb (patch) | |
tree | aec474d2b38d02064e50b2eed8acd19b242954a9 /changelogs | |
parent | fb688545e51d87d3b145b0c7fa9adc8c6b2139b2 (diff) | |
download | gitlab-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')
-rw-r--r-- | changelogs/unreleased/sh-fix-related-merge-requests-path.yml | 5 |
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 |