summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-06-27 00:00:01 -0700
committerStan Hu <stanhu@gmail.com>2019-06-27 06:59:32 -0700
commit80e6e75c9f0f29979afcff90a16a2dd9a75ceb85 (patch)
tree2e8990519c90acdc548e8218ca1fd9b6b00f85b7 /changelogs
parentedcd28ca44649b5b3e0729a95a4d6b684e1ff7cb (diff)
downloadgitlab-ce-80e6e75c9f0f29979afcff90a16a2dd9a75ceb85.tar.gz
Avoid loading pipeline status in search results
This improves the performance of search, since the pipeline status is not displayed. Identified in https://gitlab.com/gitlab-org/gitlab-ce/issues/56627
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/sh-avoid-loading-pipeline-status.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-avoid-loading-pipeline-status.yml b/changelogs/unreleased/sh-avoid-loading-pipeline-status.yml
new file mode 100644
index 00000000000..2dead948786
--- /dev/null
+++ b/changelogs/unreleased/sh-avoid-loading-pipeline-status.yml
@@ -0,0 +1,5 @@
+---
+title: Avoid loading pipeline status in search results
+merge_request: 30111
+author:
+type: performance