summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-04-10 12:09:36 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-04-10 12:09:36 +0000
commitc6a33b298229f9e04933be43d6176c476ef03012 (patch)
tree66b336ef374b813d6e9c7f6a19264060a1f23f91 /changelogs
parentc52b81f45762cb7f05a950689dfc6d51b197ea73 (diff)
downloadgitlab-ce-c6a33b298229f9e04933be43d6176c476ef03012.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/210316-rearrange-project-level-analytics-sidebar-menu.yml5
-rw-r--r--changelogs/unreleased/211602-add-and-commit-empty-file-started-with-dot-in-web-ide-opens-gitlab.yml5
-rw-r--r--changelogs/unreleased/213554-default-jira-issues-import-to-enabled.yml5
-rw-r--r--changelogs/unreleased/app-finders-prepend.yml5
4 files changed, 20 insertions, 0 deletions
diff --git a/changelogs/unreleased/210316-rearrange-project-level-analytics-sidebar-menu.yml b/changelogs/unreleased/210316-rearrange-project-level-analytics-sidebar-menu.yml
new file mode 100644
index 00000000000..77068c643a9
--- /dev/null
+++ b/changelogs/unreleased/210316-rearrange-project-level-analytics-sidebar-menu.yml
@@ -0,0 +1,5 @@
+---
+title: Make "Value Stream" the default page that appears when clicking the project-level "Analytics" sidebar item.
+merge_request: 27279
+author: Gilang Gumilar
+type: added
diff --git a/changelogs/unreleased/211602-add-and-commit-empty-file-started-with-dot-in-web-ide-opens-gitlab.yml b/changelogs/unreleased/211602-add-and-commit-empty-file-started-with-dot-in-web-ide-opens-gitlab.yml
new file mode 100644
index 00000000000..c32bc4539e4
--- /dev/null
+++ b/changelogs/unreleased/211602-add-and-commit-empty-file-started-with-dot-in-web-ide-opens-gitlab.yml
@@ -0,0 +1,5 @@
+---
+title: Fix incorrect content returned on empty dotfile
+merge_request: 28144
+author:
+type: fixed
diff --git a/changelogs/unreleased/213554-default-jira-issues-import-to-enabled.yml b/changelogs/unreleased/213554-default-jira-issues-import-to-enabled.yml
new file mode 100644
index 00000000000..0b0ad2969d4
--- /dev/null
+++ b/changelogs/unreleased/213554-default-jira-issues-import-to-enabled.yml
@@ -0,0 +1,5 @@
+---
+title: Add jira issues import feature
+merge_request:
+author:
+type: added
diff --git a/changelogs/unreleased/app-finders-prepend.yml b/changelogs/unreleased/app-finders-prepend.yml
new file mode 100644
index 00000000000..49758849f90
--- /dev/null
+++ b/changelogs/unreleased/app-finders-prepend.yml
@@ -0,0 +1,5 @@
+---
+title: Move prepend to last line in finders files
+merge_request: 29274
+author: Rajendra Kadam
+type: fixed