-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
release-21.2: New SQL Activity page #72052
release-21.2: New SQL Activity page #72052
Conversation
Fixes: cockroachdb#70790 Previously, the selected app was derived from a route param on the statements page. All other filters are derived from query search parameters on the page. This commit makes the app name a query search parameter, as is the case in the transactions page. Release note: None
New SQL Activity page that includes Sessions, Statement and Transaction pages. Partially addresses cockroachdb#66052 Release note (ui change): Session, Statement and Transaction pages are now grouped inside the new SQL Activity page.
Update ui-components version to include a fix on scrolling on pages with tooltip Release note: None
When the user clicks on a tab on the new SQL Activity page now the search params on the url is updated with the tab selection. This commit also create a common function to sync history so all the pages can use it and remove duplicate code. Release note: None
When a statement was not found, the return to statements link was returning to the SQL Activity page without the Statement tab selected. This commit adds the right tab to the return option. Release note: None
Previously, when changing tabs on SQL Activity page the history would be replaced, this commits change to push to history, meaning when the user clicks Back on the browser it will return for the previous tab. Release note: None
Thanks for opening a backport. Please check the backport criteria before merging:
If some of the basic criteria cannot be satisfied, ensure that the exceptional criteria are satisfied within.
Add a brief release justification to the body of your PR to justify this backport. Some other things to consider:
|
Release note (<category, see below>): <what> <show> <why>
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.
Checked out the branch to run locally,
Reviewable status: complete! 1 of 0 LGTMs obtained
A recent commit changed the default value of filter to be an empty string, but we do have transactions that have no associated app names to it, so All and empty string should be treated as different cases. This commit reverse that changes and use All Release note (bug fix): Show All statements when filter All is selected and not only the ones with empty string
Backport:
Please see individual PRs for details.
/cc @cockroachdb/release
Release justification: Category 4