Skip to content
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

[ISSUE #2124] feat:support polaris router ability #2132

Merged
merged 6 commits into from Nov 26, 2022

Conversation

chuntaojun
Copy link
Contributor

What this PR does:

Which issue(s) this PR fixes:
Fixes #2124

You should pay attention to items below to ensure your pr passes our ci test
We do not merge pr with ci tests failed

  • All ut passed (run 'go test ./...' in project root)
  • After go-fmt ed , run 'go fmt project' using goland.
  • Golangci-lint passed, run 'sudo golangci-lint run' in project root.
  • Your new-created file needs to have apache license at the top, like other existed file does.
  • All integration test passed. You can run integration test locally (with docker env). Clone our dubbo-go-samples project and replace the go.mod to your dubbo-go, and run 'sudo sh start_integration_test.sh' at root of samples project root. (M1 Slice is not Support)

@codecov-commenter
Copy link

codecov-commenter commented Nov 24, 2022

Codecov Report

Merging #2132 (dd8308e) into 3.0 (9e4452a) will decrease coverage by 0.78%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##              3.0    #2132      +/-   ##
==========================================
- Coverage   45.21%   44.43%   -0.79%     
==========================================
  Files         283      283              
  Lines       17572    17015     -557     
==========================================
- Hits         7946     7560     -386     
+ Misses       8795     8661     -134     
+ Partials      831      794      -37     
Impacted Files Coverage Δ
metadata/report/delegate/delegate_report.go 35.09% <0.00%> (-7.29%) ⬇️
protocol/dubbo3/dubbo3_invoker.go 55.65% <0.00%> (-7.27%) ⬇️
config/service_config.go 52.09% <0.00%> (-6.16%) ⬇️
remoting/getty/getty_server.go 50.94% <0.00%> (-4.83%) ⬇️
remoting/getty/getty_client.go 46.03% <0.00%> (-4.80%) ⬇️
protocol/grpc/client.go 63.38% <0.00%> (-4.37%) ⬇️
remoting/getty/pool.go 42.70% <0.00%> (-4.31%) ⬇️
config/reference_config.go 25.71% <0.00%> (-3.84%) ⬇️
...tocol/rest/server/server_impl/go_restful_server.go 41.37% <0.00%> (-3.45%) ⬇️
config/protocol_config.go 50.00% <0.00%> (-2.95%) ⬇️
... and 6 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

cluster/router/polaris/involer.go Outdated Show resolved Hide resolved
cluster/router/polaris/router.go Outdated Show resolved Hide resolved
cluster/router/polaris/router.go Outdated Show resolved Hide resolved
cluster/router/polaris/router.go Outdated Show resolved Hide resolved
cluster/router/polaris/router.go Show resolved Hide resolved
cluster/router/polaris/router.go Show resolved Hide resolved
cluster/router/polaris/router.go Show resolved Hide resolved
@sonarcloud
Copy link

sonarcloud bot commented Nov 26, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.5% 0.5% Duplication

@chuntaojun chuntaojun changed the base branch from master to 3.0 November 26, 2022 11:53
@AlexStocks AlexStocks merged commit 16f5a0f into apache:3.0 Nov 26, 2022
@justxuewei justxuewei added this to the v3.0.4 milestone Dec 4, 2022
binbin0325 pushed a commit to binbin0325/dubbo-go that referenced this pull request Dec 10, 2022
* feat:support polaris router ability

* feat:support polaris router ability

* chore:update polaris-go version to 1.3.0-alpha

* style:fix code style

* style:fix code style

* style:fix code style
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Enhancement] 支持 PolarisMesh 的动态路由能力
5 participants