Add support for authority rule configuration in Sentinel Dashboard - #189
Merged
Conversation
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #189 +/- ##
===========================================
+ Coverage 50.4% 51.01% +0.6%
- Complexity 821 826 +5
===========================================
Files 140 140
Lines 4763 4763
Branches 678 678
===========================================
+ Hits 2401 2430 +29
+ Misses 2074 2039 -35
- Partials 288 294 +6
Continue to review full report at Codecov.
|
Arlmls
pushed a commit
to Arlmls/Sentinel
that referenced
this pull request
Jan 8, 2019
…libaba#189) - Update dashboard API client to support authority rule commands - Add REST API and frontend page for authority rules Signed-off-by: Eric Zhao <sczyh16@gmail.com>
CST11021
pushed a commit
to CST11021/Sentinel
that referenced
this pull request
Nov 3, 2021
[ROCKETMQ-270] Move flush position forward to first MappedFile whose start offset is non-zero
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Describe what this PR does / why we need it
Add support for authority rule configuration in Sentinel Dashboard.
Does this pull request fix one issue?
Resolves #178
Describe how you did it
Describe how to verify it
Run the dashboard to verify the functions.
Special notes for reviews
None