Commit eac11fab authored by Robert May's avatar Robert May Committed by Dmytro Zaporozhets (DZ)

Remove pipeline status from /explore

Removes pipeline status from /explore for performance reasons.
parent 3e67e371
......@@ -2,4 +2,4 @@
.nothing-here-block
%h5= _('Enter at least three characters to search')
- else
= render 'shared/projects/list', projects: projects, user: current_user, explore_page: true, pipeline_status: Feature.enabled?(:dashboard_pipeline_status, default_enabled: true)
= render 'shared/projects/list', projects: projects, user: current_user, explore_page: true, pipeline_status: Feature.enabled?(:explore_pipeline_status, type: :ops)
---
title: Remove pipeline status from /explore page
merge_request: 51621
author:
type: performance
---
name: explore_pipeline_status
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/51621
rollout_issue_url:
milestone: '13.8'
type: ops
group: group::source code
default_enabled: false
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment