summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorFrancisco Javier López <fjlopez@gitlab.com>2019-05-07 11:08:25 +0000
committerJames Lopez <james@gitlab.com>2019-05-07 11:08:25 +0000
commit68e533dc219be27f3485d2335e70aa61a193dabb (patch)
treef26b2a94b515469839f8498e18698f3782187260 /changelogs
parent0910dfb9d6eb9748b6ca24e10a3382a6515615e5 (diff)
downloadgitlab-ce-68e533dc219be27f3485d2335e70aa61a193dabb.tar.gz
Add improvements to the global search process
Removed the conditions added to Project.with_feature_available_for_user, and moved to the IssuableFinder. Now, we ensure that, in the projects retrieved in the Finder, the user has enough access for the feature.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/fj-59522-improve-search-controller-performance.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/fj-59522-improve-search-controller-performance.yml b/changelogs/unreleased/fj-59522-improve-search-controller-performance.yml
new file mode 100644
index 00000000000..c513f3c3aeb
--- /dev/null
+++ b/changelogs/unreleased/fj-59522-improve-search-controller-performance.yml
@@ -0,0 +1,5 @@
+---
+title: Add improvements to global search of issues and merge requests
+merge_request: 27817
+author:
+type: performance