-
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
feat(ui): allow sorting the application list (#4060) #11645
Conversation
Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com>
I've tested the other use cases for Paginate (Application Details/Resource List/Grouped List) and they remain unchanged) |
Codecov ReportBase: 47.41% // Head: 47.38% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #11645 +/- ##
==========================================
- Coverage 47.41% 47.38% -0.03%
==========================================
Files 246 245 -1
Lines 41815 41670 -145
==========================================
- Hits 19825 19745 -80
+ Misses 19994 19937 -57
+ Partials 1996 1988 -8
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
compare: (a, b) => a.metadata.creationTimestamp.localeCompare(b.metadata.creationTimestamp) | ||
}, | ||
{ | ||
title: 'Synchronized', |
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.
Do you want to change Synchronized
to App Health
?
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.
No, I would keep Synchronized as it is (it's the last time the sync operation finished - either successfully or not).
But an App Health
sort order option makes sense as well: show Unknown,Out of sync, Synced in this order!
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.
updated
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
Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com> Co-authored-by: Remington Breeze <remington@breeze.software> Signed-off-by: emirot <emirot.nolan@gmail.com>
Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com> Co-authored-by: Remington Breeze <remington@breeze.software> Signed-off-by: schakrad <chakradari.sindhu@gmail.com>
Screen.Recording.2022-12-10.at.06.51.35.mov
replaces: #6217
fixes: #4060
Signed-off-by: Alex Eftimie alex.eftimie@getyourguide.com
Note on DCO:
If the DCO action in the integration test fails, one or more of your commits are not signed off. Please click on the Details link next to the DCO action for instructions on how to resolve this.
Checklist: