From 12170f8320c3bbe5b6bbdbda83ac7a163826b34a Mon Sep 17 00:00:00 2001 From: Nathan Friend Date: Mon, 15 Apr 2019 10:25:48 -0300 Subject: Add two warning messages to the MR widget This commit adds two new warning messages to the MR widget that handle cases involving merge request pipelines. --- spec/fixtures/api/schemas/entities/merge_request_widget.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'spec/fixtures') diff --git a/spec/fixtures/api/schemas/entities/merge_request_widget.json b/spec/fixtures/api/schemas/entities/merge_request_widget.json index 6b1cd60c25d..7018cb9a305 100644 --- a/spec/fixtures/api/schemas/entities/merge_request_widget.json +++ b/spec/fixtures/api/schemas/entities/merge_request_widget.json @@ -125,6 +125,7 @@ "test_reports_path": { "type": ["string", "null"] }, "can_receive_suggestion": { "type": "boolean" }, "source_branch_protected": { "type": "boolean" }, - "conflicts_docs_path": { "type": ["string", "null"] } + "conflicts_docs_path": { "type": ["string", "null"] }, + "merge_request_pipelines_docs_path": { "type": ["string", "null"] } } } -- cgit v1.2.3