-
Notifications
You must be signed in to change notification settings - Fork 13.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
fix(dashboard): Incorrect scopes of cross filters #20927
Conversation
Codecov Report
@@ Coverage Diff @@
## master #20927 +/- ##
==========================================
- Coverage 66.31% 66.30% -0.01%
==========================================
Files 1758 1758
Lines 67039 67076 +37
Branches 7116 7122 +6
==========================================
+ Hits 44457 44476 +19
- Misses 20752 20770 +18
Partials 1830 1830
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. |
/testenv up |
@kgabryje Ephemeral environment spinning up at http://35.166.237.28:8080. Credentials are |
/testenv up FEATURE_DASHBOARD_CROSS_FILTERS=true |
@michael-s-molina Ephemeral environment spinning up at http://35.91.49.127:8080. Credentials are |
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
Ephemeral environment shutdown and build artifacts deleted. |
SUMMARY
Due to a bug introduced in #20743, cross filter scopes were not calculated correctly.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Before:
Screen.Recording.2022-07-29.at.4.47.52.PM.mov
After:
Screen.Recording.2022-07-31.at.12.20.53.mov
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION