-
Notifications
You must be signed in to change notification settings - Fork 8.1k
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
Fixes #198: Enhance rule checking in rule managers and Sentinel Dashboard #202
Conversation
- Enhance error information when reporting invalid fields in rule dialog Signed-off-by: Eric Zhao <[email protected]>
Signed-off-by: Eric Zhao <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #202 +/- ##
============================================
+ Coverage 50.75% 51.58% +0.83%
- Complexity 827 853 +26
============================================
Files 140 140
Lines 4798 4819 +21
Branches 683 692 +9
============================================
+ Hits 2435 2486 +51
+ Misses 2073 2024 -49
- Partials 290 309 +19
Continue to review full report at Codecov.
|
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
…l Dashboard (alibaba#202) - Enhance rule checking in rule managers and Sentinel Dashboard frontend - Enhance error information when reporting invalid fields in rule dialog Signed-off-by: Eric Zhao <[email protected]>
* Add an interface DecryptionStrategy for SslHelper * Centralize the TLS related configurations * Use tls test mode by default * Add SSL related tests * Add tls related tests * Add tls config related unit tests * Pass TLS unit tests
Describe what this PR does / why we need it
Enhance rule checking in rule managers and Sentinel Dashboard frontend.
Does this pull request fix one issue?
Fixes #198
Also related to #153
Describe how you did it
Describe how to verify it
Run the dashboard and input invalid fields in rule dialog.
Special notes for reviews
None.