Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshampton <shampton@gitlab.com>2019-06-29 01:36:56 +0300
committershampton <shampton@gitlab.com>2019-06-29 01:36:56 +0300
commitcfa0c6592a882f0792240ba70b5ce8fff2b46130 (patch)
tree3e3e02e2e9f7be8609b66fe518dacb1faea2f5f2 /changelogs
parent1cd8fb49f9b9150faf50767edbdfb564fde8576b (diff)
Fix pipelines table update after action
The pipelines table was showing the loading icon after the user cancelled or retried a pipeline. This fixes that so the pipeline updates without removing the table from the DOM.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/63590-pipeline-actions-cause-full-refresh.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/63590-pipeline-actions-cause-full-refresh.yml b/changelogs/unreleased/63590-pipeline-actions-cause-full-refresh.yml
new file mode 100644
index 00000000000..a1e7d4679d8
--- /dev/null
+++ b/changelogs/unreleased/63590-pipeline-actions-cause-full-refresh.yml
@@ -0,0 +1,5 @@
+---
+title: Fix pipelines table to update without refreshing after action
+merge_request: 30190
+author:
+type: fixed