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 15:09:00 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-02-04 15:09:00 +0300
commit88a0824944720b6edaaef56376713541b9a02118 (patch)
treef5fcc4f9755f249779cda9a8f02902d734af6e7e /changelogs
parent7d19df2d34a9803d9f077c16315ba919b7ae2aa2 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/198009-ms-teams-notification-message-improved.yml5
-rw-r--r--changelogs/unreleased/201761-design-discussion-note-preview-is-broken.yml5
-rw-r--r--changelogs/unreleased/34802-switch-cloud-providers.yml5
-rw-r--r--changelogs/unreleased/nicolasdular-use-recaptcha-on-signup.yml5
-rw-r--r--changelogs/unreleased/refactor-admin-mode-in-sidekiq-jobs.yml5
-rw-r--r--changelogs/unreleased/sh-add-due-date-simple-sort.yml5
6 files changed, 30 insertions, 0 deletions
diff --git a/changelogs/unreleased/198009-ms-teams-notification-message-improved.yml b/changelogs/unreleased/198009-ms-teams-notification-message-improved.yml
new file mode 100644
index 00000000000..0545578f0fe
--- /dev/null
+++ b/changelogs/unreleased/198009-ms-teams-notification-message-improved.yml
@@ -0,0 +1,5 @@
+---
+title: Improve message UI on Microsoft Teams notification
+merge_request: 23385
+author: Takuya Noguchi
+type: fixed
diff --git a/changelogs/unreleased/201761-design-discussion-note-preview-is-broken.yml b/changelogs/unreleased/201761-design-discussion-note-preview-is-broken.yml
new file mode 100644
index 00000000000..f399ec25afc
--- /dev/null
+++ b/changelogs/unreleased/201761-design-discussion-note-preview-is-broken.yml
@@ -0,0 +1,5 @@
+---
+title: Resolve Design discussion note preview is broken
+merge_request: 24288
+author:
+type: fixed
diff --git a/changelogs/unreleased/34802-switch-cloud-providers.yml b/changelogs/unreleased/34802-switch-cloud-providers.yml
new file mode 100644
index 00000000000..54beba6e85d
--- /dev/null
+++ b/changelogs/unreleased/34802-switch-cloud-providers.yml
@@ -0,0 +1,5 @@
+---
+title: Allow to switch between cloud providers in cluster creation screen
+merge_request: 23362
+author:
+type: changed
diff --git a/changelogs/unreleased/nicolasdular-use-recaptcha-on-signup.yml b/changelogs/unreleased/nicolasdular-use-recaptcha-on-signup.yml
new file mode 100644
index 00000000000..a0360b399d7
--- /dev/null
+++ b/changelogs/unreleased/nicolasdular-use-recaptcha-on-signup.yml
@@ -0,0 +1,5 @@
+---
+title: Enable recaptcha check on sign up
+merge_request: 24274
+author:
+type: fixed
diff --git a/changelogs/unreleased/refactor-admin-mode-in-sidekiq-jobs.yml b/changelogs/unreleased/refactor-admin-mode-in-sidekiq-jobs.yml
new file mode 100644
index 00000000000..37e34b3174c
--- /dev/null
+++ b/changelogs/unreleased/refactor-admin-mode-in-sidekiq-jobs.yml
@@ -0,0 +1,5 @@
+---
+title: Admin mode support in sidekiq jobs
+merge_request: 21792
+author: Diego Louzán
+type: changed
diff --git a/changelogs/unreleased/sh-add-due-date-simple-sort.yml b/changelogs/unreleased/sh-add-due-date-simple-sort.yml
new file mode 100644
index 00000000000..9d45ab28e4c
--- /dev/null
+++ b/changelogs/unreleased/sh-add-due-date-simple-sort.yml
@@ -0,0 +1,5 @@
+---
+title: Optimize issue search when sorting by due date and position
+merge_request: 24217
+author:
+type: performance