debian-mirror-gitlab/app/views/projects/merge_requests/_widget.html.haml

22 lines
1.9 KiB
Text
Raw Normal View History

2021-06-08 01:23:25 +05:30
- artifacts_endpoint_placeholder = ':pipeline_artifacts_id'
2021-02-22 17:27:13 +05:30
= javascript_tag do
2020-01-01 13:55:28 +05:30
:plain
window.gl = window.gl || {};
window.gl.mrWidgetData = #{serialize_issuable(@merge_request, serializer: 'widget', issues_links: true)}
2021-06-08 01:23:25 +05:30
window.gl.mrWidgetData.artifacts_endpoint = '#{downloadable_artifacts_project_pipeline_path(@project, artifacts_endpoint_placeholder, format: :json)}';
window.gl.mrWidgetData.artifacts_endpoint_placeholder = '#{artifacts_endpoint_placeholder}';
2020-01-01 13:55:28 +05:30
window.gl.mrWidgetData.squash_before_merge_help_path = '#{help_page_path("user/project/merge_requests/squash_and_merge")}';
2020-07-28 23:09:34 +05:30
window.gl.mrWidgetData.ci_troubleshooting_docs_path = '#{help_page_path('ci/troubleshooting.md')}';
2021-06-08 01:23:25 +05:30
window.gl.mrWidgetData.mr_troubleshooting_docs_path = '#{help_page_path('user/project/merge_requests/reviews/index.md', anchor: 'troubleshooting')}';
2020-05-24 23:13:21 +05:30
window.gl.mrWidgetData.pipeline_must_succeed_docs_path = '#{help_page_path('user/project/merge_requests/merge_when_pipeline_succeeds.md', anchor: 'only-allow-merge-requests-to-be-merged-if-the-pipeline-succeeds')}';
2020-11-24 15:15:51 +05:30
window.gl.mrWidgetData.security_approvals_help_page_path = '#{help_page_path('user/application_security/index.md', anchor: 'security-approvals-in-merge-requests')}';
2021-04-17 20:07:23 +05:30
window.gl.mrWidgetData.license_compliance_docs_path = '#{help_page_path('user/compliance/license_compliance/index.md', anchor: 'policies')}';
2020-01-01 13:55:28 +05:30
window.gl.mrWidgetData.eligible_approvers_docs_path = '#{help_page_path('user/project/merge_requests/merge_request_approvals', anchor: 'eligible-approvers')}';
2020-07-28 23:09:34 +05:30
window.gl.mrWidgetData.approvals_help_path = '#{help_page_path("user/project/merge_requests/merge_request_approvals")}';
2020-04-08 14:13:33 +05:30
window.gl.mrWidgetData.pipelines_empty_svg_path = '#{image_path('illustrations/pipelines_empty.svg')}';
2020-07-28 23:09:34 +05:30
window.gl.mrWidgetData.codequality_help_path = '#{help_page_path("user/project/merge_requests/code_quality", anchor: "code-quality-reports")}';
2020-01-01 13:55:28 +05:30
#js-vue-mr-widget.mr-widget