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-02-05 18:08:48 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-02-05 18:08:48 +0300
commiteabf8fd774fef6a54903e5141138f47bdafeb331 (patch)
treec74ff99fa6765cbe091767e9827374ce44b0df50 /changelogs/unreleased
parent20d564f1064622ef0623434372ac3ceb03173331 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r--changelogs/unreleased/37174-move-contribution-analytics-chart-to-echarts.yml5
-rw-r--r--changelogs/unreleased/geo-spike-self-service-framework.yml5
-rw-r--r--changelogs/unreleased/mc-bug-fail-upstream-on-invalid-yaml.yml5
-rw-r--r--changelogs/unreleased/refactoring-entities-file-11.yml5
4 files changed, 15 insertions, 5 deletions
diff --git a/changelogs/unreleased/37174-move-contribution-analytics-chart-to-echarts.yml b/changelogs/unreleased/37174-move-contribution-analytics-chart-to-echarts.yml
new file mode 100644
index 00000000000..fc7e2cf588d
--- /dev/null
+++ b/changelogs/unreleased/37174-move-contribution-analytics-chart-to-echarts.yml
@@ -0,0 +1,5 @@
+---
+title: Move contribution analytics chart to echarts
+merge_request: 24272
+author:
+type: other
diff --git a/changelogs/unreleased/geo-spike-self-service-framework.yml b/changelogs/unreleased/geo-spike-self-service-framework.yml
deleted file mode 100644
index 409bc8a9298..00000000000
--- a/changelogs/unreleased/geo-spike-self-service-framework.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: 'Geo: Add tables to prepare to replicate package files'
-merge_request: 23447
-author:
-type: added
diff --git a/changelogs/unreleased/mc-bug-fail-upstream-on-invalid-yaml.yml b/changelogs/unreleased/mc-bug-fail-upstream-on-invalid-yaml.yml
new file mode 100644
index 00000000000..910f2851400
--- /dev/null
+++ b/changelogs/unreleased/mc-bug-fail-upstream-on-invalid-yaml.yml
@@ -0,0 +1,5 @@
+---
+title: Fail upstream bridge on downstream pipeline creation failure.
+merge_request: 24092
+author:
+type: fixed
diff --git a/changelogs/unreleased/refactoring-entities-file-11.yml b/changelogs/unreleased/refactoring-entities-file-11.yml
new file mode 100644
index 00000000000..f6002642df5
--- /dev/null
+++ b/changelogs/unreleased/refactoring-entities-file-11.yml
@@ -0,0 +1,5 @@
+---
+title: Separate merge request entities into own class files
+merge_request: 24373
+author: Rajendra Kadam
+type: added