1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-03-17 21:07:54 +02:00

1445 Commits

Author SHA1 Message Date
虫子樱桃
c6f6caa887
Add Flusher type alias . (#2078)
Co-authored-by: czyt <czyt@w.cn>
2022-06-03 00:24:33 +08:00
包子
95dce00852
deps: upgrade kratos version to v.2.3.1 (#2075)
Co-authored-by: baozhecheng <>
v2.3.1
2022-06-02 19:13:50 +08:00
haiyux
ad5e9032a3
feat: make secure url to grpcs://127.0.0.1/ (#2072)
* feat:make secure url to grpcs://127.0.0.1/
2022-06-02 19:05:01 +08:00
Tony Chen
1b3529fd0b
transport/http(feat): add redirector to forward request (#2074)
* add redirector to forward request

Co-authored-by: chenzhihui <chenzhihui@bilibili.com>
2022-06-02 18:55:28 +08:00
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>
2022-05-31 10:01:31 +08:00
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>
2022-05-31 10:01:02 +08:00
Tony Chen
97c103a395
fix with logger (#2062)
* fix with logger
2022-05-28 19:45:37 +08:00
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>
2022-05-28 17:33:54 +08:00
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>
2022-05-28 17:33:37 +08:00
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>
2022-05-28 00:57:23 +08:00
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>
2022-05-28 00:57:04 +08:00
Tony Chen
dccee86141
log: remove component logger to use global logger (#2061)
* remove component logger to user global logger
2022-05-27 16:29:07 +08:00
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>
2022-05-27 10:32:15 +08:00
包子
6e685a474b
fix: config log 2022-05-27 10:22:34 +08:00
包子
c01fd054ec
feat: add config log (#2060) 2022-05-27 10:14:15 +08:00
Tony Chen
503ec03f37
app: fix instance nil when not registered (#2059)
* fix instance nil when not registered

* fix data race
2022-05-27 01:15:21 +08:00
dependabot[bot]
84b23fd301
build(deps): bump actions/setup-go from 2 to 3.2.0 (#2048)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3.2.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v2...v3.2.0)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-27 00:25:15 +08:00
dependabot[bot]
8fd0dc7680
build(deps): bump golangci/golangci-lint-action from 2 to 3 (#2047)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 2 to 3.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-26 23:10:49 +08:00
dependabot[bot]
6be806e7c0
build(deps): bump actions/checkout from 2 to 3 (#2046)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-26 23:10:28 +08:00
dependabot[bot]
d1c6b732b4
build(deps): bump github/codeql-action from 1 to 2 (#2045)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-26 23:10:07 +08:00
包子
65d0ddbaae
Update dependabot.yml 2022-05-26 23:09:39 +08:00
包子
c304680444
Create dependabot.yml 2022-05-26 22:58:25 +08:00
longxboy
944d480f78
feat:add context for log (#2041)
* add context
2022-05-26 10:55:05 +08:00
包子
70317d05a0
deps: upgrade kratos version to v2.3.0 (#2036) v2.3.0 2022-05-24 11:53:07 +08:00
Tony Chen
97fd33ece7
opensergo: fix http path & method (#2035) 2022-05-24 10:18:38 +08:00
Kagaya
643caa6df9
feat(contrib/opensergo): add opensergo reportMetadata fields (#1996)
* add fields descriptor
2022-05-24 10:04:36 +08:00
Tony Chen
79497dd3a5
log: fix global logger (#2034)
* log: fix global logger
2022-05-24 00:40:45 +08:00
Tony Chen
6eae1745bd
http: handle default mux (#2033) 2022-05-23 23:52:25 +08:00
longxboy
655fe37188
fix:fix error camel case (#2032)
* fix error camel case
2022-05-23 17:49:22 +08:00
haiyux
71ea97fd93
deps: upgrade go mod version (#2028)
* deps:upgrade go mod version
2022-05-22 21:18:46 +08:00
songzhibin97
398012aed4
Update project.go (#2024) 2022-05-22 10:03:12 +08:00
songzhibin97
0bbd008397
Update server.go (#2021) 2022-05-22 10:01:45 +08:00
songzhibin97
aa6529fb2d
style:change (#2022) 2022-05-22 10:00:58 +08:00
songzhibin97
ec2e3ab24e
Update path.go (#2023) 2022-05-22 09:47:14 +08:00
songzhibin97
bbb96f1e1f
Update run.go (#2025) 2022-05-22 09:46:05 +08:00
songzhibin97
c1dbc2dbd3
stype:gen_go_errors (#2026)
* Update errors.go

* Update errors.go
2022-05-22 09:45:16 +08:00
songzhibin97
b49b7c6ca8
Update server.go (#2027) 2022-05-22 09:44:18 +08:00
songzhibin97
0c511808ce
style:ewma (#2018)
* Update node.go

* Update node.go

* Update node.go

* Update node.go
2022-05-21 16:26:22 +08:00
songzhibin97
92ba6a3209
Style:trace (#2017)
* Update metadata.go

* Update span.go

* Update statsHandler.go
2022-05-21 16:25:13 +08:00
songzhibin97
9e66ac2f5b
Update jwt.go (#2016) 2022-05-21 16:24:21 +08:00
songzhibin97
1dfac59204
Update metadata.go (#2015) 2022-05-21 16:23:50 +08:00
songzhibin97
2eb615b38a
style:log (#2014) 2022-05-21 16:23:09 +08:00
songzhibin97
5e0744a47b
Update encode.go (#2019) 2022-05-21 16:21:36 +08:00
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
2022-05-20 22:39:13 +08:00
songzhibin97
c412d65f57
Update endpoint.go (#2012) 2022-05-20 22:36:54 +08:00
songzhibin97
2ee49311c1
Update host.go (#2013) 2022-05-20 22:36:18 +08:00
songzhibin97
1dfb77bfe1
Update errors.go (#2009) 2022-05-20 18:51:09 +08:00
songzhibin97
ef6fb480c6
fix:#2006 config.atomicValue Other basic types are supported (#2007)
* Update value.go

* fix:supplement
2022-05-20 16:55:32 +08:00
songzhibin97
8a8626331d
Update file.go (#2005) 2022-05-20 15:37:28 +08:00
qi
53c8877ce4
fix(protoc-gen-go-errors): fix generated function comments have extra blank lines. (#2008) 2022-05-20 15:35:20 +08:00