-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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-22.2: ui: remove link to stmt details when already on the page #87800
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Previously, when we didn't have a reason to why the statement was slow, we were showing a message about unable to identify the problem. Since we do know it was slow, this commit changes it to the proper message about the statement being slow. This commit also adds a link to cluster settings documentation to all insights that are dependent on a cluster setting. The value for the cluster setting is being added in another issue: #86760 Fixes #87740 Release note (ui change): Improve message when there is no insight problem detected. Now we show the statement was slow and how long it took.
Previously, the insights on statement details for index recommendation had a link for the statement details page, which was not doing anything since the user was already on the page. If they refresh using the link it was showing wrong aggregation. This commit removes the link when the insights is on the statement page already, but keeps the link when the insight is on the schema insights page. Fixes #87752 Release note (ui change): Removal of the link on insights pointing to Statement Details page when it was already on the Statement Details page.
blathers-crl
bot
force-pushed
the
blathers/backport-release-22.2-87766
branch
from
September 11, 2022 21:04
8541e4a
to
9593fd8
Compare
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:
|
blathers-crl
bot
added
blathers-backport
This is a backport that Blathers created automatically.
O-robot
Originated from a bot.
labels
Sep 11, 2022
THardy98
approved these changes
Sep 12, 2022
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
blathers-backport
This is a backport that Blathers created automatically.
O-robot
Originated from a bot.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Backport 2/2 commits from #87766 on behalf of @maryliag.
/cc @cockroachdb/release
Previously, the insights on statement details for
index recommendation had a link for the statement details page,
which was not doing anything since the user was already on the page.
If they refresh using the link it was showing wrong aggregation.
This commit removes the link when the insights is on the statement page already,
but keeps the link when the insight is on the schema insights page.
Fixes #87752
https://www.loom.com/share/8fb0f6e8d7ca4d08a19e52d3a5701a43
Release note (ui change): The Insight Statement Detail page is linked from the Insight Statement page but no longer includes a link to itself.
Release justification: bug fix