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>2020-12-03 03:09:53 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-12-03 03:09:53 +0300
commit1502c20d04c7ff8d719175c76b0a2507ab390172 (patch)
treedc01bfe0877bd93e7047db28dd972c7d597a527b /changelogs
parentf96f2720d1b21b76eadedc54fdea67cb70e98d94 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/227765_add_index_vulnerabilities_on_project_id_and_severity.yml6
-rw-r--r--changelogs/unreleased/262112_populate_remaining_dismissal_information.yml5
-rw-r--r--changelogs/unreleased/280596-user-admin-approval-reject-user.yml5
-rw-r--r--changelogs/unreleased/add-mean-time-to-merge-be.yml5
4 files changed, 21 insertions, 0 deletions
diff --git a/changelogs/unreleased/227765_add_index_vulnerabilities_on_project_id_and_severity.yml b/changelogs/unreleased/227765_add_index_vulnerabilities_on_project_id_and_severity.yml
new file mode 100644
index 00000000000..6ef8d608a69
--- /dev/null
+++ b/changelogs/unreleased/227765_add_index_vulnerabilities_on_project_id_and_severity.yml
@@ -0,0 +1,6 @@
+---
+title: Add index for the `vulnerabilities` table on `project_id`, `state`, and `severity`
+ columns
+merge_request: 48930
+author:
+type: added
diff --git a/changelogs/unreleased/262112_populate_remaining_dismissal_information.yml b/changelogs/unreleased/262112_populate_remaining_dismissal_information.yml
new file mode 100644
index 00000000000..c4eea32f645
--- /dev/null
+++ b/changelogs/unreleased/262112_populate_remaining_dismissal_information.yml
@@ -0,0 +1,5 @@
+---
+title: Add migration to populate remaining dismissal information for vulnerabilities
+merge_request: 48472
+author:
+type: added
diff --git a/changelogs/unreleased/280596-user-admin-approval-reject-user.yml b/changelogs/unreleased/280596-user-admin-approval-reject-user.yml
new file mode 100644
index 00000000000..bffee96e3e2
--- /dev/null
+++ b/changelogs/unreleased/280596-user-admin-approval-reject-user.yml
@@ -0,0 +1,5 @@
+---
+title: Email user when registration request is rejected
+merge_request: 48185
+author:
+type: added
diff --git a/changelogs/unreleased/add-mean-time-to-merge-be.yml b/changelogs/unreleased/add-mean-time-to-merge-be.yml
new file mode 100644
index 00000000000..d497ea8db38
--- /dev/null
+++ b/changelogs/unreleased/add-mean-time-to-merge-be.yml
@@ -0,0 +1,5 @@
+---
+title: Add merge requests total time to merge field to the GraphQL API
+merge_request: 46040
+author:
+type: added