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 8d504e557 fix: Correctly retrieve Prometheus pushgateway username and
password from config (#2969)
add d75262830 refactor: replace `filter/polaris/limit` use of config
package (#2947)
add 1e023b794 refactor(makefile): rewrite makefile (#2975)
add 89724e001 fix urlString with muti addr trim space (#2979)
No new revisions were added by this update.
Summary of changes:
.github/workflows/codeql-analysis.yml | 2 +-
.github/workflows/github-actions.yml | 87 +++++++++++----------
.github/workflows/golangci-lint.yml | 31 --------
Makefile | 106 +++++++++-----------------
common/constant/key.go | 1 +
common/url.go | 16 +++-
common/url_test.go | 18 +++++
config/registry_config.go | 1 +
config_center/apollo/impl.go | 10 +--
config_center/apollo/impl_test.go | 2 +-
filter/polaris/limit/limiter.go | 30 +++++---
integrate_test.sh | 0
protocol/dubbo/hessian2/hessian_dubbo_test.go | 6 +-
registry/options.go | 6 ++
server/action.go | 1 +
15 files changed, 155 insertions(+), 162 deletions(-)
delete mode 100644 .github/workflows/golangci-lint.yml
mode change 100644 => 100755 integrate_test.sh