1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-01-07 23:02:12 +02:00
Commit Graph

791 Commits

Author SHA1 Message Date
longxboy
0e0be64cba
add api metadata (#901)
* add api metadata
2021-05-10 10:44:39 +08:00
miya
dc0f4ed9b8
mw/logging:enhance req.(fmt.Stringer) (#898) 2021-05-06 20:51:38 +08:00
Tony Chen
eed0ac7d4a
add layout env (#897) 2021-05-06 19:52:18 +08:00
Tony Chen
2e4bb11f00
remove proto gopath (#896) 2021-05-06 16:45:49 +08:00
Tony Chen
eeab979d5f
remove errors generator (#892) 2021-05-02 00:00:44 +08:00
Tony Chen
801f89b6db
log: rename Print to Log (#886)
* rename Print to Log
2021-05-01 01:15:30 +08:00
miya
f81f95cbbc
example/blog: enhance ctx (#887) 2021-04-29 22:06:13 +08:00
opensite
83eba7083a
examples/blog:update the trace to be consistent with the official (#888) 2021-04-29 22:06:01 +08:00
Joe
21d9ff2c39
refactor: format new.go (#885) 2021-04-29 18:45:20 +08:00
Tony Chen
d85f5e9ae1
encoding/json: fix nil value (#884)
* fix nil value
2021-04-29 15:49:44 +08:00
Tzz
18ea3a6a47
Fix: marshalJson error, when values contains map[interface{}]interface{} (#883)
Co-authored-by: tzz <tzz.wannamoney@qq.com>
2021-04-29 14:57:13 +08:00
Tony Chen
6919f158cd
api/errors: fix parse error (#881)
* fix parse error
2021-04-29 10:56:53 +08:00
Tony Chen
7c6f53132f
api/errors: refactor to grpc statas (#880)
* refactor to grpc status
2021-04-28 23:09:27 +08:00
Cluas
8b875e43a5
binding: ignore unexpected field (#879) 2021-04-28 18:58:40 +08:00
包子
f33bd70d75
middleware/logging client add traceid (#878) 2021-04-28 16:23:55 +08:00
opensite
8dc92ef8b4
examples/blog:keep the grpc and http error consistent (#873) 2021-04-28 14:31:23 +08:00
包子
b8d5d709e9
middleware/logging add traceid to the printed log,modify the example code and update the dependent version (#877)
* middleware/logging add traceid to the printed log,modify the example code and update the dependent version

* Fix the problem that the configuration could not use arrays
2021-04-28 14:30:51 +08:00
Tony Chen
7c3212c306
transport/http: uses gRPC status to the HTTP error. (#870)
* uses gRPC status to the HTTP error.
2021-04-28 00:37:50 +08:00
包子
b03c810dce
fix middleware/logging unable to print params (#868)
fix middleware/logging unable to print params
2021-04-27 15:44:35 +08:00
opensite
4f1d2f056f
feat:add grpc reflection register (#865) 2021-04-26 22:48:39 +08:00
Tony Chen
e1c84ece84
refactor errors (#863) 2021-04-26 16:17:04 +08:00
opensite
b9e905c1af
transport/grpc: add health check (#861)
* add grpc healthcheck
2021-04-26 13:12:27 +08:00
Tony Chen
3780f70c91
examples: update mod (#862)
* fix examples errors
2021-04-25 22:26:31 +08:00
Tony Chen
9806191b7f
errors: Error v2 (#860)
* refactor api errors
2021-04-25 20:19:23 +08:00
Serhat Şevki Dinçer
5d9b5818f2
simplify codeql configuration (#846) 2021-04-22 11:04:29 +08:00
miya
cb68659cff
ws demo (#853)
* examples/ws: ws demo
2021-04-22 11:03:56 +08:00
Windfarer
fc539738f1
examples/blog: add cleanup (#845)
* add cleanup
2021-04-19 11:55:02 +08:00
伊文龙
46acad3400
Fix README file of the blog example. (#842) 2021-04-16 21:54:31 +08:00
伊文龙
2a47af33c0
Add README file for http & helloworld examples (#839)
* Add readme for helloworld example.

* Add readme file for http example.
2021-04-16 00:06:31 +08:00
Tony Chen
e35fd9af6f
http/health: add health checker (#830)
* add health checker
2021-04-15 16:48:31 +08:00
Cluas
e93da2468c
cmd: use structured path (#838) 2021-04-15 13:28:18 +08:00
另维64
089cf9d0cb
doc: update readme (#837) 2021-04-14 18:00:21 +08:00
miya
e1fe688e0c
examples/registry: nacos (#836) 2021-04-14 16:32:09 +08:00
Cluas
b88db2a533
registry: fix typo (#835) 2021-04-14 13:54:14 +08:00
miya
c673439d96
resolver/discovery: fix endpoint, scheme don't match grpc (#831) 2021-04-14 11:37:20 +08:00
Tony Chen
0921f0156e Update issue templates 2021-04-13 15:43:48 +08:00
Cluas
2ccf15a048
proto/add: avoid panic when using non-hierarchical path (#829) 2021-04-13 14:03:20 +08:00
Tony Chen
8349b6c69f Update issue templates 2021-04-13 13:52:53 +08:00
Cluas
e90e72ebeb
roadmap: update roadmap progress (#828) 2021-04-13 13:28:24 +08:00
Cluas
c086eb1147
proto/add: rename to export && remove unnecessary type conversion (#825) 2021-04-13 10:27:12 +08:00
Cluas
35d7b4113f
proto/client: print correct err (#826) 2021-04-13 10:22:12 +08:00
Tony Chen
d92c1edc26
fix incorrect conversion between integer types (#824) 2021-04-12 23:43:10 +08:00
Tony Chen
a6c985e9c9
Create SECURITY.md 2021-04-12 23:34:35 +08:00
Serhat Şevki Dinçer
ac13c0c1f6
Create codeql-analysis.yml (#823) 2021-04-12 22:22:22 +08:00
Tony Chen
1afbf70184
examples: add http examples (#822)
* add http examples
2021-04-12 21:37:16 +08:00
Tony Chen
af11512ee3
add protoc args (#821) 2021-04-12 21:36:26 +08:00
Cluas
3636179347
fix: typo and avoid collides with log package name (#819) 2021-04-10 09:43:08 +08:00
Cluas
e1b9dd5244
host: optimize isPrivateIP (#817) 2021-04-08 17:45:11 +08:00
包子
afd2a6b19a
Modify the tool version number as beta3 (#813)
Modify the tool version number as beta3
2021-04-06 15:47:08 +08:00
包子
35d52295db
Modify the command line tool to specify a custom layout repo when creating a new project (#814) 2021-04-06 15:46:43 +08:00