1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-01-14 02:33:03 +02:00
Commit Graph

1564 Commits

Author SHA1 Message Date
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
songzhibin97
5c66fcdc5a
fix:#2002 definition service lowercase generation cannot be exported (#2003)
* fix:#2002

* fix:lint
2022-05-20 12:30:05 +08:00
JinChang
912abb4848
Added ability to configure protojson (#1993) 2022-05-20 09:10:13 +08:00
包子
c9f95dc2e8
fix: update ci gocyclo min-complexity 50 (#2000) 2022-05-19 23:00:17 +08:00
pwli
f0a058713f
fix:(transport/http): fix unexpected overriding behavior when return an error (#1984)
* fix:(transport/http): fix unexpected overriding behavior when return an error

* fix:(transport/http): fix broken tests

Co-authored-by: pwli0755 <lipw0755@gmial.com>
2022-05-19 22:43:53 +08:00
houseme
0d9319b1ee
fix: Replace the docker image of Polaris (#1999)
* fix: Replace the docker image of Polaris

* up
2022-05-19 22:42:02 +08:00
songzhibin97
8ff5f2fe88
fix:#1987 Http and grpc generate route alignment (#1988)
* fix:#1987

* fix:explicit naming

* Update template.go

* Update template.go
2022-05-19 22:40:36 +08:00
Comolli
ec78198050
feat: decode google.protobuf.BytesValue compatible base64.URLEncoding. (#1991) 2022-05-19 22:37:44 +08:00
Kagaya
ab04490d49
docs: remove redundant info & fix typo in pr template (#1997)
* fix pr template typo

* add contribution type link & remove reduntant info
2022-05-19 22:35:23 +08:00
Kagaya
bf9f4886e9
ignore polaris test & add eureka consul test (#1998) 2022-05-19 22:26:46 +08:00
qi
c8c870b77f
fix: query params: parse list failed, unsupported message type: "google.protobuf.Struct" #1967 (#1989)
* feat: Support google.protobuf.Struct in query parameters.

* style: add a blank line in test proto file.
2022-05-17 22:58:28 +08:00
Nikita Krasnikov
ed144f6813
Fix buildMethodDesc for two and more message field (#1979) 2022-05-16 13:37:36 +08:00
witt
ddc82ce45e
fix: delete redundant type conversion (#1977) 2022-05-12 18:07:12 +08:00
Jinming Guo
bc9d2074af
fix: add 'go mod tidy' cmd to make quick-start available (#1973)
Signed-off-by: vgjm <vgjm456@qq.com>
2022-05-11 13:42:29 +08:00
Underworld511
36dfcdb0a6
Update README_zh.md (#1975) 2022-05-11 10:31:09 +08:00
包子
091ba2dae7
deps: upgrade kratos version to v2.2.2 (#1944) 2022-05-06 21:44:28 +08:00
Elric Li
eb2dcae83d
feat(log): Helper implemented io.Writer (#1927)
* feat(log): Add writerWrapper implementing io.Writer

* fix(kratos): fix format has wrong type

* fix(log): rename writerOption to WriterOptionFn.
2022-05-06 15:59:50 +08:00
JeffreyBool
245f55d3ba
feat: protoc-gen-go-errors add comment (#1961) 2022-05-05 10:13:09 +08:00
林晓炜
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
2022-04-29 15:49:30 +08:00
张东龙
60465ccca2
fix(transport/http): responseEncoder should not write any data when it need to write nil (#1945)
* fix(transport/http): responseEncoder should not write any data when it need to write nil

* test(transport/http): adjust the test of response encoder encode nil value

* fix(transport/http): remove content-type setting
2022-04-27 20:16:13 +08:00
haiyux
4e73384a9e
feat:new and add karge warehouse (#1953)
* feat:new and add karge warehouse
2022-04-27 20:12:44 +08:00
haiyux
73545347e8
fix: fix kratos run when cmd number is one (#1956) 2022-04-27 10:36:40 +08:00
haiyux
d4c4908ef6
fix: fix choose failed when paths cmd/server (#1954) 2022-04-26 21:06:30 +08:00
Casper-Mars
d4e1942480
fix(contrib/opensergo): fix index error (#1951) 2022-04-25 15:20:28 +08:00
张东龙
259cd84653
fix bind test errors (#1950)
* test(transport): fix assertion condition error

* test(transport): it need a unparsed request
2022-04-25 15:10:41 +08:00
李洛克
4472cdbf49
fix client do method done not use when err not nil (#1948) 2022-04-25 15:10:19 +08:00
Tony Chen
ae230eb550
feat: add opensergo metadata (#1947)
* add opensergo metadata
2022-04-25 14:58:48 +08:00
yeqown
fbf7855cf2
feat(discovery): provide an option to disable discovery debug log (#1942)
* feat(discovery): provide an option to disable discovery resolver one debug-like log

* styl: re-sort imports

* styl: rename option function name and comment
2022-04-22 20:06:29 +08:00
Tony Chen
d0b704b8f3
feat(selector): add node scheme (#1932)
* add node scheme
2022-04-14 13:48:20 +08:00
Windfarer
3990d91b9b
correct the func name in meatadata log (#1915) 2022-04-10 16:18:56 +08:00
Xudong Cai
9ca08888df
fix: error case2Camel (#1923) 2022-04-10 16:17:03 +08:00
Tony Chen
a72fc68ffd
feat: add error cause for statck trace (#1910)
* add error cause for statck trace
2022-04-10 16:15:34 +08:00