From f583e1a5d8fedd689caa7d6473b75dde458293ff Mon Sep 17 00:00:00 2001 From: Payton Burdette Date: Wed, 22 Oct 2025 13:41:09 -0400 Subject: [PATCH] Add ability to filter agent session pipelines Adds the ability to filter pipelines by agent session source and adds badge visibility. Changelog: changed --- .../pipelines_page/components/pipeline_labels.vue | 14 +++++++++++++- .../javascripts/ci/pipelines_page/constants.js | 1 + .../ci/pipelines_page/tokens/constants.js | 4 ++++ locale/gitlab.pot | 9 +++++++++ .../components/pipeline_labels_spec.js | 15 ++++++++++++++- 5 files changed, 41 insertions(+), 2 deletions(-) diff --git a/app/assets/javascripts/ci/pipelines_page/components/pipeline_labels.vue b/app/assets/javascripts/ci/pipelines_page/components/pipeline_labels.vue index ba20efe14ca4d4..2b183dce76e4dd 100644 --- a/app/assets/javascripts/ci/pipelines_page/components/pipeline_labels.vue +++ b/app/assets/javascripts/ci/pipelines_page/components/pipeline_labels.vue @@ -1,7 +1,7 @@