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-03-17 21:09:44 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-03-17 21:09:44 +0300
commit2c156e3c7bbade01c36eee18327f1ced6eebea79 (patch)
tree115fa8dbf6bc05037378b380311d31acb805f54c /changelogs
parent8e129497b2565b8c595ef4f806d9a9595ca654e5 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/enable-customizable-cycle-analytics.yml5
-rw-r--r--changelogs/unreleased/feat-mr-diff-coverage-visualisation.yml5
-rw-r--r--changelogs/unreleased/osw-support-opt-in-cluster-in-bg-jobs-script.yml5
-rw-r--r--changelogs/unreleased/validate-subnets-field.yml5
4 files changed, 20 insertions, 0 deletions
diff --git a/changelogs/unreleased/enable-customizable-cycle-analytics.yml b/changelogs/unreleased/enable-customizable-cycle-analytics.yml
new file mode 100644
index 00000000000..3f981cb4fd3
--- /dev/null
+++ b/changelogs/unreleased/enable-customizable-cycle-analytics.yml
@@ -0,0 +1,5 @@
+---
+title: Enable customizable_cycle_analytics feature flag by default
+merge_request: 27418
+author:
+type: changed
diff --git a/changelogs/unreleased/feat-mr-diff-coverage-visualisation.yml b/changelogs/unreleased/feat-mr-diff-coverage-visualisation.yml
new file mode 100644
index 00000000000..f0ff247edbe
--- /dev/null
+++ b/changelogs/unreleased/feat-mr-diff-coverage-visualisation.yml
@@ -0,0 +1,5 @@
+---
+title: Add Cobertura XML coverage visualization to merge request diff view
+merge_request: 21791
+author: Fabio Huser
+type: added
diff --git a/changelogs/unreleased/osw-support-opt-in-cluster-in-bg-jobs-script.yml b/changelogs/unreleased/osw-support-opt-in-cluster-in-bg-jobs-script.yml
new file mode 100644
index 00000000000..847b0f43919
--- /dev/null
+++ b/changelogs/unreleased/osw-support-opt-in-cluster-in-bg-jobs-script.yml
@@ -0,0 +1,5 @@
+---
+title: Support sidekiq-cluster supervision through bin/background_jobs
+merge_request: 27042
+author:
+type: added
diff --git a/changelogs/unreleased/validate-subnets-field.yml b/changelogs/unreleased/validate-subnets-field.yml
new file mode 100644
index 00000000000..9d444f88255
--- /dev/null
+++ b/changelogs/unreleased/validate-subnets-field.yml
@@ -0,0 +1,5 @@
+---
+title: Validate that users selects at least two subnets in EKS Form
+merge_request: 26936
+author:
+type: fixed