-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
fix(ui): Group Nodes breaks Kinds counts / views #21337
Conversation
Signed-off-by: Surajyadav <[email protected]>
❌ Preview Environment deleted from BunnyshellAvailable commands (reply to this comment):
|
Signed-off-by: Surajyadav <[email protected]>
Signed-off-by: Surajyadav <[email protected]>
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.
Awesome! Thanks for fixing this.
@andrii-korotkov-verkada @jsoref, I have submitted a membership request. Could you sponsor me? That would help draw attention to it. |
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, thanks!
I can't, I don't think I'm a member (oddly). |
oh ok then 👍 |
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!!
* groupview-filter-fix Signed-off-by: Surajyadav <[email protected]> * count-logic-change Signed-off-by: Surajyadav <[email protected]> * lint-fixes Signed-off-by: Surajyadav <[email protected]> --------- Signed-off-by: Surajyadav <[email protected]> Signed-off-by: Brett C. Dudo <[email protected]>
* groupview-filter-fix Signed-off-by: Surajyadav <[email protected]> * count-logic-change Signed-off-by: Surajyadav <[email protected]> * lint-fixes Signed-off-by: Surajyadav <[email protected]> --------- Signed-off-by: Surajyadav <[email protected]>
* groupview-filter-fix Signed-off-by: Surajyadav <[email protected]> * count-logic-change Signed-off-by: Surajyadav <[email protected]> * lint-fixes Signed-off-by: Surajyadav <[email protected]> --------- Signed-off-by: Surajyadav <[email protected]> Signed-off-by: flbla <[email protected]>
Fixes #16039, #13577
In addition to the kind filter problem in group view there was also issue if someone tries to filter name of pods
Previously
the filter graph would look through the tree graph and check for predicate for every node and in case of grouping the individual child nodes(pods) were removed and replaced with podGroup making them unaccessible to the filter similarly for name and counts
before :
before-fix-for-group.mp4
after :
Grouping-filter-fixed.mp4
Checklist: