Commit 8e6a20bd authored by Kushal Pandya's avatar Kushal Pandya

Merge branch '13496-enable-pipeline-report-api-flag-by-default-ee' into 'master'

Enable pipeline_report_api flag by default

See merge request gitlab-org/gitlab-ee!15824
parents a94b70f5 feba7db3
......@@ -12,7 +12,7 @@ module EE
# because the user can freely navigate between them *without*
# triggering a page load.
before_action only: [:show, :builds, :failures, :security, :licenses] do
push_frontend_feature_flag(:pipeline_report_api)
push_frontend_feature_flag(:pipeline_report_api, default_enabled: true)
end
end
......
......@@ -11,7 +11,7 @@
- if pipeline.expose_security_dashboard?
#js-tab-security.build-security.tab-pane
- if Feature.enabled?(:pipeline_report_api)
- if Feature.enabled?(:pipeline_report_api, default_enabled: true)
#js-security-report-app{ data: { dashboard_documentation: help_page_path('user/application_security/security_dashboard/index'),
empty_state_svg_path: image_path('illustrations/security-dashboard-empty-state.svg'),
pipeline_id: pipeline.id,
......
---
title: Display the Security Dashboard in the Security tab of the pipeline view
merge_request: 15824
author:
type: changed
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