summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-03-19 18:09:17 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-03-19 18:09:17 +0000
commit0eb4fd2f32e6804bc85868ba167170238e346279 (patch)
treec020e787ea29c77e1e9f53c21940f88a87a6e905 /changelogs
parent78d8830cec030ff12afed3c8ae1dddec454d0a24 (diff)
downloadgitlab-ce-0eb4fd2f32e6804bc85868ba167170238e346279.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/195309-remove-special-user-action-buttons.yml5
-rw-r--r--changelogs/unreleased/33905-refactor-package-list-page-from-haml-to-vue.yml5
-rw-r--r--changelogs/unreleased/fix-ci-delete-variable-bug.yml5
-rw-r--r--changelogs/unreleased/forking_access_level.yml5
-rw-r--r--changelogs/unreleased/turn-on-new-variables-ui-ff.yml5
5 files changed, 15 insertions, 10 deletions
diff --git a/changelogs/unreleased/195309-remove-special-user-action-buttons.yml b/changelogs/unreleased/195309-remove-special-user-action-buttons.yml
new file mode 100644
index 00000000000..e737840701b
--- /dev/null
+++ b/changelogs/unreleased/195309-remove-special-user-action-buttons.yml
@@ -0,0 +1,5 @@
+---
+title: Hide admin user actions for ghost and bot users
+merge_request: 27162
+author:
+type: fixed
diff --git a/changelogs/unreleased/33905-refactor-package-list-page-from-haml-to-vue.yml b/changelogs/unreleased/33905-refactor-package-list-page-from-haml-to-vue.yml
new file mode 100644
index 00000000000..541cc42169b
--- /dev/null
+++ b/changelogs/unreleased/33905-refactor-package-list-page-from-haml-to-vue.yml
@@ -0,0 +1,5 @@
+---
+title: New package list is enabled which includes filtering by type
+merge_request: 18860
+author:
+type: added
diff --git a/changelogs/unreleased/fix-ci-delete-variable-bug.yml b/changelogs/unreleased/fix-ci-delete-variable-bug.yml
deleted file mode 100644
index 9a47f2d74d4..00000000000
--- a/changelogs/unreleased/fix-ci-delete-variable-bug.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Update UI for project and group settings CI variables
-merge_request: 27411
-author:
-type: added
diff --git a/changelogs/unreleased/forking_access_level.yml b/changelogs/unreleased/forking_access_level.yml
new file mode 100644
index 00000000000..5ba71014cba
--- /dev/null
+++ b/changelogs/unreleased/forking_access_level.yml
@@ -0,0 +1,5 @@
+---
+title: Add forking_access_level to projects API
+merge_request: 27514
+author: Mathieu Parent
+type: added
diff --git a/changelogs/unreleased/turn-on-new-variables-ui-ff.yml b/changelogs/unreleased/turn-on-new-variables-ui-ff.yml
deleted file mode 100644
index 9cb100481db..00000000000
--- a/changelogs/unreleased/turn-on-new-variables-ui-ff.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Update UI for project and group settings CI variables
-merge_request: 26901
-author:
-type: added