summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-11-21 06:06:32 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2019-11-21 06:06:32 +0000
commit80e5134020483299c039114e76b734436f006c66 (patch)
treec01e1b0451c336f2349cc7db9c9dc317b98bed54 /changelogs
parent8d78e95a9c5b352fb0498ca9c46d068eb93e6e27 (diff)
downloadgitlab-ce-80e5134020483299c039114e76b734436f006c66.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/13768-fix-redo-icn.yml5
-rw-r--r--changelogs/unreleased/35468-fixdetail-margins.yml5
-rw-r--r--changelogs/unreleased/fix-env-doc-link.yml5
-rw-r--r--changelogs/unreleased/sh-avoid-project-count-new-user.yml5
4 files changed, 20 insertions, 0 deletions
diff --git a/changelogs/unreleased/13768-fix-redo-icn.yml b/changelogs/unreleased/13768-fix-redo-icn.yml
new file mode 100644
index 00000000000..3ef194bc4b0
--- /dev/null
+++ b/changelogs/unreleased/13768-fix-redo-icn.yml
@@ -0,0 +1,5 @@
+---
+title: Replacing incorrect icon for Retry in Pipeline list page
+merge_request: 20510
+author:
+type: changed
diff --git a/changelogs/unreleased/35468-fixdetail-margins.yml b/changelogs/unreleased/35468-fixdetail-margins.yml
new file mode 100644
index 00000000000..74333524ed1
--- /dev/null
+++ b/changelogs/unreleased/35468-fixdetail-margins.yml
@@ -0,0 +1,5 @@
+---
+title: Fixes to inconsistent margins/sapcing in the project detail page
+merge_request: 20395
+author:
+type: changed
diff --git a/changelogs/unreleased/fix-env-doc-link.yml b/changelogs/unreleased/fix-env-doc-link.yml
new file mode 100644
index 00000000000..0ee877a3029
--- /dev/null
+++ b/changelogs/unreleased/fix-env-doc-link.yml
@@ -0,0 +1,5 @@
+---
+title: Fix documentation link from empty environment dashboard
+merge_request: 20415
+author:
+type: fixed
diff --git a/changelogs/unreleased/sh-avoid-project-count-new-user.yml b/changelogs/unreleased/sh-avoid-project-count-new-user.yml
new file mode 100644
index 00000000000..916a3579fb6
--- /dev/null
+++ b/changelogs/unreleased/sh-avoid-project-count-new-user.yml
@@ -0,0 +1,5 @@
+---
+title: Disable public project counts on welcome page
+merge_request: 20517
+author:
+type: performance