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-04 21:08:50 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-02-04 21:08:50 +0300
commitca05512007cea51e05d3431b2c8bd7228c754370 (patch)
tree5202d429acd68c071445aff9e352379173ec9c0b /changelogs
parent6b833f1e0340e00fdee074da9c42c0d4e07a46d2 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/118844-one-button-review-app-fe.yml5
-rw-r--r--changelogs/unreleased/36675-add-median-line-to-cycle-analytics-duration-chart.yml5
-rw-r--r--changelogs/unreleased/refactor-admin-mode-in-sidekiq-jobs.yml5
3 files changed, 10 insertions, 5 deletions
diff --git a/changelogs/unreleased/118844-one-button-review-app-fe.yml b/changelogs/unreleased/118844-one-button-review-app-fe.yml
new file mode 100644
index 00000000000..f7a3cf6dd72
--- /dev/null
+++ b/changelogs/unreleased/118844-one-button-review-app-fe.yml
@@ -0,0 +1,5 @@
+---
+title: Create conditional Enable Review App button
+merge_request: 23703
+author:
+type: added
diff --git a/changelogs/unreleased/36675-add-median-line-to-cycle-analytics-duration-chart.yml b/changelogs/unreleased/36675-add-median-line-to-cycle-analytics-duration-chart.yml
new file mode 100644
index 00000000000..f9ca6b1a2d2
--- /dev/null
+++ b/changelogs/unreleased/36675-add-median-line-to-cycle-analytics-duration-chart.yml
@@ -0,0 +1,5 @@
+---
+title: Add cycle analytics duration chart with median line
+merge_request: 23971
+author:
+type: added
diff --git a/changelogs/unreleased/refactor-admin-mode-in-sidekiq-jobs.yml b/changelogs/unreleased/refactor-admin-mode-in-sidekiq-jobs.yml
deleted file mode 100644
index 37e34b3174c..00000000000
--- a/changelogs/unreleased/refactor-admin-mode-in-sidekiq-jobs.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Admin mode support in sidekiq jobs
-merge_request: 21792
-author: Diego Louzán
-type: changed