This is an automated email from the ASF dual-hosted git repository.
alexstocks pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git
from aa9d42d40 Merge branch 'develop'
add ff690b5e9 test(auth): improve IsEmpty test coverage (#2956)
add c143b9646 ci(license): add license header check ci (#2957)
add f836cf56a fix(docs): correct invalid links in README_CN.md (#2958)
add 81fd83d16 ci(fmt): add import-formatter check ci (#2961)
No new revisions were added by this update.
Summary of changes:
.github/workflows/github-actions.yml | 17 ++++++-
.golangci.yml | 15 ++++++
.licenserc.yaml | 58 ++++++++++++++++++++++
README_CN.md | 4 +-
cluster/loadbalance/p2c/loadbalance_test.go | 11 ++--
cluster/loadbalance/util.go | 2 +
common/url.go | 9 +++-
config/testdata/application.yaml | 15 ++++++
.../testdata/config/active/application-local.yaml | 15 ++++++
config/testdata/config/active/application.yaml | 15 ++++++
config/testdata/config/app/application.yaml | 15 ++++++
.../testdata/config/application/application.yaml | 15 ++++++
.../testdata/config/center/conf-application.yaml | 15 ++++++
config/testdata/config/custom/custom.yaml | 15 ++++++
config/testdata/config/custom/empty.yaml | 15 ++++++
config/testdata/config/logger/empty_log.yaml | 15 ++++++
config/testdata/config/logger/file_log.yaml | 15 ++++++
config/testdata/config/logger/log.yaml | 15 ++++++
config/testdata/config/protocol/application.yaml | 15 ++++++
.../config/protocol/empty_application.yaml | 15 ++++++
config/testdata/config/provider/application.yaml | 15 ++++++
.../provider/empty_registry_application.yaml | 15 ++++++
.../config/provider/registry_application.yaml | 15 ++++++
config/testdata/config/registry/application.yaml | 15 ++++++
.../config/registry/empty_application.yaml | 15 ++++++
config/testdata/config/resolver/application.yaml | 15 ++++++
config/testdata/consumer_config.yml | 15 ++++++
.../testdata/consumer_config_with_configcenter.yml | 15 ++++++
.../testdata/consumer_config_withoutProtocol.yml | 15 ++++++
config/testdata/provider_config.yml | 15 ++++++
.../testdata/provider_config_withoutProtocol.yml | 15 ++++++
config/testdata/root_config_test.yml | 15 ++++++
config/testdata/router_config_dest_rule.yml | 15 ++++++
config/testdata/router_config_virtual_service.yml | 15 ++++++
filter/auth/sign_util_test.go | 23 +++++++--
.../config/reader/testdata/consumer_config.yml | 15 ++++++
.../config/reader/testdata/provider_config.yml | 15 ++++++
protocol/triple/client.go | 4 +-
protocol/triple/options.go | 1 -
protocol/triple/server.go | 3 +-
protocol/triple/triple_protocol/server.go | 6 +--
protocol/triple/triple_protocol/triple_ext_test.go | 2 +-
registry/nacos/service_discovery.go | 10 ++--
registry/nacos/service_discovery_test.go | 14 ++++--
registry/service_instance.go | 6 ++-
remoting/polaris/polaris.yaml | 15 ++++++
tls/helper_test.go | 7 ++-
tls/options.go | 1 -
tools/dubbo-go-schema/application.yaml | 15 ++++++
tools/dubbogo-cli/Makefile | 15 ++++++
.../cmd/testGenCode/template/newApp/Makefile | 15 ++++++
.../testGenCode/template/newApp/build/Dockerfile | 15 ++++++
.../template/newApp/chart/app/Chart.yaml | 15 ++++++
.../newApp/chart/app/templates/deployment.yaml | 15 ++++++
.../newApp/chart/app/templates/service.yaml | 15 ++++++
.../newApp/chart/app/templates/serviceaccount.yaml | 15 ++++++
.../template/newApp/chart/app/values.yaml | 15 ++++++
.../template/newApp/chart/nacos_env/Chart.yaml | 15 ++++++
.../chart/nacos_env/templates/deployment.yaml | 15 ++++++
.../newApp/chart/nacos_env/templates/service.yaml | 15 ++++++
.../template/newApp/chart/nacos_env/values.yaml | 15 ++++++
.../testGenCode/template/newApp/conf/dubbogo.yaml | 15 ++++++
.../template/newDemo/go-client/conf/dubbogo.yaml | 15 ++++++
.../template/newDemo/go-server/conf/dubbogo.yaml | 15 ++++++
64 files changed, 852 insertions(+), 31 deletions(-)
create mode 100644 .licenserc.yaml