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:
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/197973-staged-and-unstaged-modification-tooltip-for-file-with-staged-chan.yml5
-rw-r--r--changelogs/unreleased/31034-upgrade-to-rails-6.yml5
-rw-r--r--changelogs/unreleased/39505-extend-the-ability-to-clone-a-dashboard-so-it-would-copy-the-custom.yml6
-rw-r--r--changelogs/unreleased/gt-move-clone-button-to-the-tree-controls-area.yml5
4 files changed, 21 insertions, 0 deletions
diff --git a/changelogs/unreleased/197973-staged-and-unstaged-modification-tooltip-for-file-with-staged-chan.yml b/changelogs/unreleased/197973-staged-and-unstaged-modification-tooltip-for-file-with-staged-chan.yml
new file mode 100644
index 00000000000..3b0a8d335ff
--- /dev/null
+++ b/changelogs/unreleased/197973-staged-and-unstaged-modification-tooltip-for-file-with-staged-chan.yml
@@ -0,0 +1,5 @@
+---
+title: Remove unstaged and staged modification tooltip
+merge_request: 23847
+author:
+type: fixed
diff --git a/changelogs/unreleased/31034-upgrade-to-rails-6.yml b/changelogs/unreleased/31034-upgrade-to-rails-6.yml
new file mode 100644
index 00000000000..e1f6958d43a
--- /dev/null
+++ b/changelogs/unreleased/31034-upgrade-to-rails-6.yml
@@ -0,0 +1,5 @@
+---
+title: Upgrade to Rails 6
+merge_request: 19891
+author:
+type: other
diff --git a/changelogs/unreleased/39505-extend-the-ability-to-clone-a-dashboard-so-it-would-copy-the-custom.yml b/changelogs/unreleased/39505-extend-the-ability-to-clone-a-dashboard-so-it-would-copy-the-custom.yml
new file mode 100644
index 00000000000..256cef1115f
--- /dev/null
+++ b/changelogs/unreleased/39505-extend-the-ability-to-clone-a-dashboard-so-it-would-copy-the-custom.yml
@@ -0,0 +1,6 @@
+---
+title: Extends 'Duplicate dashboard' feature, by including custom metrics added to
+ GitLab-defined dashboards.
+merge_request: 21923
+author:
+type: added
diff --git a/changelogs/unreleased/gt-move-clone-button-to-the-tree-controls-area.yml b/changelogs/unreleased/gt-move-clone-button-to-the-tree-controls-area.yml
new file mode 100644
index 00000000000..ba6efd070ed
--- /dev/null
+++ b/changelogs/unreleased/gt-move-clone-button-to-the-tree-controls-area.yml
@@ -0,0 +1,5 @@
+---
+title: Move the clone button to the tree controls area
+merge_request: 17752
+author: Ablay Keldibek
+type: changed