包子
ae505063fe
fix(apollo): config return nil when watch err
2 years ago
GongGuoWei
cb69bf3714
test(config): add etcd config method test ( #2349 )
...
Added test cases for the about etcd method
- WithPath(path string)
- WithPrefix(prefix bool)
Update #2135
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>
2 years ago
dependabot[bot]
e820b392e9
build(deps): bump github.com/hashicorp/consul/api ( #2279 )
...
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>
2 years ago
dependabot[bot]
7a336ca353
build(deps): bump google.golang.org/protobuf in /contrib/opensergo ( #2248 )
...
Bumps [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go ) from 1.28.0 to 1.28.1.
- [Release notes](https://github.com/protocolbuffers/protobuf-go/releases )
- [Changelog](https://github.com/protocolbuffers/protobuf-go/blob/master/release.bash )
- [Commits](https://github.com/protocolbuffers/protobuf-go/compare/v1.28.0...v1.28.1 )
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
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]
503efd3825
build(deps): bump go.uber.org/zap in /contrib/log/zap ( #2326 )
...
Bumps [go.uber.org/zap](https://github.com/uber-go/zap ) from 1.22.0 to 1.23.0.
- [Release notes](https://github.com/uber-go/zap/releases )
- [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/uber-go/zap/compare/v1.22.0...v1.23.0 )
---
updated-dependencies:
- dependency-name: go.uber.org/zap
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
包子
b354f185c0
feat(registry): consul support user custom checks ( #2317 )
2 years ago
jesse.tang
73a8323ee7
fix: slice/map make init cap ( #2300 )
2 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>
2 years ago
dependabot[bot]
869fcd57c8
build(deps): bump go.uber.org/zap in /contrib/log/zap ( #2280 )
...
Bumps [go.uber.org/zap](https://github.com/uber-go/zap ) from 1.21.0 to 1.22.0.
- [Release notes](https://github.com/uber-go/zap/releases )
- [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/uber-go/zap/compare/v1.21.0...v1.22.0 )
---
updated-dependencies:
- dependency-name: go.uber.org/zap
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
包子
563ad0d34a
deps: upgreade kratos version to v2.5.0 ( #2286 )
2 years ago
包子
3f31b4d734
bc: apollo unable to get and watch to the properties file ( #2269 )
2 years ago
Germiniku
de2f93fbec
refactor(log) aliyun use the same interface name ( #2251 )
...
* feat(log): add tencent cls
fix
update
* refactor(log) use the same interface name
* fix(log) tencent toString
2 years ago
kkf1
d11c6892b4
feat: add servicecomb registry ( #2114 )
...
* add servicecomb registry
2 years ago
包子
84235462b7
feat(registry): consul get service support remote ( #2275 )
...
* feat(registry): consul get service support remote acces
* fix lint
2 years ago
Kagaya
e4d73db523
fix lint error ( #2266 )
2 years ago
dependabot[bot]
0aa9719e3a
build(deps): bump google.golang.org/protobuf in /contrib/log/aliyun ( #2249 )
...
Bumps [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go ) from 1.28.0 to 1.28.1.
- [Release notes](https://github.com/protocolbuffers/protobuf-go/releases )
- [Changelog](https://github.com/protocolbuffers/protobuf-go/blob/master/release.bash )
- [Commits](https://github.com/protocolbuffers/protobuf-go/compare/v1.28.0...v1.28.1 )
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
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>
2 years ago
Germiniku
fea863e783
feat(log): add tencent cls ( #2244 )
2 years ago
林晓炜
1f3ac4ea22
fix(registry): contrib/registry/zookeeper ephemeral nodes handling after restart ( #2245 )
2 years ago
dependabot[bot]
aae0339692
build(deps): bump github.com/prometheus/common ( #2210 )
...
Bumps [github.com/prometheus/common](https://github.com/prometheus/common ) from 0.36.0 to 0.37.0.
- [Release notes](https://github.com/prometheus/common/releases )
- [Commits](https://github.com/prometheus/common/compare/v0.36.0...v0.37.0 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/common
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
包子
eff368621f
deps: upgrade kratos version to v2.4.1 ( #2242 )
2 years ago
dependabot[bot]
86eba94646
build(deps): bump k8s.io/client-go in /contrib/config/kubernetes ( #2217 )
...
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>
2 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>
2 years ago
dependabot[bot]
377356d04d
build(deps): bump github.com/hashicorp/consul/api ( #2211 )
...
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>
2 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>
2 years ago
dependabot[bot]
e6767bc612
build(deps): bump k8s.io/api in /contrib/config/kubernetes ( #2219 )
...
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>
2 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>
2 years ago
dependabot[bot]
e2c1fd7489
build(deps): bump github.com/go-zookeeper/zk ( #2236 )
...
Bumps [github.com/go-zookeeper/zk](https://github.com/go-zookeeper/zk ) from 1.0.2 to 1.0.3.
- [Release notes](https://github.com/go-zookeeper/zk/releases )
- [Commits](https://github.com/go-zookeeper/zk/compare/v1.0.2...v1.0.3 )
---
updated-dependencies:
- dependency-name: github.com/go-zookeeper/zk
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>
2 years ago
林晓炜
246d8d9c28
fix: zookeeper add auto re-register ( #2235 )
...
* feat(registry): contrib/registry/zookeeper add re-register support
* feat(registry): contrib/registry/zookeeper add re-register support fix with lint
2 years ago
Paul
92b3c8f94a
fix(contrib/config/polaris): Use injected client properly ( #2238 )
2 years ago
wangcong
82dfb955f5
fix(contrib): add logrus fatal level ( #2222 )
2 years ago
dependabot[bot]
1ab3d8f028
build(deps): bump github.com/prometheus/common ( #2188 )
...
Bumps [github.com/prometheus/common](https://github.com/prometheus/common ) from 0.32.1 to 0.36.0.
- [Release notes](https://github.com/prometheus/common/releases )
- [Commits](https://github.com/prometheus/common/compare/v0.32.1...v0.36.0 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/common
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
rogerogers
bcef2b8e3f
test(contrib): update unit test for contrib/registry/polaris ( #2196 )
...
Co-authored-by: rogerogers <rogers@rogerogers.com>
2 years ago
包子
1451b9e0c0
deps: upgrade kratos version to v2.4.0 ( #2186 )
2 years ago
潘雄
96c8de9bc4
style(contrib/registry/*) annotation perfect ( #2185 )
...
Co-authored-by: xiongpan828@qq.com <panxiong@aithu.com>
2 years ago
rogerogers
63827466a3
test(contrib): add unit test for contrib/metrics/prometheus ( #2182 )
...
Co-authored-by: rogerogers <rogers@rogerogers.com>
2 years ago
freezeChen
187c65bf8c
test(contrib/config/consul): add unit test for contrib/config/consul ( #2179 )
2 years ago
dependabot[bot]
1ea4ef7412
build(deps): bump k8s.io/client-go in /contrib/registry/kubernetes ( #2120 )
...
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go ) from 0.24.1 to 0.24.2.
- [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.1...v0.24.2 )
---
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>
2 years ago
dependabot[bot]
8d0d7838ca
build(deps): bump github.com/hashicorp/consul/api ( #2082 )
...
Bumps [github.com/hashicorp/consul/api](https://github.com/hashicorp/consul ) from 1.12.0 to 1.13.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.12.0...api/v1.13.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
rogerogers
2525e81e55
test(contrib): add unit test for contrib/registry/k8s ( #2166 )
...
* test(contrib): add unit test for contrib/registry/k8s
* test(contrib): add unit test for contrib/registry/k8s
Co-authored-by: rogerogers <rogers@rogerogers.com>
2 years ago
dependabot[bot]
08fccfcb66
build(deps): bump github.com/hashicorp/consul/api ( #2081 )
...
Bumps [github.com/hashicorp/consul/api](https://github.com/hashicorp/consul ) from 1.12.0 to 1.13.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.12.0...api/v1.13.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot]
8e9e15e04b
build(deps): bump k8s.io/client-go in /contrib/config/kubernetes ( #2122 )
...
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go ) from 0.24.1 to 0.24.2.
- [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.1...v0.24.2 )
---
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>
2 years ago
Betula-L
e09d294388
feat: add logrus to contrib log ( #2077 )
...
* add logrus to contrib log
* add readme
* fix test
* fix lint
* fix lint
* fix lint
2 years ago
dependabot[bot]
39bfeeb2f7
build(deps): bump k8s.io/api in /contrib/registry/kubernetes ( #2124 )
...
Bumps [k8s.io/api](https://github.com/kubernetes/api ) from 0.24.1 to 0.24.2.
- [Release notes](https://github.com/kubernetes/api/releases )
- [Commits](https://github.com/kubernetes/api/compare/v0.24.1...v0.24.2 )
---
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>
2 years ago
Y.Horie
106bc07def
test(contrib): add unit test for aliyun.go ( #2164 )
2 years ago
dependabot[bot]
b6954d1aeb
build(deps): bump github.com/aliyun/aliyun-log-go-sdk ( #2152 )
...
Bumps [github.com/aliyun/aliyun-log-go-sdk](https://github.com/aliyun/aliyun-log-go-sdk ) from 0.1.36 to 0.1.37.
- [Release notes](https://github.com/aliyun/aliyun-log-go-sdk/releases )
- [Commits](https://github.com/aliyun/aliyun-log-go-sdk/compare/v0.1.36...v0.1.37 )
---
updated-dependencies:
- dependency-name: github.com/aliyun/aliyun-log-go-sdk
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>
2 years ago
rogerogers
6c36cc9544
feat: add contrib/config/polaris polaris as configcenter ( #2158 )
...
* feat(contrib): add contrib/config/polaris polaris as configcenter
* style(contrib): import style change
Co-authored-by: sense <rogers@hibobi.com>
2 years ago
wangcong
20b7c9f4d7
test(nacos): add nacos unit test and remove unused function ( #2145 )
2 years ago
rogerogers
8c0a354797
test(contrib): add unit test for contrib/config/k8s ( #2140 )
...
* test(contrib): add unit test for contrib/config/k8s
* style(contrib): import style change
Co-authored-by: rogerogers <rogers@rogerogers.com>
2 years ago
freezeChen
ed8b2352b7
test(contrib): add unit test for contrib/registry/consul ( #2148 )
...
* test(contrib): add unit test for contrib/registry/consul
* fix(contrib/registry/consul): fix lint
2 years ago