This is an automated email from the ASF dual-hosted git repository.
xuetaoli pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-go-extensions.git
from 5387807 init
add a695238 feat: init repo and migrate hystrix from dubbo-go
add 6604aaf add readme_cn
add b356211 ci: modernize GitHub Actions workflow
add db77e03 ci: add imports-formatter check to CI workflow
add 9cfb1a5 Update filter/hystrix/filter.go
add 5b678e7 rename COrP to isConsumer
add e84c279 remove parameter types from getResourceName()
add 64254d8 rename failByHystrix to circuitOpen
add 5e54147 fix: update .golangci-lint config to v2 version
new de428af Merge pull request #1 from zbchi/main
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:
.asf.yaml | 10 +
.github/dependabot.yml | 20 +
.github/workflows/github-actions.yml | 119 ++++
.gitignore | 44 ++
.golangci.yml | 45 ++
.licenserc.yaml | 57 ++
LICENSE | 202 +++++++
NOTICE | 5 +
README.md | 33 ++
README_CN.md | 33 ++
filter/hystrix/README.md | 92 ++++
filter/hystrix/README_CN.md | 92 ++++
filter/hystrix/filter.go | 162 ++++++
filter/hystrix/filter_test.go | 86 +++
go.mod | 62 +++
go.sum | 1011 ++++++++++++++++++++++++++++++++++
readme.md | 1 -
17 files changed, 2073 insertions(+), 1 deletion(-)
create mode 100644 .asf.yaml
create mode 100644 .github/dependabot.yml
create mode 100644 .github/workflows/github-actions.yml
create mode 100644 .gitignore
create mode 100644 .golangci.yml
create mode 100644 .licenserc.yaml
create mode 100644 LICENSE
create mode 100644 NOTICE
create mode 100644 README.md
create mode 100644 README_CN.md
create mode 100644 filter/hystrix/README.md
create mode 100644 filter/hystrix/README_CN.md
create mode 100644 filter/hystrix/filter.go
create mode 100644 filter/hystrix/filter_test.go
create mode 100644 go.mod
create mode 100644 go.sum
delete mode 100644 readme.md