Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-03-29 21:09:37 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-03-29 21:09:37 +0300
commit5b2abea8db1916c96027ce3a48e797003316e557 (patch)
tree611bee3c604c65707a4920c051cd18f9ba4d0e0d /changelogs/unreleased
parent09ff71d425b83646eed07d52078111ccbd4b84a9 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r--changelogs/unreleased/321662-validate_not_null_constraint_on_gitlab_subscriptions_namespace_id.yml5
-rw-r--r--changelogs/unreleased/323554-setting-updating-assignees-in-the-graphql-sidebar-doesn-t-update-b.yml5
-rw-r--r--changelogs/unreleased/326018-handle-missing-instruction-error.yml6
-rw-r--r--changelogs/unreleased/admin-group-notes.yml5
-rw-r--r--changelogs/unreleased/fix-mr-issues-list-padding.yml5
5 files changed, 26 insertions, 0 deletions
diff --git a/changelogs/unreleased/321662-validate_not_null_constraint_on_gitlab_subscriptions_namespace_id.yml b/changelogs/unreleased/321662-validate_not_null_constraint_on_gitlab_subscriptions_namespace_id.yml
new file mode 100644
index 00000000000..780c7849eb1
--- /dev/null
+++ b/changelogs/unreleased/321662-validate_not_null_constraint_on_gitlab_subscriptions_namespace_id.yml
@@ -0,0 +1,5 @@
+---
+title: Validate NOT NULL constraint on gitlab_subscriptions namespace_id
+merge_request: 57113
+author:
+type: other
diff --git a/changelogs/unreleased/323554-setting-updating-assignees-in-the-graphql-sidebar-doesn-t-update-b.yml b/changelogs/unreleased/323554-setting-updating-assignees-in-the-graphql-sidebar-doesn-t-update-b.yml
new file mode 100644
index 00000000000..8cd506d5100
--- /dev/null
+++ b/changelogs/unreleased/323554-setting-updating-assignees-in-the-graphql-sidebar-doesn-t-update-b.yml
@@ -0,0 +1,5 @@
+---
+title: Fix updating GraphQL boards cards on assignees update
+merge_request: 57687
+author:
+type: fixed
diff --git a/changelogs/unreleased/326018-handle-missing-instruction-error.yml b/changelogs/unreleased/326018-handle-missing-instruction-error.yml
new file mode 100644
index 00000000000..8a30e030ac3
--- /dev/null
+++ b/changelogs/unreleased/326018-handle-missing-instruction-error.yml
@@ -0,0 +1,6 @@
+---
+title: Display error message when runner installation instructions modal cannot be
+ loaded correctly
+merge_request: 57588
+author:
+type: fixed
diff --git a/changelogs/unreleased/admin-group-notes.yml b/changelogs/unreleased/admin-group-notes.yml
new file mode 100644
index 00000000000..dda7628336c
--- /dev/null
+++ b/changelogs/unreleased/admin-group-notes.yml
@@ -0,0 +1,5 @@
+---
+title: Allow admin users to define admin notes on groups.
+merge_request: 47825
+author:
+type: added
diff --git a/changelogs/unreleased/fix-mr-issues-list-padding.yml b/changelogs/unreleased/fix-mr-issues-list-padding.yml
new file mode 100644
index 00000000000..046526b94e1
--- /dev/null
+++ b/changelogs/unreleased/fix-mr-issues-list-padding.yml
@@ -0,0 +1,5 @@
+---
+title: Fix test report merge request widget summary and issues alignment
+merge_request: 56768
+author:
+type: fixed