-
Notifications
You must be signed in to change notification settings - Fork 173
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
translation: flowcontrol plugin #1486
Merged
Sherlockhan
merged 1 commit into
sermant-io:develop
from
daizhenyu:translate-flowcontrol
Apr 9, 2024
Merged
translation: flowcontrol plugin #1486
Sherlockhan
merged 1 commit into
sermant-io:develop
from
daizhenyu:translate-flowcontrol
Apr 9, 2024
Conversation
This file contains 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
...flowcontrol-common/src/main/java/com/huawei/flowcontrol/common/cache/ConcurrentMapCache.java
Outdated
Show resolved
Hide resolved
...ntrol/flowcontrol-common/src/main/java/com/huawei/flowcontrol/common/config/CommonConst.java
Outdated
Show resolved
Hide resolved
...ntrol/flowcontrol-common/src/main/java/com/huawei/flowcontrol/common/config/CommonConst.java
Outdated
Show resolved
Hide resolved
...ntrol/flowcontrol-common/src/main/java/com/huawei/flowcontrol/common/config/CommonConst.java
Outdated
Show resolved
Hide resolved
...ntrol/flowcontrol-common/src/main/java/com/huawei/flowcontrol/common/config/ConfigConst.java
Outdated
Show resolved
Hide resolved
...lowcontrol-common/src/main/java/com/huawei/flowcontrol/common/core/match/RequestMatcher.java
Outdated
Show resolved
Hide resolved
...control-common/src/main/java/com/huawei/flowcontrol/common/entity/AbstractRequestEntity.java
Outdated
Show resolved
Hide resolved
...rol/flowcontrol-common/src/main/java/com/huawei/flowcontrol/common/entity/RequestEntity.java
Outdated
Show resolved
Hide resolved
...lowcontrol-plugin/src/main/java/com/huawei/flowcontrol/config/SpringApplicationDeclarer.java
Outdated
Show resolved
Hide resolved
...trol/flowcontrol-plugin/src/main/java/com/huawei/flowcontrol/retry/FeignRequestDeclarer.java
Show resolved
Hide resolved
daizhenyu
force-pushed
the
translate-flowcontrol
branch
from
April 8, 2024 11:05
3b55b21
to
c306e1f
Compare
lilai23
reviewed
Apr 8, 2024
lilai23
reviewed
Apr 8, 2024
...flowcontrol-common/src/main/java/com/huawei/flowcontrol/common/cache/ConcurrentMapCache.java
Outdated
Show resolved
Hide resolved
lilai23
reviewed
Apr 8, 2024
...ntrol/flowcontrol-common/src/main/java/com/huawei/flowcontrol/common/config/ConfigConst.java
Outdated
Show resolved
Hide resolved
lilai23
reviewed
Apr 8, 2024
...-common/src/main/java/com/huawei/flowcontrol/common/core/match/operator/CompareOperator.java
Outdated
Show resolved
Hide resolved
lilai23
reviewed
Apr 8, 2024
...trol/flowcontrol-common/src/main/java/com/huawei/flowcontrol/common/entity/MetricEntity.java
Outdated
Show resolved
Hide resolved
lilai23
reviewed
Apr 8, 2024
...-plugin/src/main/java/com/huawei/flowcontrol/retry/handler/DefaultRetryPredicateCreator.java
Outdated
Show resolved
Hide resolved
daizhenyu
force-pushed
the
translate-flowcontrol
branch
3 times, most recently
from
April 9, 2024 07:40
1ea77cc
to
9ba1d57
Compare
Signed-off-by: daizhenyu <1449308021@qq.com>
daizhenyu
force-pushed
the
translate-flowcontrol
branch
from
April 9, 2024 11:32
9ba1d57
to
4e1796d
Compare
hanbingleixue
approved these changes
Apr 9, 2024
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #1486 +/- ##
==========================================
Coverage 43.58% 43.58%
Complexity 181 181
==========================================
Files 1258 1258
Lines 26863 26863
Branches 2793 2793
==========================================
Hits 11707 11707
Misses 13750 13750
Partials 1406 1406
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
lilai23
approved these changes
Apr 9, 2024
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.
What type of PR is this?
Doc
What this PR does / why we need it?
This initiative aims to enhance readability, accessibility, and collaboration for both current and potential contributors, ensuring a unified language throughout the codebase.
Which issue(s) this PR fixes?
Fixes #1466
Does this PR introduce a user-facing change?
No
Checklist