This is an automated email from the ASF dual-hosted git repository.
alexstocks pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-go-pixiu.git.
from 86575cd feat: bump dubbogo version to v1.5.7-rc2 (#231)
new 64514d3 style(*): format all imports with
dubbogo/tools/imports-formatter
new 14f3fc2 Merge branch 'develop' into style/imports-fmt
new e7a21a1 Merge branch 'develop' into style/imports-fmt
new 71a2d60 Merge pull request #229 from Mulavar/style/imports-fmt
The 851 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:
cmd/pixiu/pixiu.go | 1 +
pkg/client/dubbo/dubbo.go | 2 ++
pkg/client/dubbo/dubbo_test.go | 1 +
pkg/client/dubbo/mapper.go | 2 ++
pkg/client/dubbo/mapper_test.go | 1 +
pkg/client/http/http_test.go | 1 +
pkg/client/http/mapper.go | 1 +
pkg/client/http/mapper_test.go | 1 +
pkg/client/mapper.go | 4 ++--
pkg/common/constant/pixiu.go | 4 +++-
pkg/common/yaml/yaml.go | 1 +
pkg/config/api_config.go | 3 +++
pkg/config/api_config_test.go | 1 +
pkg/config/config_load.go | 1 +
pkg/context/http/context_test.go | 6 ++----
pkg/filter/header/header_test.go | 1 +
pkg/filter/metric/metric.go | 6 +++---
pkg/filter/ratelimit/init.go | 4 ++--
pkg/filter/ratelimit/init_test.go | 4 +++-
pkg/filter/ratelimit/logger_warpper.go | 4 +++-
pkg/filter/ratelimit/mock.go | 1 +
pkg/filter/ratelimit/rate_limit.go | 1 +
pkg/filter/remote/call.go | 1 +
pkg/initialize/init.go | 8 ++++----
pkg/logger/logger.go | 2 ++
pkg/pixiu/listener.go | 4 ++--
pkg/pixiu/listener_test.go | 1 +
pkg/pixiu/otel.go | 3 +++
pkg/pixiu/pixiu_start.go | 1 -
pkg/registry/consul.go | 2 ++
pkg/registry/consul_test.go | 1 +
pkg/registry/load.go | 4 +++-
pkg/registry/zookeeper.go | 1 +
pkg/registry/zookeeper_test.go | 3 +++
pkg/router/api_test.go | 6 ++----
pkg/router/route.go | 2 ++
pkg/router/route_test.go | 9 ++++-----
pkg/service/api/discovery_service.go | 12 ++++++------
pkg/service/api/discovery_service_test.go | 1 +
samples/dubbogo/http/server/app/server.go | 10 ++++------
samples/dubbogo/multi/server/app/server.go | 10 ++++------
samples/dubbogo/simple/body/server/app/server.go | 10 ++++------
samples/dubbogo/simple/mix/server/app/server.go | 10 ++++------
samples/dubbogo/simple/proxy/server/app/server.go | 10 ++++------
samples/dubbogo/simple/query/server/app/server.go | 10 ++++------
samples/dubbogo/simple/server/app/server.go | 10 ++++------
samples/dubbogo/simple/uri/server/app/server.go | 10 ++++------
47 files changed, 107 insertions(+), 85 deletions(-)