summaryrefslogtreecommitdiff
path: root/changelogs/unreleased
diff options
context:
space:
mode:
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r--changelogs/unreleased/238569-fix-issuable-count-scope-graphql.yml5
-rw-r--r--changelogs/unreleased/239341-fix-snippets-create-without-file-path.yml5
-rw-r--r--changelogs/unreleased/backup_wrap_concurrency.yml5
-rw-r--r--changelogs/unreleased/remove-upcoming-db-deprecation-warning.yml5
-rw-r--r--changelogs/unreleased/security-group-rename-deletion.yml5
-rw-r--r--changelogs/unreleased/sh-fix-issue-241251.yml5
6 files changed, 30 insertions, 0 deletions
diff --git a/changelogs/unreleased/238569-fix-issuable-count-scope-graphql.yml b/changelogs/unreleased/238569-fix-issuable-count-scope-graphql.yml
new file mode 100644
index 00000000000..d2fa782b328
--- /dev/null
+++ b/changelogs/unreleased/238569-fix-issuable-count-scope-graphql.yml
@@ -0,0 +1,5 @@
+---
+title: Scope incident issue counts by given project or group
+merge_request: 40700
+author:
+type: fixed
diff --git a/changelogs/unreleased/239341-fix-snippets-create-without-file-path.yml b/changelogs/unreleased/239341-fix-snippets-create-without-file-path.yml
new file mode 100644
index 00000000000..9e3e412638e
--- /dev/null
+++ b/changelogs/unreleased/239341-fix-snippets-create-without-file-path.yml
@@ -0,0 +1,5 @@
+---
+title: Fix snippet save button disabled with empty file path
+merge_request: 40412
+author:
+type: fixed
diff --git a/changelogs/unreleased/backup_wrap_concurrency.yml b/changelogs/unreleased/backup_wrap_concurrency.yml
new file mode 100644
index 00000000000..28e2eaf483d
--- /dev/null
+++ b/changelogs/unreleased/backup_wrap_concurrency.yml
@@ -0,0 +1,5 @@
+---
+title: Fix race condition in concurrent backups
+merge_request: 39894
+author:
+type: fixed
diff --git a/changelogs/unreleased/remove-upcoming-db-deprecation-warning.yml b/changelogs/unreleased/remove-upcoming-db-deprecation-warning.yml
new file mode 100644
index 00000000000..c8615f26b1e
--- /dev/null
+++ b/changelogs/unreleased/remove-upcoming-db-deprecation-warning.yml
@@ -0,0 +1,5 @@
+---
+title: Display upcoming database deprecation warning only if current database version minimum is not met
+merge_request: 38225
+author:
+type: removed
diff --git a/changelogs/unreleased/security-group-rename-deletion.yml b/changelogs/unreleased/security-group-rename-deletion.yml
new file mode 100644
index 00000000000..57e22770344
--- /dev/null
+++ b/changelogs/unreleased/security-group-rename-deletion.yml
@@ -0,0 +1,5 @@
+---
+title: Prevent accidental group deletion if path rename fails
+merge_request: 40353
+author:
+type: fixed
diff --git a/changelogs/unreleased/sh-fix-issue-241251.yml b/changelogs/unreleased/sh-fix-issue-241251.yml
new file mode 100644
index 00000000000..7b822eefc3f
--- /dev/null
+++ b/changelogs/unreleased/sh-fix-issue-241251.yml
@@ -0,0 +1,5 @@
+---
+title: Fix exception handling when a concurrent backup fails
+merge_request: 40451
+author:
+type: fixed