From 48b98b5898e15ab4bb1db47e201fef8db68dc34d Mon Sep 17 00:00:00 2001 From: Filipa Lacerda Date: Wed, 11 Sep 2019 09:06:33 +0000 Subject: Enables Run Pipeline button to be rendered In the Merge Request view, under pipelines tab the user can see a run pipeline button Adds axios post request to button click Adds the logic to handle the user click, refresh the table and disable the button while thee request is being made Updates UI for desktop and mobile Adds specs Regenerates potfile Follow-up after review Uses .finally to avoid code repetition --- locale/gitlab.pot | 3 +++ 1 file changed, 3 insertions(+) (limited to 'locale') diff --git a/locale/gitlab.pot b/locale/gitlab.pot index 32deab7dd68..f2d3a39d593 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -1146,6 +1146,9 @@ msgstr "" msgid "An error occurred while triggering the job." msgstr "" +msgid "An error occurred while trying to run a new pipeline for this Merge Request." +msgstr "" + msgid "An error occurred while validating username" msgstr "" -- cgit v1.2.3