diff options
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 |