summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-04-16 18:34:14 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-04-16 18:34:14 +0000
commitfaafdaeef2688b0ea66abcb3cc69648212c0c67c (patch)
treef538040ccbfafe2ec0e8ea490fa46c7b6691c2c3 /changelogs
parent29721853e727f39890194d973b457124da6a4746 (diff)
downloadgitlab-ce-faafdaeef2688b0ea66abcb3cc69648212c0c67c.tar.gz
Add latest changes from gitlab-org/gitlab@12-9-stable-ee
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, 25 insertions, 0 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
new file mode 100644
index 00000000000..92675668950
--- /dev/null
+++ b/changelogs/unreleased/209059-fix-project-show-file-upload-not-working.yml
@@ -0,0 +1,5 @@
+---
+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
new file mode 100644
index 00000000000..521fc9f83b7
--- /dev/null
+++ b/changelogs/unreleased/209940-geo-fails-to-sync-file-uploads-with-improper-formatted-path.yml
@@ -0,0 +1,5 @@
+---
+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
new file mode 100644
index 00000000000..73955b4c2c3
--- /dev/null
+++ b/changelogs/unreleased/211452-rollback_to_legacy-causes-repos-to-404.yml
@@ -0,0 +1,5 @@
+---
+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
new file mode 100644
index 00000000000..3814ed9476a
--- /dev/null
+++ b/changelogs/unreleased/212073-slack-notifications-stop-working-after-updating-gitlab.yml
@@ -0,0 +1,5 @@
+---
+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
new file mode 100644
index 00000000000..b4111794671
--- /dev/null
+++ b/changelogs/unreleased/ab-keyset-ambig-bug.yml
@@ -0,0 +1,5 @@
+---
+title: Fully qualify id columns for keyset pagination (Projects API)
+merge_request: 29026
+author:
+type: fixed