diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-05-14 08:12:27 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-05-14 08:12:27 +0000 |
commit | 3772445de3063dda5e5fb2f21b6debf14032cc92 (patch) | |
tree | 8db2e49b644638f160392062221e6a0a56fcfd62 /changelogs | |
parent | 28a9333b4b418ce3f96fcd0a530d76ac86e6c4ed (diff) | |
download | gitlab-ce-3772445de3063dda5e5fb2f21b6debf14032cc92.tar.gz |
Add latest changes from gitlab-org/gitlab@13-11-stable-ee
Diffstat (limited to 'changelogs')
3 files changed, 15 insertions, 0 deletions
diff --git a/changelogs/unreleased/330787-omits-trailing-slash-when-checking-for-allowed-requests.yml b/changelogs/unreleased/330787-omits-trailing-slash-when-checking-for-allowed-requests.yml new file mode 100644 index 00000000000..6e04471fa13 --- /dev/null +++ b/changelogs/unreleased/330787-omits-trailing-slash-when-checking-for-allowed-requests.yml @@ -0,0 +1,5 @@ +--- +title: Omit trailing slash when checking allowed requests in the read-only middleware +merge_request: 61641 +author: +type: fixed diff --git a/changelogs/unreleased/sh-avoid-trailing-slash-in-proxy.yml b/changelogs/unreleased/sh-avoid-trailing-slash-in-proxy.yml new file mode 100644 index 00000000000..3bea1874ff3 --- /dev/null +++ b/changelogs/unreleased/sh-avoid-trailing-slash-in-proxy.yml @@ -0,0 +1,5 @@ +--- +title: Omit trailing slash when proxying pre-authorized routes with no suffix +merge_request: 61638 +author: +type: fixed diff --git a/changelogs/unreleased/sh-fix-nplus-one-pipelines-show.yml b/changelogs/unreleased/sh-fix-nplus-one-pipelines-show.yml new file mode 100644 index 00000000000..ebaf2aee123 --- /dev/null +++ b/changelogs/unreleased/sh-fix-nplus-one-pipelines-show.yml @@ -0,0 +1,5 @@ +--- +title: Fix N+1 SQL queries in PipelinesController#show +merge_request: 60794 +author: +type: fixed |