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-01-30 21:08:57 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-30 21:08:57 +0300
commitd8121cb00b8bbd281d7362902590b110639bdeba (patch)
tree0a0f71b247b232773a46732d9f74aa3cfed0ef1a /changelogs
parent536aa3a1f4b96abc4ca34489bf2cbe503afcded7 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/35288-update-metrics-dashboard-dropdowns.yml5
-rw-r--r--changelogs/unreleased/improvement-outdated-security-report.yml5
-rw-r--r--changelogs/unreleased/refactoring-entities-file-6.yml5
3 files changed, 15 insertions, 0 deletions
diff --git a/changelogs/unreleased/35288-update-metrics-dashboard-dropdowns.yml b/changelogs/unreleased/35288-update-metrics-dashboard-dropdowns.yml
new file mode 100644
index 00000000000..07bdc02a8a3
--- /dev/null
+++ b/changelogs/unreleased/35288-update-metrics-dashboard-dropdowns.yml
@@ -0,0 +1,5 @@
+---
+title: Added search box to dashboards dropdown in monitoring dashboard
+merge_request: 23906
+author:
+type: added
diff --git a/changelogs/unreleased/improvement-outdated-security-report.yml b/changelogs/unreleased/improvement-outdated-security-report.yml
new file mode 100644
index 00000000000..ec186969260
--- /dev/null
+++ b/changelogs/unreleased/improvement-outdated-security-report.yml
@@ -0,0 +1,5 @@
+---
+title: Show security report outdated message for only Active MRs
+merge_request: 23575
+author:
+type: other
diff --git a/changelogs/unreleased/refactoring-entities-file-6.yml b/changelogs/unreleased/refactoring-entities-file-6.yml
new file mode 100644
index 00000000000..13a287d9777
--- /dev/null
+++ b/changelogs/unreleased/refactoring-entities-file-6.yml
@@ -0,0 +1,5 @@
+---
+title: Separate project and group entities into own class files
+merge_request: 24070
+author: Rajendra Kadam
+type: added