-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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: Returns 404 instead of 500 for unknown dashboard filter state keys #17878
fix: Returns 404 instead of 500 for unknown dashboard filter state keys #17878
Conversation
Codecov Report
@@ Coverage Diff @@
## master #17878 +/- ##
==========================================
- Coverage 67.09% 67.08% -0.02%
==========================================
Files 1609 1609
Lines 64897 64895 -2
Branches 6866 6866
==========================================
- Hits 43545 43533 -12
- Misses 19486 19496 +10
Partials 1866 1866
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
35c23ef
to
030d322
Compare
LGTM, but a second pair of eyes wouldn't hurt. Maybe @zhaoyongjie? |
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, a little improvements leave in this function
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 with minor non-blocking comment.
Co-authored-by: Ville Brofeldt <[email protected]>
…ys (apache#17878) * fix: Returns 404 instead of 500 for unknown dashboard filter state keys * Reduces hierarchies of if-expression * Removes unnecessary check Co-authored-by: Ville Brofeldt <[email protected]> * Removes unused variable * Fixes type error * Removes unused import Co-authored-by: Ville Brofeldt <[email protected]>
…ys (apache#17878) * fix: Returns 404 instead of 500 for unknown dashboard filter state keys * Reduces hierarchies of if-expression * Removes unnecessary check Co-authored-by: Ville Brofeldt <[email protected]> * Removes unused variable * Fixes type error * Removes unused import Co-authored-by: Ville Brofeldt <[email protected]>
SUMMARY
Returns 404 instead of 500 for unknown dashboard filter state keys.
TESTING INSTRUCTIONS
1 - Execute all tests
2 - All tests should pass
ADDITIONAL INFORMATION