summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-01-31 21:05:24 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-31 21:05:24 +0000
commitc741c26fa0743e76c9331aa214ebe16559f1d2a6 (patch)
tree183d27ae527c89173872b4f9702bb64b3ac386a4 /changelogs
parente9fe125578e745a7b18bed97eb3653bf5c0f4035 (diff)
downloadgitlab-ce-c741c26fa0743e76c9331aa214ebe16559f1d2a6.tar.gz
Add latest changes from gitlab-org/gitlab@12-7-stable-ee
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/198938-fix-invalid-issue-tracker-data.yml5
-rw-r--r--changelogs/unreleased/fix-missing-apply-sugegstion-project-setting.yml5
-rw-r--r--changelogs/unreleased/id-fix-suggestions.yml5
-rw-r--r--changelogs/unreleased/sh-fix-trigger-check-rds.yml5
4 files changed, 20 insertions, 0 deletions
diff --git a/changelogs/unreleased/198938-fix-invalid-issue-tracker-data.yml b/changelogs/unreleased/198938-fix-invalid-issue-tracker-data.yml
new file mode 100644
index 00000000000..36bf6e3aa26
--- /dev/null
+++ b/changelogs/unreleased/198938-fix-invalid-issue-tracker-data.yml
@@ -0,0 +1,5 @@
+---
+title: Remove invalid data from issue_tracker_data table
+merge_request:
+author:
+type: fixed
diff --git a/changelogs/unreleased/fix-missing-apply-sugegstion-project-setting.yml b/changelogs/unreleased/fix-missing-apply-sugegstion-project-setting.yml
new file mode 100644
index 00000000000..d084148fbd8
--- /dev/null
+++ b/changelogs/unreleased/fix-missing-apply-sugegstion-project-setting.yml
@@ -0,0 +1,5 @@
+---
+title: Add accidentally deleted project config for custom apply suggestions
+merge_request: 23687
+author: Fabio Huser
+type: fixed
diff --git a/changelogs/unreleased/id-fix-suggestions.yml b/changelogs/unreleased/id-fix-suggestions.yml
new file mode 100644
index 00000000000..3987a590e14
--- /dev/null
+++ b/changelogs/unreleased/id-fix-suggestions.yml
@@ -0,0 +1,5 @@
+---
+title: Fix applying the suggestions with an empty custom message
+merge_request: 24144
+author:
+type: fixed
diff --git a/changelogs/unreleased/sh-fix-trigger-check-rds.yml b/changelogs/unreleased/sh-fix-trigger-check-rds.yml
new file mode 100644
index 00000000000..99ae6039aaa
--- /dev/null
+++ b/changelogs/unreleased/sh-fix-trigger-check-rds.yml
@@ -0,0 +1,5 @@
+---
+title: Fix database permission check for triggers on Amazon RDS
+merge_request: 24035
+author:
+type: fixed