summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-07-29 19:57:17 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-07-29 19:57:17 +0000
commit37e3c3bb33c3d331fceb2840cf3c1d3c466dcfa9 (patch)
tree9d3739f627b491b42ede6424acd11b589beed25f /changelogs
parentb55baf593e63db9be3f446ea0cca0281a69dd2e2 (diff)
downloadgitlab-ce-37e3c3bb33c3d331fceb2840cf3c1d3c466dcfa9.tar.gz
Add latest changes from gitlab-org/gitlab@13-2-stable-ee
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/232534-skip-running-unconfirm-migration-when-email-confirmation-is-off.yml5
-rw-r--r--changelogs/unreleased/cngo-fix-jira-import-users-startat.yml5
-rw-r--r--changelogs/unreleased/jc-coerce-repository-storages-weighted-api.yml5
-rw-r--r--changelogs/unreleased/show-email-unconfirmed-message-in-git-auth.yml5
4 files changed, 20 insertions, 0 deletions
diff --git a/changelogs/unreleased/232534-skip-running-unconfirm-migration-when-email-confirmation-is-off.yml b/changelogs/unreleased/232534-skip-running-unconfirm-migration-when-email-confirmation-is-off.yml
new file mode 100644
index 00000000000..32103993d2a
--- /dev/null
+++ b/changelogs/unreleased/232534-skip-running-unconfirm-migration-when-email-confirmation-is-off.yml
@@ -0,0 +1,5 @@
+---
+title: Skip mass unconfirming users when send_user_confirmation_email setting is off
+merge_request: 38024
+author:
+type: changed
diff --git a/changelogs/unreleased/cngo-fix-jira-import-users-startat.yml b/changelogs/unreleased/cngo-fix-jira-import-users-startat.yml
new file mode 100644
index 00000000000..91015072097
--- /dev/null
+++ b/changelogs/unreleased/cngo-fix-jira-import-users-startat.yml
@@ -0,0 +1,5 @@
+---
+title: Fix JiraImportUsersInput startAt field
+merge_request: 37492
+author:
+type: fixed
diff --git a/changelogs/unreleased/jc-coerce-repository-storages-weighted-api.yml b/changelogs/unreleased/jc-coerce-repository-storages-weighted-api.yml
new file mode 100644
index 00000000000..1784471d1ac
--- /dev/null
+++ b/changelogs/unreleased/jc-coerce-repository-storages-weighted-api.yml
@@ -0,0 +1,5 @@
+---
+title: Coerce repository_storages_weighted, removes repository_storages
+merge_request: 36376
+author:
+type: fixed
diff --git a/changelogs/unreleased/show-email-unconfirmed-message-in-git-auth.yml b/changelogs/unreleased/show-email-unconfirmed-message-in-git-auth.yml
new file mode 100644
index 00000000000..a6f4ed725e7
--- /dev/null
+++ b/changelogs/unreleased/show-email-unconfirmed-message-in-git-auth.yml
@@ -0,0 +1,5 @@
+---
+title: Provide better git error message when the user is unconfirmed
+merge_request: 37944
+author:
+type: fixed