2021-04-17 20:07:23 +05:30
|
|
|
- page_title _('CI/CD Analytics')
|
2017-08-17 22:00:37 +05:30
|
|
|
|
2021-03-08 18:12:59 +05:30
|
|
|
#js-project-pipelines-charts-app{ data: { project_path: @project.full_path,
|
2021-12-11 22:18:48 +05:30
|
|
|
should_render_dora_charts: should_render_dora_charts.to_s,
|
2022-01-26 12:08:38 +05:30
|
|
|
should_render_quality_summary: should_render_quality_summary.to_s,
|
|
|
|
failed_pipelines_link: project_pipelines_path(@project, page: '1', scope: 'all', status: 'failed'),
|
|
|
|
coverage_chart_path: charts_project_graph_path(@project, @project.default_branch),
|
|
|
|
default_branch: @project.default_branch } }
|