summaryrefslogtreecommitdiff
path: root/changelogs/unreleased
diff options
context:
space:
mode:
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r--changelogs/unreleased/229468-fix-overflow-issues-with-monaco-file-editor.yml5
-rw-r--r--changelogs/unreleased/229544-populate-issue-type-for-incident-issues.yml5
-rw-r--r--changelogs/unreleased/bye-bye-ui.yml5
-rw-r--r--changelogs/unreleased/fix-review-app-link-not-shown-in-public-projects.yml5
-rw-r--r--changelogs/unreleased/kassio-remove-languages-from-ui.yml5
-rw-r--r--changelogs/unreleased/sh-track-ff-merge-pre-receive-errors.yml5
6 files changed, 30 insertions, 0 deletions
diff --git a/changelogs/unreleased/229468-fix-overflow-issues-with-monaco-file-editor.yml b/changelogs/unreleased/229468-fix-overflow-issues-with-monaco-file-editor.yml
new file mode 100644
index 00000000000..2268aa66a10
--- /dev/null
+++ b/changelogs/unreleased/229468-fix-overflow-issues-with-monaco-file-editor.yml
@@ -0,0 +1,5 @@
+---
+title: Fix overflow issues with monaco file editor
+merge_request: 37984
+author:
+type: fixed
diff --git a/changelogs/unreleased/229544-populate-issue-type-for-incident-issues.yml b/changelogs/unreleased/229544-populate-issue-type-for-incident-issues.yml
new file mode 100644
index 00000000000..3552e15f0be
--- /dev/null
+++ b/changelogs/unreleased/229544-populate-issue-type-for-incident-issues.yml
@@ -0,0 +1,5 @@
+---
+title: Migrate all 'incident' labelled issues to have issue type 'incident'
+merge_request: 37668
+author:
+type: added
diff --git a/changelogs/unreleased/bye-bye-ui.yml b/changelogs/unreleased/bye-bye-ui.yml
new file mode 100644
index 00000000000..2b7cc09f17e
--- /dev/null
+++ b/changelogs/unreleased/bye-bye-ui.yml
@@ -0,0 +1,5 @@
+---
+title: Removes the old UI page
+merge_request: 38277
+author:
+type: other
diff --git a/changelogs/unreleased/fix-review-app-link-not-shown-in-public-projects.yml b/changelogs/unreleased/fix-review-app-link-not-shown-in-public-projects.yml
new file mode 100644
index 00000000000..c5b2f03e877
--- /dev/null
+++ b/changelogs/unreleased/fix-review-app-link-not-shown-in-public-projects.yml
@@ -0,0 +1,5 @@
+---
+title: Fix review app links are not shown in MR widgets in public projects
+merge_request: 37923
+author:
+type: fixed
diff --git a/changelogs/unreleased/kassio-remove-languages-from-ui.yml b/changelogs/unreleased/kassio-remove-languages-from-ui.yml
new file mode 100644
index 00000000000..11eb73a94bc
--- /dev/null
+++ b/changelogs/unreleased/kassio-remove-languages-from-ui.yml
@@ -0,0 +1,5 @@
+---
+title: Hide languages with few translations
+merge_request: 38312
+author:
+type: changed
diff --git a/changelogs/unreleased/sh-track-ff-merge-pre-receive-errors.yml b/changelogs/unreleased/sh-track-ff-merge-pre-receive-errors.yml
new file mode 100644
index 00000000000..eefbef5b936
--- /dev/null
+++ b/changelogs/unreleased/sh-track-ff-merge-pre-receive-errors.yml
@@ -0,0 +1,5 @@
+---
+title: Log raw pre-receive message in fast-forward merge
+merge_request: 38354
+author:
+type: other