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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-06-19 15:09:07 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-06-19 15:09:07 +0300
commit235dc61f473cb7f02a9453a59fb26d293e05b092 (patch)
tree06ee9d4f1356e486c5d9c6541a89a31bc1ded670 /changelogs/unreleased
parent12866a3931a2834d911728364d6604c4dd97c004 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r--changelogs/unreleased/217362-restructure-usage-ping-add-usage-activity-to-ce.yml5
-rw-r--r--changelogs/unreleased/220935.yml5
-rw-r--r--changelogs/unreleased/fix-update-plan-limits-functionality.yml5
-rw-r--r--changelogs/unreleased/services-usage-5.yml5
-rw-r--r--changelogs/unreleased/services-usage-6.yml5
5 files changed, 25 insertions, 0 deletions
diff --git a/changelogs/unreleased/217362-restructure-usage-ping-add-usage-activity-to-ce.yml b/changelogs/unreleased/217362-restructure-usage-ping-add-usage-activity-to-ce.yml
new file mode 100644
index 00000000000..45e767c13e6
--- /dev/null
+++ b/changelogs/unreleased/217362-restructure-usage-ping-add-usage-activity-to-ce.yml
@@ -0,0 +1,5 @@
+---
+title: Move Usage activity by stage for Configure to Core
+merge_request: 33672
+author:
+type: changed
diff --git a/changelogs/unreleased/220935.yml b/changelogs/unreleased/220935.yml
new file mode 100644
index 00000000000..723b2d6ae3e
--- /dev/null
+++ b/changelogs/unreleased/220935.yml
@@ -0,0 +1,5 @@
+---
+title: Update pinned links to use GlButton
+merge_request: 34620
+author:
+type: other
diff --git a/changelogs/unreleased/fix-update-plan-limits-functionality.yml b/changelogs/unreleased/fix-update-plan-limits-functionality.yml
new file mode 100644
index 00000000000..ae3769f6dcf
--- /dev/null
+++ b/changelogs/unreleased/fix-update-plan-limits-functionality.yml
@@ -0,0 +1,5 @@
+---
+title: Assign plan_id when building a new plan limit
+merge_request: 34845
+author:
+type: fixed
diff --git a/changelogs/unreleased/services-usage-5.yml b/changelogs/unreleased/services-usage-5.yml
new file mode 100644
index 00000000000..04657cf147d
--- /dev/null
+++ b/changelogs/unreleased/services-usage-5.yml
@@ -0,0 +1,5 @@
+---
+title: Use GpgKeys::CreateService when an admin creates a new GPG key for a user
+merge_request: 34737
+author: Rajendra Kadam
+type: fixed
diff --git a/changelogs/unreleased/services-usage-6.yml b/changelogs/unreleased/services-usage-6.yml
new file mode 100644
index 00000000000..14e4384ad94
--- /dev/null
+++ b/changelogs/unreleased/services-usage-6.yml
@@ -0,0 +1,5 @@
+---
+title: Use GpgKeys::CreateService when a user creates GPG keys for themselves via the API
+merge_request: 34817
+author: Rajendra Kadam
+type: fixed