From 11f1305ec7b71721a24352ab2346d3ed865883c4 Mon Sep 17 00:00:00 2001 From: Nathan Friend Date: Tue, 10 Sep 2019 15:18:39 -0300 Subject: Make MR pipeline widget text more descriptive (CE) This change updates the text of the pipeline widget that appears on the merge request page. The text has been made more consistent between different types of pipelines; this makes the front-end implementation simpler and more maintainable. In addition, the type of pipeline is (i.e. regular pipeline, merge request pipeline, detached pipeline) included in the text, making this type more obvious to the end user. Some information has been removed from the widget as part of this change; however, any information that was removed already appears elsewhere on the merge request page. --- changelogs/unreleased/ce-indicator-for-pipeline-for-merge-train.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelogs/unreleased/ce-indicator-for-pipeline-for-merge-train.yml (limited to 'changelogs') diff --git a/changelogs/unreleased/ce-indicator-for-pipeline-for-merge-train.yml b/changelogs/unreleased/ce-indicator-for-pipeline-for-merge-train.yml new file mode 100644 index 00000000000..06d2f4b56f5 --- /dev/null +++ b/changelogs/unreleased/ce-indicator-for-pipeline-for-merge-train.yml @@ -0,0 +1,5 @@ +--- +title: Make MR pipeline widget text more descriptive +merge_request: 32025 +author: +type: changed -- cgit v1.2.3