Skip to content

Conversation

maswin
Copy link
Member

@maswin maswin commented Aug 15, 2025

Description

Added sort options for clusters based on name, queued query count and running query count.
Added filter option for routingGroup and sort options for routignGroup and submission time in query history page.

Additional context and related issues

Clusters page header [3 new sort icons on Name, Queued, Running]:
Screenshot 2025-08-19 at 11 12 21 AM

History Page [Sort and Filter option on RoutingGroup] -
Screenshot 2025-08-19 at 11 12 40 AM

Release notes

( ) This is not user-visible or is docs only, and no release notes are required.
( X) Release notes are required, with the following suggested text:

@cla-bot cla-bot bot added the cla-signed label Aug 15, 2025
@maswin
Copy link
Member Author

maswin commented Aug 15, 2025

CI build seemed to have failed with an unrelated error -
dependency failed to start: container docker-postgres-1 is unhealthy

@ebyhr
Copy link
Member

ebyhr commented Aug 19, 2025

Could you add screenshots to PR description when you modify UI code?

@maswin
Copy link
Member Author

maswin commented Aug 19, 2025

Could you add screenshots to PR description when you modify UI code?

Sure, done

return a.routingGroup.localeCompare(b.routingGroup);
}}
filters={
[...new Set(backendData?.map(b => b.routingGroup))]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if backendData is undefined this may become new Set([undefined]), perhaps default to empty array

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants