summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-09-24 11:49:00 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2019-09-24 11:49:00 +0000
commitc223f8a153f7ee65458e89a0be36200f97a0c5a3 (patch)
tree73986f9e462730c4b46ff07ef0be4362e49d5bb6 /changelogs
parent7099ecf77cb45c7b456a47f24064657ca59549b7 (diff)
downloadgitlab-ce-c223f8a153f7ee65458e89a0be36200f97a0c5a3.tar.gz
Add latest changes from gitlab-org/gitlab@12-3-stable-ee
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/32408-fix-css-leak.yml5
-rw-r--r--changelogs/unreleased/32427-cannot-reorder-issue-boards.yml5
-rw-r--r--changelogs/unreleased/sh-fix-any-approver-handling.yml5
-rw-r--r--changelogs/unreleased/sh-fix-dupe-approvals-failing.yml5
4 files changed, 20 insertions, 0 deletions
diff --git a/changelogs/unreleased/32408-fix-css-leak.yml b/changelogs/unreleased/32408-fix-css-leak.yml
new file mode 100644
index 00000000000..0d3d6f37b3e
--- /dev/null
+++ b/changelogs/unreleased/32408-fix-css-leak.yml
@@ -0,0 +1,5 @@
+---
+title: Fix CSS leak in job log
+merge_request:
+author:
+type: fixed
diff --git a/changelogs/unreleased/32427-cannot-reorder-issue-boards.yml b/changelogs/unreleased/32427-cannot-reorder-issue-boards.yml
new file mode 100644
index 00000000000..0ad9279876e
--- /dev/null
+++ b/changelogs/unreleased/32427-cannot-reorder-issue-boards.yml
@@ -0,0 +1,5 @@
+---
+title: Fix ordering of issue board lists not being persisted
+merge_request: 17356
+author:
+type: fixed
diff --git a/changelogs/unreleased/sh-fix-any-approver-handling.yml b/changelogs/unreleased/sh-fix-any-approver-handling.yml
new file mode 100644
index 00000000000..4230dce3b74
--- /dev/null
+++ b/changelogs/unreleased/sh-fix-any-approver-handling.yml
@@ -0,0 +1,5 @@
+---
+title: Fix bug that caused a merge to show an error message
+merge_request: 17466
+author:
+type: fixed
diff --git a/changelogs/unreleased/sh-fix-dupe-approvals-failing.yml b/changelogs/unreleased/sh-fix-dupe-approvals-failing.yml
new file mode 100644
index 00000000000..c3115c5b6da
--- /dev/null
+++ b/changelogs/unreleased/sh-fix-dupe-approvals-failing.yml
@@ -0,0 +1,5 @@
+---
+title: Fix error when duplicate users are merged in approvers list
+merge_request: 17406
+author:
+type: fixed