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-20 09:09:38 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-03-20 09:09:38 +0300
commite380e59ef5d1aa03922df49626c302da5eb30699 (patch)
treef68a1c643813a3c0e44fc52c1040882ba4683f4b /changelogs
parentd2b53bd7227495c615c865825f01a7fd7b9df9e0 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/1793-add-unlock-membership-to-ldap-column-to-groups.yml5
-rw-r--r--changelogs/unreleased/207236-snippet-edit-title.yml5
-rw-r--r--changelogs/unreleased/208923-enable-batch-counting-for-some-individual-queries-3.yml5
3 files changed, 15 insertions, 0 deletions
diff --git a/changelogs/unreleased/1793-add-unlock-membership-to-ldap-column-to-groups.yml b/changelogs/unreleased/1793-add-unlock-membership-to-ldap-column-to-groups.yml
new file mode 100644
index 00000000000..9dc31cdf187
--- /dev/null
+++ b/changelogs/unreleased/1793-add-unlock-membership-to-ldap-column-to-groups.yml
@@ -0,0 +1,5 @@
+---
+title: Add unlock_membership_to_ldap boolean to Groups
+merge_request: 26474
+author:
+type: added
diff --git a/changelogs/unreleased/207236-snippet-edit-title.yml b/changelogs/unreleased/207236-snippet-edit-title.yml
new file mode 100644
index 00000000000..b70a87e6c0d
--- /dev/null
+++ b/changelogs/unreleased/207236-snippet-edit-title.yml
@@ -0,0 +1,5 @@
+---
+title: Added Edit Title shared component
+merge_request: 27582
+author:
+type: added
diff --git a/changelogs/unreleased/208923-enable-batch-counting-for-some-individual-queries-3.yml b/changelogs/unreleased/208923-enable-batch-counting-for-some-individual-queries-3.yml
new file mode 100644
index 00000000000..740d21cc0da
--- /dev/null
+++ b/changelogs/unreleased/208923-enable-batch-counting-for-some-individual-queries-3.yml
@@ -0,0 +1,5 @@
+---
+title: Optimize projects_reporting_ci_cd_back_to_github query performance for usage data
+merge_request: 27533
+author:
+type: performance