包子
7eca8f8034
deps: upgrade kratos version to v2.6.1 ( #2716 )
2 years ago
yonwoo9
665a72e67f
fix: fix contrib registry eureka watcher as *watcher ( #2693 )
2 years ago
包子
a672980a15
fix: upgrade go.sum ( #2715 )
...
* fix: upgrade go.sum
* fix
2 years ago
dependabot[bot]
a11002d7ee
build(deps): bump github.com/hashicorp/consul/api ( #2685 )
...
Bumps [github.com/hashicorp/consul/api](https://github.com/hashicorp/consul ) from 1.18.0 to 1.19.1.
- [Release notes](https://github.com/hashicorp/consul/releases )
- [Changelog](https://github.com/hashicorp/consul/blob/main/CHANGELOG.md )
- [Commits](https://github.com/hashicorp/consul/compare/api/v1.18.0...api/v1.19.1 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/consul/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot]
15de2007c7
build(deps): bump golang.org/x/sync in /contrib/registry/zookeeper ( #2687 )
...
Bumps [golang.org/x/sync](https://github.com/golang/sync ) from 0.0.0-20220513210516-0976fa681c29 to 0.1.0.
- [Release notes](https://github.com/golang/sync/releases )
- [Commits](https://github.com/golang/sync/commits/v0.1.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sync
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot]
8203a90047
build(deps): bump golang.org/x/net in /contrib/registry/servicecomb ( #2704 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.0.0-20210405180319-a5a99cb37ef4 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases )
- [Commits](https://github.com/golang/net/commits/v0.7.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
weetime
bab67facad
fix(contrib): fix eureka server load too high ( #2546 )
...
Co-authored-by: fangyong <fangyong@haodf.com>
2 years ago
包子
50da181d69
fix: do not re register after service logout ( #2647 )
2 years ago
longxboy
bebea0c103
feat: add subset alg for instances ( #2613 )
...
* add subset alg for instances
* fix go build
* update go sum
* fix lint
* fix gofmt
* fix lint
* fix polaris
Co-authored-by: caoguoliang01 <caoguoliang01@bilibili.com>
2 years ago
包子
7e896ae4c0
feat: support polaris service governance ( #2605 )
2 years ago
包子
33d51a84c3
feat(registry): consul support re-registry when service does not exist ( #2606 )
2 years ago
baeNewJeans
65c51594f9
fix(contrib/registry/etcd): rewatch when error occur ( #2603 )
...
* fix(contrib/registry/etcd): rewatch when error occur
* fix(contrib/registry/etcd): close watcher before renew
* fix(contrib/registry/etcd): use w.ctx
Co-authored-by: zhangweili <zhangweili@bilibili.com>
2 years ago
Remember
271b6c2924
fix(consul):return err if ctx is done ( #2550 )
2 years ago
soukengo
b0db594829
fix(registry): add zookeeper exists watcher when the node does not exist ( #2555 )
...
* fix(registry): add zookeeper exists watcher when the node does not exist
* fix(registry): add zookeeper exists watcher when the node does not exist
Co-authored-by: soukengo <soukengo@163.com>
2 years ago
dependabot[bot]
2a9808df14
build(deps): bump github.com/polarismesh/polaris-go ( #2589 )
...
Bumps [github.com/polarismesh/polaris-go](https://github.com/polarismesh/polaris-go ) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/polarismesh/polaris-go/releases )
- [Changelog](https://github.com/polarismesh/polaris-go/blob/main/CHANGELOG.md )
- [Commits](https://github.com/polarismesh/polaris-go/compare/v1.2.0...v1.3.0 )
---
updated-dependencies:
- dependency-name: github.com/polarismesh/polaris-go
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot]
a017ab0957
build(deps): bump github.com/hashicorp/consul/api ( #2563 )
...
Bumps [github.com/hashicorp/consul/api](https://github.com/hashicorp/consul ) from 1.15.3 to 1.18.0.
- [Release notes](https://github.com/hashicorp/consul/releases )
- [Changelog](https://github.com/hashicorp/consul/blob/main/CHANGELOG.md )
- [Commits](https://github.com/hashicorp/consul/compare/api/v1.15.3...api/v1.18.0 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/consul/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
woniu317
2cf82fa4a7
feat: consul registry support get services from multiple datacenters ( #2536 )
...
* feat: consul支持多数据中心
* feat: fix comments
* refactor: param name
* fix: comments fix
* refactor: param name
* refactor: function name
2 years ago
包子
a7bae93ee0
deps: upgrade kratos version to v2.5.3 ( #2500 )
2 years ago
dependabot[bot]
3f698aa2c0
build(deps): bump go.etcd.io/etcd/client/v3 in /contrib/registry/etcd ( #2384 )
...
Bumps [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd ) from 3.5.4 to 3.5.5.
- [Release notes](https://github.com/etcd-io/etcd/releases )
- [Changelog](https://github.com/etcd-io/etcd/blob/main/Dockerfile-release.amd64 )
- [Commits](https://github.com/etcd-io/etcd/compare/v3.5.4...v3.5.5 )
---
updated-dependencies:
- dependency-name: go.etcd.io/etcd/client/v3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot]
818452dd53
build(deps): bump github.com/polarismesh/polaris-go ( #2493 )
...
Bumps [github.com/polarismesh/polaris-go](https://github.com/polarismesh/polaris-go ) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/polarismesh/polaris-go/releases )
- [Changelog](https://github.com/polarismesh/polaris-go/blob/main/CHANGELOG.md )
- [Commits](https://github.com/polarismesh/polaris-go/compare/v1.1.0...v1.2.0 )
---
updated-dependencies:
- dependency-name: github.com/polarismesh/polaris-go
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot]
c888d50cc5
build(deps): bump google.golang.org/grpc in /contrib/registry/etcd ( #2454 )
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.46.2 to 1.50.1.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.46.2...v1.50.1 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot]
03d9494b19
build(deps): bump github.com/hashicorp/consul/api ( #2473 )
...
Bumps [github.com/hashicorp/consul/api](https://github.com/hashicorp/consul ) from 1.14.0 to 1.15.3.
- [Release notes](https://github.com/hashicorp/consul/releases )
- [Changelog](https://github.com/hashicorp/consul/blob/main/CHANGELOG.md )
- [Commits](https://github.com/hashicorp/consul/compare/api/v1.14.0...api/v1.15.3 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/consul/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
包子
dcae38d656
deps: upgrade kratos version to v2.5.2 ( #2464 )
2 years ago
Jesse
54655e4b24
cleanup: use HTTP package methods replace GET POST DELETE... ( #2412 )
2 years ago
Jesse
6bb3ad6f27
fix: in for defer close ( #2411 )
...
Resource leakage may occur. Call 'defer' in the 'for' loop.
case: https://go.dev/doc/effective_go#defer
2 years ago
jesse.tang
b5cd1c693d
fix: contrib/registry/eureka/client.go serveice -> serivce ( #2440 )
2 years ago
jesse.tang
c5e86ca36d
style: kratos interface check ( #2441 )
...
* style: kratos interface check
* fix: kratos interface check
2 years ago
包子
8743f3e50c
deps: upgrade kratos version v2.5.1 ( #2431 )
...
* deps: upgrade kratos version v2.5.1
* fix goimport
2 years ago
jesse.tang
69fcd50c0a
feat: golangci add goimports local-prefixes ( #2413 )
...
* feat: golangci goimports local-prefixes
* fix lint
* fix lint
2 years ago
jesse.tang
0ecc2b422f
style: modify declaring empty slices ( #2378 )
...
* fix: modify declaring empty slices
declare an empty slice to var s []int replace s :=[]int{}, https://github.com/golang/go/wiki/CodeReviewComments#declaring-empty-slices
* fix lint
2 years ago
jesse.tang
0e698b248a
cleanup: remove fmt and errors new err ( #2377 )
...
* cleanup: remove fmt and errors new err
* fix lint
* fix style
* modify global variable
2 years ago
180909
2936b5ba80
cleanup: remove the repeated import ( #2393 )
2 years ago
jesse.tang
4d95050747
fix: fmt import ( #2379 )
2 years ago
包子
7866ff75fd
fix(registry/consul): use health check option to control custom checks ( #2391 )
2 years ago
jesse.tang
9737a3c5e4
fix: typo and grammatical errors ( #2368 )
...
* fix: grammar
* fix: grammar
* fix overrode
* translate to English
* translate to English
2 years ago
jesse.tang
b0b49be383
feat: remote assert libraries ( #2372 )
2 years ago
jesse.tang
f2a33929d0
fix: modify interface check way ( #2375 )
...
* fix: modify interface check way
* fix
2 years ago
黄仲辉
617ee1aa39
fix(lint): Using deprecated package `io/ioutil` cause lint interrupted, change to `os` or `io` package. ( #2353 )
...
Co-authored-by: 黄仲辉 <610195979@qq.com>
3 years ago
包子
b354f185c0
feat(registry): consul support user custom checks ( #2317 )
3 years ago
jesse.tang
73a8323ee7
fix: slice/map make init cap ( #2300 )
3 years ago
dependabot[bot]
b1bb0bd18f
build(deps): bump github.com/hashicorp/consul/api ( #2278 )
...
Bumps [github.com/hashicorp/consul/api](https://github.com/hashicorp/consul ) from 1.13.1 to 1.14.0.
- [Release notes](https://github.com/hashicorp/consul/releases )
- [Changelog](https://github.com/hashicorp/consul/blob/main/CHANGELOG.md )
- [Commits](https://github.com/hashicorp/consul/compare/v1.13.1...api/v1.14.0 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/consul/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
包子
563ad0d34a
deps: upgreade kratos version to v2.5.0 ( #2286 )
3 years ago
kkf1
d11c6892b4
feat: add servicecomb registry ( #2114 )
...
* add servicecomb registry
3 years ago
包子
84235462b7
feat(registry): consul get service support remote ( #2275 )
...
* feat(registry): consul get service support remote acces
* fix lint
3 years ago
Kagaya
e4d73db523
fix lint error ( #2266 )
3 years ago
林晓炜
1f3ac4ea22
fix(registry): contrib/registry/zookeeper ephemeral nodes handling after restart ( #2245 )
3 years ago
包子
eff368621f
deps: upgrade kratos version to v2.4.1 ( #2242 )
3 years ago
dependabot[bot]
2951b420f1
build(deps): bump k8s.io/client-go in /contrib/registry/kubernetes ( #2218 )
...
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go ) from 0.24.2 to 0.24.3.
- [Release notes](https://github.com/kubernetes/client-go/releases )
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kubernetes/client-go/compare/v0.24.2...v0.24.3 )
---
updated-dependencies:
- dependency-name: k8s.io/client-go
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
247a74e631
build(deps): bump github.com/hashicorp/consul/api ( #2209 )
...
Bumps [github.com/hashicorp/consul/api](https://github.com/hashicorp/consul ) from 1.13.0 to 1.13.1.
- [Release notes](https://github.com/hashicorp/consul/releases )
- [Changelog](https://github.com/hashicorp/consul/blob/main/CHANGELOG.md )
- [Commits](https://github.com/hashicorp/consul/compare/api/v1.13.0...api/v1.13.1 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/consul/api
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
9d24dac487
build(deps): bump k8s.io/api in /contrib/registry/kubernetes ( #2220 )
...
Bumps [k8s.io/api](https://github.com/kubernetes/api ) from 0.24.2 to 0.24.3.
- [Release notes](https://github.com/kubernetes/api/releases )
- [Commits](https://github.com/kubernetes/api/compare/v0.24.2...v0.24.3 )
---
updated-dependencies:
- dependency-name: k8s.io/api
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago