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 --- .../commit/pipelines/pipelines_table.vue | 97 ++++++++++++++++++++-- 1 file changed, 91 insertions(+), 6 deletions(-) (limited to 'app/assets/javascripts/commit') diff --git a/app/assets/javascripts/commit/pipelines/pipelines_table.vue b/app/assets/javascripts/commit/pipelines/pipelines_table.vue index 4890f99e9d1..e5b030d4900 100644 --- a/app/assets/javascripts/commit/pipelines/pipelines_table.vue +++ b/app/assets/javascripts/commit/pipelines/pipelines_table.vue @@ -1,14 +1,19 @@ @@ -99,11 +170,25 @@ export default { />
+ +
-- cgit v1.2.3