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:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-05-14 16:07:31 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-05-14 16:07:31 +0300
commitcea3c37b30e6ec5e433248fc0a5549430dcd5864 (patch)
treef7b51d511e40aa47bf09c9a5c9ebec4579cdaf45 /changelogs
parent701a1272368e7acbc66b2532596a998e01e880f4 (diff)
Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.4
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, 0 insertions, 15 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
deleted file mode 100644
index 6e04471fa13..00000000000
--- a/changelogs/unreleased/330787-omits-trailing-slash-when-checking-for-allowed-requests.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-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
deleted file mode 100644
index 3bea1874ff3..00000000000
--- a/changelogs/unreleased/sh-avoid-trailing-slash-in-proxy.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-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
deleted file mode 100644
index ebaf2aee123..00000000000
--- a/changelogs/unreleased/sh-fix-nplus-one-pipelines-show.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix N+1 SQL queries in PipelinesController#show
-merge_request: 60794
-author:
-type: fixed