summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-03-11 00:09:09 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-03-11 00:09:09 +0000
commit47ebeef9122af96dc1fcd5c8e1ca0091f62fa113 (patch)
treef140bf150d6670b734e981851070e73c270fc45f /changelogs
parent06bb4eba7828ce59fde366734828458c037059b4 (diff)
downloadgitlab-ce-47ebeef9122af96dc1fcd5c8e1ca0091f62fa113.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/199197-make-has-been-reverted-check-cheaper.yml5
-rw-r--r--changelogs/unreleased/208887-optimize-project-counters-mirrored-pipelines.yml5
-rw-r--r--changelogs/unreleased/33641-fix_smartcard_param_check_in_user_build.yml5
-rw-r--r--changelogs/unreleased/create_users_statistics.yml5
4 files changed, 20 insertions, 0 deletions
diff --git a/changelogs/unreleased/199197-make-has-been-reverted-check-cheaper.yml b/changelogs/unreleased/199197-make-has-been-reverted-check-cheaper.yml
new file mode 100644
index 00000000000..0337a77eeb3
--- /dev/null
+++ b/changelogs/unreleased/199197-make-has-been-reverted-check-cheaper.yml
@@ -0,0 +1,5 @@
+---
+title: Improve performance of the "has this commit been reverted?" check
+merge_request: 26784
+author:
+type: performance
diff --git a/changelogs/unreleased/208887-optimize-project-counters-mirrored-pipelines.yml b/changelogs/unreleased/208887-optimize-project-counters-mirrored-pipelines.yml
new file mode 100644
index 00000000000..7662291ea64
--- /dev/null
+++ b/changelogs/unreleased/208887-optimize-project-counters-mirrored-pipelines.yml
@@ -0,0 +1,5 @@
+---
+title: Optimize Project counters with pipelines enabled counter
+merge_request: 26802
+author:
+type: performance
diff --git a/changelogs/unreleased/33641-fix_smartcard_param_check_in_user_build.yml b/changelogs/unreleased/33641-fix_smartcard_param_check_in_user_build.yml
new file mode 100644
index 00000000000..eb5e94b4119
--- /dev/null
+++ b/changelogs/unreleased/33641-fix_smartcard_param_check_in_user_build.yml
@@ -0,0 +1,5 @@
+---
+title: Fix user registration when smartcard authentication is enabled
+merge_request: 26800
+author:
+type: fixed
diff --git a/changelogs/unreleased/create_users_statistics.yml b/changelogs/unreleased/create_users_statistics.yml
new file mode 100644
index 00000000000..4f98141d447
--- /dev/null
+++ b/changelogs/unreleased/create_users_statistics.yml
@@ -0,0 +1,5 @@
+---
+title: Introduce db table to store users statistics
+merge_request: 26261
+author:
+type: added