summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-11-21 15:06:17 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2019-11-21 15:06:17 +0000
commitb5ad06174bb1de39438c90847abb86ac6988e944 (patch)
tree1bb386b92f023fd2a8f776ccc10386675b3b1ef9 /changelogs
parent0a6ffb540e569bd7a7c548d59b12bc55d4bf9cf1 (diff)
downloadgitlab-ce-b5ad06174bb1de39438c90847abb86ac6988e944.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/6971-epic-sidebar-updates.yml5
-rw-r--r--changelogs/unreleased/auto_devops_enabled_ci_variable.yml5
-rw-r--r--changelogs/unreleased/push-option-ci-variables.yml5
3 files changed, 15 insertions, 0 deletions
diff --git a/changelogs/unreleased/6971-epic-sidebar-updates.yml b/changelogs/unreleased/6971-epic-sidebar-updates.yml
new file mode 100644
index 00000000000..0695abea2e5
--- /dev/null
+++ b/changelogs/unreleased/6971-epic-sidebar-updates.yml
@@ -0,0 +1,5 @@
+---
+title: Vertically align collapse button on epic sidebar
+merge_request: 19656
+author:
+type: fixed
diff --git a/changelogs/unreleased/auto_devops_enabled_ci_variable.yml b/changelogs/unreleased/auto_devops_enabled_ci_variable.yml
new file mode 100644
index 00000000000..e7d876ec797
--- /dev/null
+++ b/changelogs/unreleased/auto_devops_enabled_ci_variable.yml
@@ -0,0 +1,5 @@
+---
+title: Add CI variable to show when Auto-DevOps is explicitly enabled
+merge_request: 20332
+author:
+type: changed
diff --git a/changelogs/unreleased/push-option-ci-variables.yml b/changelogs/unreleased/push-option-ci-variables.yml
new file mode 100644
index 00000000000..a003624a398
--- /dev/null
+++ b/changelogs/unreleased/push-option-ci-variables.yml
@@ -0,0 +1,5 @@
+---
+title: Support passing CI variables via git push options
+merge_request: 20255
+author:
+type: added