-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: improve image filter of ImageList
#2805
Conversation
Your org requires the Graphite merge queue for merging into mainAdd the label “flow:merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “flow:hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @agatha197 and the rest of your teammates on Graphite |
d0df16f
to
5dcff8f
Compare
0b5dc3d
to
e4a43e8
Compare
5dcff8f
to
54affc4
Compare
e4a43e8
to
37df13a
Compare
54affc4
to
780cdac
Compare
37df13a
to
7d93096
Compare
780cdac
to
9166a47
Compare
7d93096
to
68dd8c1
Compare
9166a47
to
a79171b
Compare
68dd8c1
to
72a8d82
Compare
a79171b
to
59b98f6
Compare
72a8d82
to
7a6e4e5
Compare
59b98f6
to
88bfa63
Compare
7a6e4e5
to
aa29fec
Compare
88bfa63
to
3c7cdd6
Compare
aa29fec
to
1c6b421
Compare
3c7cdd6
to
4845e4a
Compare
1c6b421
to
78975f0
Compare
4845e4a
to
7326f14
Compare
78975f0
to
57b53f0
Compare
7326f14
to
298dd8a
Compare
57b53f0
to
781b59f
Compare
298dd8a
to
3fb6857
Compare
781b59f
to
c275f4c
Compare
3fb6857
to
f926e05
Compare
c275f4c
to
0d82fac
Compare
f926e05
to
2784315
Compare
0d82fac
to
92743f8
Compare
2784315
to
d8a869b
Compare
92743f8
to
48670ca
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
d8a869b
to
0458203
Compare
48670ca
to
40a5692
Compare
0458203
to
5530bee
Compare
40a5692
to
d72575d
Compare
Merge activity
|
5530bee
to
6667520
Compare
d72575d
to
7eaaad2
Compare
**Changes:** Updates image filtering logic to support extended image information in version 24.09.1 and later: - Adds support for filtering by tags, version, and digest - Modifies namespace filtering to use direct image namespace when available - Removes installed status filtering - Maintains backward compatibility for pre-24.09.1 filtering capabilities **Checklist:** - [ ] Minimum required manager version: 24.09.1 for extended image information features - [ ] Test cases: - Filter images using new tag key/value pairs - Filter by image version - Filter by digest - Verify namespace filtering works with both old and new image information - Confirm backward compatibility for pre-24.09.1 filtering
6667520
to
3dd9cf0
Compare
7eaaad2
to
eac1fb5
Compare
Changes:
Updates image filtering logic to support extended image information in version 24.09.1 and later:
Checklist: