summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-04-16 19:58:06 +0000
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-04-16 19:58:06 +0000
commit45526b5867cc0a29021e33e1a37328ee3b17bcb9 (patch)
tree7e5ea5159db3d5d9c152ab3540c7daa7f228ca36 /changelogs
parent513eff621044e77bc00cd1b4ae0cb5e0e7c2e77e (diff)
downloadgitlab-ce-45526b5867cc0a29021e33e1a37328ee3b17bcb9.tar.gz
Update CHANGELOG.md for 12.9.4
[ci skip]
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/209059-fix-project-show-file-upload-not-working.yml5
-rw-r--r--changelogs/unreleased/209940-geo-fails-to-sync-file-uploads-with-improper-formatted-path.yml5
-rw-r--r--changelogs/unreleased/211452-rollback_to_legacy-causes-repos-to-404.yml5
-rw-r--r--changelogs/unreleased/212073-slack-notifications-stop-working-after-updating-gitlab.yml5
-rw-r--r--changelogs/unreleased/ab-keyset-ambig-bug.yml5
5 files changed, 0 insertions, 25 deletions
diff --git a/changelogs/unreleased/209059-fix-project-show-file-upload-not-working.yml b/changelogs/unreleased/209059-fix-project-show-file-upload-not-working.yml
deleted file mode 100644
index 92675668950..00000000000
--- a/changelogs/unreleased/209059-fix-project-show-file-upload-not-working.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix not working File upload from Project overview page.
-merge_request: 26828
-author: Gilang Gumilar
-type: fixed
diff --git a/changelogs/unreleased/209940-geo-fails-to-sync-file-uploads-with-improper-formatted-path.yml b/changelogs/unreleased/209940-geo-fails-to-sync-file-uploads-with-improper-formatted-path.yml
deleted file mode 100644
index 521fc9f83b7..00000000000
--- a/changelogs/unreleased/209940-geo-fails-to-sync-file-uploads-with-improper-formatted-path.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix incorrect regex used in FileUploader#extract_dynamic_path
-merge_request: 28683
-author:
-type: fixed
diff --git a/changelogs/unreleased/211452-rollback_to_legacy-causes-repos-to-404.yml b/changelogs/unreleased/211452-rollback_to_legacy-causes-repos-to-404.yml
deleted file mode 100644
index 73955b4c2c3..00000000000
--- a/changelogs/unreleased/211452-rollback_to_legacy-causes-repos-to-404.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix storage rollback regression caused by previous refactor
-merge_request: 28496
-author:
-type: fixed
diff --git a/changelogs/unreleased/212073-slack-notifications-stop-working-after-updating-gitlab.yml b/changelogs/unreleased/212073-slack-notifications-stop-working-after-updating-gitlab.yml
deleted file mode 100644
index 3814ed9476a..00000000000
--- a/changelogs/unreleased/212073-slack-notifications-stop-working-after-updating-gitlab.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix Slack notifications when upgrading from old GitLab versions
-merge_request: 29111
-author:
-type: fixed
diff --git a/changelogs/unreleased/ab-keyset-ambig-bug.yml b/changelogs/unreleased/ab-keyset-ambig-bug.yml
deleted file mode 100644
index b4111794671..00000000000
--- a/changelogs/unreleased/ab-keyset-ambig-bug.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fully qualify id columns for keyset pagination (Projects API)
-merge_request: 29026
-author:
-type: fixed