-
Notifications
You must be signed in to change notification settings - Fork 26.5k
[GSoC 2025] Add more traffic management rule support for Dubbo Proxyless Mesh. #15606
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
Draft
KiteSoar
wants to merge
74
commits into
apache:3.3
Choose a base branch
from
KiteSoar:gsoc-xds
base: 3.3
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
* refactor(): Replace grpc by triple * refactor(): delete useless code * refactor(): fix code style & fix bug * fix(): pom & code style * fix(): inappropriate change * fix(): error use volatile
# Conflicts: # dubbo-demo/dubbo-demo-native/dubbo-demo-native-consumer/pom.xml # dubbo-demo/dubbo-demo-native/dubbo-demo-native-provider/pom.xml # dubbo-demo/dubbo-demo-spring-boot/dubbo-demo-spring-boot-provider/src/main/resources/application.yml # dubbo-demo/dubbo-demo-spring-boot/pom.xml # dubbo-remoting/dubbo-remoting-netty4/src/main/java/org/apache/dubbo/remoting/transport/netty4/NettyChannelHandler.java # dubbo-remoting/dubbo-remoting-netty4/src/main/java/org/apache/dubbo/remoting/transport/netty4/NettyServerHandler.java # dubbo-rpc/dubbo-rpc-rest/src/main/java/org/apache/dubbo/rpc/protocol/rest/netty/ssl/SslContexts.java
# Conflicts: # dubbo-demo/dubbo-demo-interface/src/main/java/org/apache/dubbo/demo/RestDemoService.java # dubbo-dependencies-bom/pom.xml # dubbo-distribution/dubbo-bom/pom.xml # dubbo-plugin/dubbo-security/pom.xml # dubbo-remoting/dubbo-remoting-websocket/pom.xml # dubbo-rpc/dubbo-rpc-api/src/main/java/org/apache/dubbo/rpc/Constants.java # dubbo-spring-boot-project/dubbo-spring-boot-3-autoconfigure/pom.xml # dubbo-spring-boot/dubbo-spring-boot-3-autoconfigure/src/main/java/org/apache/dubbo/spring/boot/autoconfigure/DubboTriple3AutoConfiguration.java # dubbo-spring-boot/pom.xml # dubbo-test/dubbo-dependencies-all/pom.xml # dubbo-test/dubbo-test-modules/src/test/java/org/apache/dubbo/dependency/FileTest.java # pom.xml
# Conflicts: # dubbo-dependencies-bom/pom.xml
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## 3.3 #15606 +/- ##
============================================
- Coverage 61.01% 57.96% -3.06%
- Complexity 11698 11757 +59
============================================
Files 1923 2091 +168
Lines 87069 94052 +6983
Branches 13112 14348 +1236
============================================
+ Hits 53124 54514 +1390
- Misses 28495 33866 +5371
- Partials 5450 5672 +222
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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 is the purpose of the change?
its for #15213
Checklist