This is an automated email from the ASF dual-hosted git repository.
laurence pushed a change to branch config-api
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git.
from 9220fa4 feat(config): add root config api builder (#1491)
add 929b2f4 fix: finish api
new f294899 fix: pass ut
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
config/application_config.go | 55 --
config/config_center_config.go | 143 ++---
config/config_loader.go | 2 +-
config/config_loader_test.go | 593 ---------------------
config/consumer_config.go | 152 +-----
config/dubbo_bootstrap.go | 137 -----
config/graceful_shutdown_test.go | 6 +-
config/logger_config.go | 9 -
config/protocol_config.go | 45 --
config/provider_config.go | 74 +--
config/provider_config_test.go | 10 +-
config/reference_config.go | 80 +--
config/root_config.go | 262 ++++-----
config/service_config.go | 184 +++----
config/testdata/application.yaml | 4 +-
config/testdata/config/app/application.yaml | 2 +-
config/testdata/config/provider/application.yaml | 4 +-
.../config/provider/registry_application.yaml | 4 +-
config/testdata/consumer_config.yml | 2 +-
.../testdata/consumer_config_with_configcenter.yml | 2 +-
.../testdata/consumer_config_withoutProtocol.yml | 2 +-
config/testdata/provider_config.yml | 2 +-
.../testdata/provider_config_withoutProtocol.yml | 2 +-
metadata/service/exporter/configurable/exporter.go | 29 +-
.../service/exporter/configurable/exporter_test.go | 7 +-
metrics/prometheus/reporter.go | 1 +
protocol/dubbo3/internal/server.go | 25 +-
protocol/grpc/grpc_protocol_test.go | 4 +-
registry/protocol/protocol.go | 2 +-
29 files changed, 311 insertions(+), 1533 deletions(-)
delete mode 100644 config/config_loader_test.go
delete mode 100644 config/dubbo_bootstrap.go