Hook up filters to API where availiable#1712
Draft
Mbeaulne wants to merge 1 commit into01-27-add_filter_to_home_pagefrom
Draft
Hook up filters to API where availiable#1712Mbeaulne wants to merge 1 commit into01-27-add_filter_to_home_pagefrom
Mbeaulne wants to merge 1 commit into01-27-add_filter_to_home_pagefrom
Conversation
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
1391b36 to
3970762
Compare
db6c525 to
0eb32ca
Compare
3970762 to
c850afc
Compare
0eb32ca to
6471b44
Compare
c850afc to
2db2535
Compare
063000c to
8553a9b
Compare
054242a to
fb917b4
Compare
3c2b140 to
dec6813
Compare
fb917b4 to
7e4a73c
Compare
dec6813 to
8500916
Compare
4 tasks
7e4a73c to
71dda68
Compare
8305985 to
90cf7c6
Compare
4f8ef54 to
847f05d
Compare
5df4805 to
3e96b86
Compare
0c5de25 to
33c547b
Compare
3e96b86 to
2de5a77
Compare
33c547b to
5f6f134
Compare
304c53e to
9a9788b
Compare
5f6f134 to
53cbf3d
Compare
cd8714b to
4da9466
Compare
40307f3 to
1abcc8f
Compare
4da9466 to
db94d18
Compare
11fae1e to
d7911f6
Compare
832338f to
d2c5a4c
Compare
d7911f6 to
8dbb3e0
Compare
d2c5a4c to
a702970
Compare
8dbb3e0 to
2b86450
Compare
a702970 to
629c969
Compare
8ef3d1e to
d3b0d52
Compare
629c969 to
cb120ff
Compare
d3b0d52 to
51242b0
Compare
cb120ff to
414b6d7
Compare
51242b0 to
122dbdc
Compare
58c0f04 to
e7bf366
Compare
122dbdc to
1009e68
Compare
e7bf366 to
63c64ff
Compare
1009e68 to
4392e51
Compare
63c64ff to
12dd8d5
Compare
4392e51 to
e478385
Compare
12dd8d5 to
a3eb24a
Compare
8b6f7e4 to
fe1e493
Compare
a3eb24a to
d7b4c2a
Compare
fe1e493 to
da4e7b1
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
Implemented support for advanced pipeline run filters with a new JSON-based filter format while maintaining backward compatibility with the legacy key:value format. This change enables the pipeline run filters bar feature flag to be more than just a UI preview.
Type of Change
Checklist
Test Instructions
Additional Comments
This PR adds a new utility file
pipelineRunFilterUtils.tsthat handles parsing and serializing filter formats. The flag description has been updated to clarify that only the "Created by" filter is currently functional, while other filters are UI previews that will be connected to the API in future PRs.