Skip to content

[Elasticsearch] Avoid loading pipeline status in project search

Mario de la Ossa requested to merge avoid_es_loading_project_ci_status into master

What does this MR do?

When loading elasticsearch project search results we load the CI latest pipeline status to show a small icon on the results (green check or red exclamation mark). This adds little value while making the search very expensive, so I'm proposing we remove it.

What are the relevant issue numbers?

#9927 (closed)

Does this MR meet the acceptance criteria?

Edited by Coung Ngo

Merge request reports