From 52008ccc57ec31b55a94455fccdbdac8a3a79fa1 Mon Sep 17 00:00:00 2001 From: Sahil Sharma Date: Tue, 21 Oct 2025 12:56:58 +0530 Subject: [PATCH] Implements pagination in MR pipelines table --- .../components/pipelines_table_wrapper.vue | 60 ++++++++++++++++++- .../get_merge_request_pipelines.query.graphql | 16 ++++- 2 files changed, 73 insertions(+), 3 deletions(-) diff --git a/app/assets/javascripts/ci/merge_requests/components/pipelines_table_wrapper.vue b/app/assets/javascripts/ci/merge_requests/components/pipelines_table_wrapper.vue index 779b7660e69dcf..7930b78e89f13f 100644 --- a/app/assets/javascripts/ci/merge_requests/components/pipelines_table_wrapper.vue +++ b/app/assets/javascripts/ci/merge_requests/components/pipelines_table_wrapper.vue @@ -1,5 +1,13 @@