Add API gateway adapter common module and Spring Cloud Gateway adapter - #695
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## master #695 +/- ##
============================================
- Coverage 41.38% 41.28% -0.11%
- Complexity 1236 1319 +83
============================================
Files 266 288 +22
Lines 7969 8478 +509
Branches 1091 1147 +56
============================================
+ Hits 3298 3500 +202
- Misses 4258 4545 +287
- Partials 413 433 +20
Continue to review full report at Codecov.
|
sczyh30
force-pushed
the
feature/gateway-sc
branch
2 times, most recently
from
April 22, 2019 13:54
20d7aac to
d578e0a
Compare
…rule and API definition management Signed-off-by: Eric Zhao <sczyh16@gmail.com>
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
sczyh30
force-pushed
the
feature/gateway-sc
branch
from
April 23, 2019 03:41
aef56d3 to
a0deec5
Compare
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 an API gateway adapter common module, as well as Sentinel Spring Cloud Gateway adapter module and implementation.
Does this pull request fix one issue?
Resolves #86
Describe how you did it
sentinel-api-gateway-adapter-commonmodule for universal gateway rule and API definition managementsentinel-api-gateway-adapter-commonandsentinel-reactor-adapter)Describe how to verify it
Run the test cases and demo.
Special notes for reviews
NONE