Commit f67f0ef4 authored by Mayra Cabrera's avatar Mayra Cabrera

Merge branch '218725-push-build-report-summary-ff' into 'master'

Send build_report_summary to frontend

See merge request gitlab-org/gitlab!36590
parents 499726bf 0c51f70f
......@@ -13,6 +13,7 @@ class Projects::PipelinesController < Projects::ApplicationController
before_action :authorize_update_pipeline!, only: [:retry, :cancel]
before_action do
push_frontend_feature_flag(:junit_pipeline_view, project)
push_frontend_feature_flag(:build_report_summary, project)
push_frontend_feature_flag(:filter_pipelines_search, project, default_enabled: true)
push_frontend_feature_flag(:dag_pipeline_tab, project, default_enabled: false)
push_frontend_feature_flag(:pipelines_security_report_summary, project)
......
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