Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/330787-omits-trailing-slash-when-checking-for-allowed-requests.yml5
-rw-r--r--changelogs/unreleased/sh-avoid-trailing-slash-in-proxy.yml5
-rw-r--r--changelogs/unreleased/sh-fix-nplus-one-pipelines-show.yml5
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