-
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
ui: add internal app filter to active statements and transactions pages #83014
ui: add internal app filter to active statements and transactions pages #83014
Conversation
I will probably want to update this PR to handle |
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!
Agree with updating the usage on unset
here.
Also, can you confirm if you select both app names on the filter it will show values for both? I think that was the only test missing from the video (no need to record another video, just want to make sure you tested that case too)
Reviewed 7 of 7 files at r1, all commit messages.
Reviewable status: complete! 1 of 0 LGTMs obtained (waiting on @ericharmeling)
97251c6
to
09dcb32
Compare
Confirmed! Screen.Recording.2022-06-28.at.11.06.36.AM.mov |
33c3781
to
b955f18
Compare
b955f18
to
7b6eeee
Compare
This commit adds a single internal app filter option on to the Active Statements and Active Transactions pages. Active statements and transactions run by internal apps are no longer displayed by default. Release note (ui change): The Active Statements and Active Transactions pages now have a single filter option for internal apps. These pages no longer display internal statements and transactions by default.
7b6eeee
to
c9f8474
Compare
The Bazel check failures appear to be unrelated to the changes in this PR |
bors r+ |
Build succeeded: |
This PR adds a single internal app filter option on to the Active Statements and Active Transactions pages. Active
statements and transactions run by internal apps are no longer displayed by default.
See commit message for release note.
Screen.Recording.2022-06-16.at.4.08.00.PM.mov
Fixes #81072.