Commit b7414d92 authored by Jacques Erasmus's avatar Jacques Erasmus

Merge branch '209061-remove-dashboard-pipeline-status-ff' into 'master'

Remove dashboard_pipeline_status feature flag [RUN ALL RSPEC] [RUN AS-IF-FOSS]

See merge request gitlab-org/gitlab!55472
parents 37814a05 53d58f55
= render 'shared/projects/list', projects: @projects, pipeline_status: Feature.enabled?(:dashboard_pipeline_status, default_enabled: true), user: current_user
= render 'shared/projects/list', projects: @projects, pipeline_status: true, user: current_user
---
title: Remove dashboard_pipeline_status feature flag
merge_request: 55472
author:
type: other
---
name: dashboard_pipeline_status
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/22029
rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/209061
milestone: '12.7'
type: development
group: group::continuous integration
default_enabled: true
......@@ -198,14 +198,6 @@ RSpec.describe 'Dashboard Projects' do
it_behaves_like 'hidden pipeline status'
end
context 'when dashboard_pipeline_status is disabled' do
before do
stub_feature_flags(dashboard_pipeline_status: false)
end
it_behaves_like 'hidden pipeline status'
end
context "when last_pipeline is missing" do
before do
project.last_pipeline.delete
......
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