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>2021-05-19 12:10:19 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-05-19 12:10:19 +0300
commit389312d00908adf98b30daac746805ec8447f92b (patch)
tree22409e071143486cd7d72eeefd115ce634f43c84 /changelogs
parente173c316de15057b099a93053c9ef16180d6d1de (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/326760-batched-migrations-admin-panel.yml5
-rw-r--r--changelogs/unreleased/326791-removing-redundant-update.yml5
-rw-r--r--changelogs/unreleased/add-ease-score-onboarding-email.yml5
3 files changed, 15 insertions, 0 deletions
diff --git a/changelogs/unreleased/326760-batched-migrations-admin-panel.yml b/changelogs/unreleased/326760-batched-migrations-admin-panel.yml
new file mode 100644
index 00000000000..d24e92f3952
--- /dev/null
+++ b/changelogs/unreleased/326760-batched-migrations-admin-panel.yml
@@ -0,0 +1,5 @@
+---
+title: Add admin page for batched background migrations
+merge_request: 60911
+author:
+type: added
diff --git a/changelogs/unreleased/326791-removing-redundant-update.yml b/changelogs/unreleased/326791-removing-redundant-update.yml
new file mode 100644
index 00000000000..1e57b2f2517
--- /dev/null
+++ b/changelogs/unreleased/326791-removing-redundant-update.yml
@@ -0,0 +1,5 @@
+---
+title: Remove the redundant update for API endpoint projects/:id/statuses/:sha
+merge_request: 61470
+author:
+type: performance
diff --git a/changelogs/unreleased/add-ease-score-onboarding-email.yml b/changelogs/unreleased/add-ease-score-onboarding-email.yml
new file mode 100644
index 00000000000..7be2a70f89c
--- /dev/null
+++ b/changelogs/unreleased/add-ease-score-onboarding-email.yml
@@ -0,0 +1,5 @@
+---
+title: Add ease score onboarding in-product marketing email
+merge_request: 61347
+author:
+type: changed