包子
4b7afe52af
fix(config): apollo get the original configuration file directly ( #2100 )
3 years ago
包子
95dce00852
deps: upgrade kratos version to v.2.3.1 ( #2075 )
...
Co-authored-by: baozhecheng <>
3 years ago
dependabot[bot]
5de1f081f6
build(deps): bump gopkg.in/yaml.v3 in /contrib/config/nacos ( #2067 )
...
Bumps [gopkg.in/yaml.v3](https://github.com/go-yaml/yaml ) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/go-yaml/yaml/releases )
- [Commits](https://github.com/go-yaml/yaml/compare/v3.0.0...v3.0.1 )
---
updated-dependencies:
- dependency-name: gopkg.in/yaml.v3
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]
b5e7b8d61b
build(deps): bump gopkg.in/yaml.v3 in /contrib/config/apollo ( #2068 )
...
Bumps [gopkg.in/yaml.v3](https://github.com/go-yaml/yaml ) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/go-yaml/yaml/releases )
- [Commits](https://github.com/go-yaml/yaml/compare/v3.0.0...v3.0.1 )
---
updated-dependencies:
- dependency-name: gopkg.in/yaml.v3
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
Tony Chen
97c103a395
fix with logger ( #2062 )
...
* fix with logger
3 years ago
dependabot[bot]
b74e330289
build(deps): bump k8s.io/client-go in /contrib/config/kubernetes ( #2056 )
...
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go ) from 0.24.0 to 0.24.1.
- [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.0...v0.24.1 )
---
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]
7d425b898e
build(deps): bump k8s.io/client-go in /contrib/registry/kubernetes ( #2057 )
...
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go ) from 0.24.0 to 0.24.1.
- [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.0...v0.24.1 )
---
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]
8ad8578c40
build(deps): bump github.com/aliyun/aliyun-log-go-sdk ( #2053 )
...
Bumps [github.com/aliyun/aliyun-log-go-sdk](https://github.com/aliyun/aliyun-log-go-sdk ) from 0.1.35 to 0.1.36.
- [Release notes](https://github.com/aliyun/aliyun-log-go-sdk/releases )
- [Commits](https://github.com/aliyun/aliyun-log-go-sdk/compare/v0.1.35...v0.1.36 )
---
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>
3 years ago
dependabot[bot]
a926195f66
build(deps): bump k8s.io/api in /contrib/config/kubernetes ( #2052 )
...
Bumps [k8s.io/api](https://github.com/kubernetes/api ) from 0.24.0 to 0.24.1.
- [Release notes](https://github.com/kubernetes/api/releases )
- [Commits](https://github.com/kubernetes/api/compare/v0.24.0...v0.24.1 )
---
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
Tony Chen
dccee86141
log: remove component logger to use global logger ( #2061 )
...
* remove component logger to user global logger
3 years ago
dependabot[bot]
925a0b725e
build(deps): bump k8s.io/api in /contrib/registry/kubernetes ( #2058 )
...
Bumps [k8s.io/api](https://github.com/kubernetes/api ) from 0.24.0 to 0.24.1.
- [Release notes](https://github.com/kubernetes/api/releases )
- [Commits](https://github.com/kubernetes/api/compare/v0.24.0...v0.24.1 )
---
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
包子
70317d05a0
deps: upgrade kratos version to v2.3.0 ( #2036 )
3 years ago
Tony Chen
97fd33ece7
opensergo: fix http path & method ( #2035 )
3 years ago
Kagaya
643caa6df9
feat(contrib/opensergo): add opensergo reportMetadata fields ( #1996 )
...
* add fields descriptor
3 years ago
haiyux
71ea97fd93
deps: upgrade go mod version ( #2028 )
...
* deps:upgrade go mod version
3 years ago
Ccheers
8dec7cf5e8
feat(registry): zookeeper watch node changed ( #1986 )
...
* feat(registry): zookeeper watch node changed
* fix lint
* fix lint
* fix lint
* fix lint
* fix(stop): cancel context when stop
* fix(mod): add replace
3 years ago
houseme
0d9319b1ee
fix: Replace the docker image of Polaris ( #1999 )
...
* fix: Replace the docker image of Polaris
* up
3 years ago
Kagaya
bf9f4886e9
ignore polaris test & add eureka consul test ( #1998 )
3 years ago
witt
ddc82ce45e
fix: delete redundant type conversion ( #1977 )
3 years ago
包子
091ba2dae7
deps: upgrade kratos version to v2.2.2 ( #1944 )
3 years ago
林晓炜
9098e9dd39
feat(registry): contrib/registry/zookeeper add digest acl support ( #1964 )
...
* feat(registry): contrib/registry/zookeeper add digest acl support
* feat(registry): use WithDigestACL to put user and password together
3 years ago
Casper-Mars
d4e1942480
fix(contrib/opensergo): fix index error ( #1951 )
3 years ago
Tony Chen
ae230eb550
feat: add opensergo metadata ( #1947 )
...
* add opensergo metadata
3 years ago
Casper-Mars
19637d9b87
feat(registry): consul client add DeregisterCriticalServiceAfter option ( #1917 )
...
* feat(registry/consul):add DeregisterCriticalServiceAfter option
* fix(cmd/protoc-gen-go-errors):fix lint problem (#1919 )
use cases.Title instead of strings.Title
3 years ago
包子
99a0646acb
fix(log/aliyun): Improper Input Validation in GoGo Protobuf CVE-2021-3121 ( #1902 )
3 years ago
Cluas
d4c0c57681
feat(log): log load config only when Debug level ( #1899 )
3 years ago
weetime
69df1ab9a6
feat(contrib): add eureka registry ( #1792 ) ( #1793 )
...
* - feat(contrib): add eureka registry (#1792 )
Co-authored-by: fangyong <fangyong@haodf.com>
3 years ago
longxboy
e66a2905ab
feat: supprt non-kratos instance in consul registry ( #1892 )
3 years ago
包子
e98c0078cb
deps: upgrade kratos version to 2.2.1 ( #1890 )
3 years ago
YuanXin Hu
e739f1d282
Example for Polaris ( #1850 )
...
* fix (registry/polaris): fix get unhealthy service
* fix (example/polaris): add polaris example
3 years ago
Sasha Melentyev
48d407cc9b
perf: add prealloc ( #1846 )
3 years ago
Sasha Melentyev
da147b5763
feat: add zero prealloc ( #1847 )
3 years ago
YuanXin Hu
f3313476ac
Discovery For Tencent Polaris ( #1839 )
...
* feat (registry/polaris): discovery for polaris
1.add heartbeat report option
2.implements GetService function
3.implements Watch function
* test (registry/polaris): test for discovery
1.add GetService test
2.add Watch test
* test (registry/polaris): fix lint
* fix (registry/polaris): fix missing ServiceInstances
3 years ago
包子
d6896127b1
deps: upgrade kratos version to 2.2.0 ( #1834 )
3 years ago
haiyux
24393ee655
fix lint ( #1833 )
3 years ago
youn
a52b17c268
fix: add yaml / yml parser ( #1808 )
...
Co-authored-by: yang.liu14 <yang.liu14@weimob.com>
3 years ago
Jin Peng
85800cedb9
fix(contrib): get nacos service of customize group name ( #1798 )
3 years ago
YuanXin Hu
6446212258
feat(registry/polaris): add registry for Tencent Polaris ( #1816 )
...
* feat(registry): add polaris registry
3 years ago
Casper-Mars
c1e98e41de
fix(config/consul):Config from consul skip empty key ( #1830 )
...
* feat(config/consul):skip empty key
* feat(config/consul):delete empty blank
3 years ago
Jason C.H
471a2aab79
fix: k8s discovery interface ( #1820 )
3 years ago
haiyux
86b8b6c366
fix: fix ci tool ( #1803 )
...
* fix: fix ci tool
3 years ago
haiyux
18315303f0
deps:upgrade go mod version ( #1800 )
...
* deps:upgrade go mod version
3 years ago
zjx-ERROR
0f23c1c516
解决consul client以IPv6地址格式register consul server health check时报错:[Check socket connection failed ... too many colons in address] ( #1790 )
3 years ago
包子
9ea78f302d
deps: upgrade kratos version to v2.1.5 ( #1785 )
3 years ago
guihouchang
1c18228d61
feat: add logger sdk for aliyun ( #1748 )
...
* add logger sdk for aliyun
Co-authored-by: haiyux <haiyux@foxmail.com>
3 years ago
ArthurQ
92e4a83dbf
fix: change consul config docs ( #1784 )
...
Co-authored-by: ArthurQiu <arthurqiuy@outlook.com>
3 years ago
longxboy
a87abe223c
fix: consul heartbeat ttl not registered ( #1781 )
...
* fix: consul heartbeat ttl check not registered
3 years ago
haiyux
00c05e82a3
test:remove testify go mod ( #1766 )
...
* test:remove testify go mod
* tidy go mdo
* fix test
3 years ago
realityone
0ed2e0f379
feat(log): add global logger appliance, as process level default logger ( #1761 )
...
* add global logger appliance, as process level default logger
* replace DefaultLogger as global logger
3 years ago
kwame
8bb55663d9
zk 作为注册服务,异常端开,zk节点信息没有清理 ( #1758 )
3 years ago