Add filter badge key to active filters badge#1779
Open
Mbeaulne wants to merge 1 commit into02-02-updated_filter_by_me_and_hide_old_filterfrom
Open
Add filter badge key to active filters badge#1779Mbeaulne wants to merge 1 commit into02-02-updated_filter_by_me_and_hide_old_filterfrom
Mbeaulne wants to merge 1 commit into02-02-updated_filter_by_me_and_hide_old_filterfrom
Conversation
This was referenced Feb 10, 2026
Collaborator
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
4 tasks
8d2596d to
c6d050b
Compare
8eed53a to
8202a47
Compare
c6d050b to
9e60811
Compare
8202a47 to
1aa6236
Compare
9e60811 to
514254d
Compare
0e1d32b to
688c1db
Compare
514254d to
2127fd1
Compare
camielvs
approved these changes
Feb 18, 2026
2127fd1 to
20ee0b3
Compare
688c1db to
9662821
Compare
20ee0b3 to
c56facb
Compare
9662821 to
c45ed90
Compare
c56facb to
a644fef
Compare
c45ed90 to
0b5f7ce
Compare
a644fef to
eb2db69
Compare
0b5f7ce to
42491fb
Compare
eb2db69 to
ae76830
Compare
42491fb to
cec23bf
Compare
ae76830 to
e0e72bc
Compare
8ce4507 to
79f5641
Compare
e0e72bc to
a08176a
Compare
79f5641 to
311617c
Compare
a08176a to
309241c
Compare
311617c to
b49972e
Compare
309241c to
4a0de07
Compare
b49972e to
4d302de
Compare
0ad3fd7 to
5ee0045
Compare
4d302de to
d443fae
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description
Added a new
FilterBadgeKeytype to improve type safety for filter badge keys in the PipelineRunFiltersBar component. This type defines the specific string literals that can be used as keys for filter badges, including "status", "pipeline_name", "created_by", "date_range", and annotation keys.Also corrected two filter badge keys to be more consistent:
Type of Change
Checklist
Test Instructions
Verify that the filter badges in the PipelineRunFiltersBar component continue to function correctly, particularly when filtering by pipeline name or date range.