From e7b5a68daecd0aff0cc66666cb38c7971027a05a Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Fri, 28 Aug 2020 13:14:44 +0000 Subject: Add latest changes from gitlab-org/gitlab@13-3-stable-ee --- changelogs/unreleased/238569-fix-issuable-count-scope-graphql.yml | 5 +++++ .../unreleased/239341-fix-snippets-create-without-file-path.yml | 5 +++++ changelogs/unreleased/backup_wrap_concurrency.yml | 5 +++++ changelogs/unreleased/remove-upcoming-db-deprecation-warning.yml | 5 +++++ changelogs/unreleased/security-group-rename-deletion.yml | 5 +++++ changelogs/unreleased/sh-fix-issue-241251.yml | 5 +++++ 6 files changed, 30 insertions(+) create mode 100644 changelogs/unreleased/238569-fix-issuable-count-scope-graphql.yml create mode 100644 changelogs/unreleased/239341-fix-snippets-create-without-file-path.yml create mode 100644 changelogs/unreleased/backup_wrap_concurrency.yml create mode 100644 changelogs/unreleased/remove-upcoming-db-deprecation-warning.yml create mode 100644 changelogs/unreleased/security-group-rename-deletion.yml create mode 100644 changelogs/unreleased/sh-fix-issue-241251.yml (limited to 'changelogs') 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 -- cgit v1.2.3