1
0
mirror of https://github.com/go-kratos/kratos.git synced 2026-05-22 10:15:24 +02:00
Commit Graph

747 Commits

Author SHA1 Message Date
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
Tony Chen ae73827c93 Update README_zh.md 2021-04-02 16:14:17 +08:00
Tony Chen 4f502ee285 remove publish async (#811) 2021-04-02 12:45:20 +08:00
Tony Chen a0fe496a91 fix proto options (#804) v2.0.0-beta3 2021-03-29 00:00:48 +08:00
Tony Chen 1ee3225155 rename event 2021-03-24 22:58:38 +08:00
Tony Chen 4f9319d1a6 Update README.md 2021-03-21 17:08:06 +08:00
Tony Chen cc4814643c update roadmap (#794) 2021-03-21 17:00:25 +08:00
Tony Chen dba77a3049 Update FUNDING.yml 2021-03-21 11:59:19 +08:00
Tony Chen 6f2f48eae1 rename pubsub to event (#795) 2021-03-20 16:59:47 +08:00
Tony Chen dc9c808e02 queue: add pubsub abstraction (#792)
* add pubsub abstraction
2021-03-20 15:21:50 +08:00
Mikado 1b16831cf6 adjust trace middleware and fix blog's trace middleware use case (#791)
* middleware: adjust trace middleware

* examples: fix blog's trace middleware use case
2021-03-18 20:10:43 +08:00
Tony Chen db98d59b11 add default round_robin to grpc balancer (#790) 2021-03-18 16:03:19 +08:00
Windfarer 3054c4ba7b Update README.md
Adding Contributors
2021-03-18 11:05:16 +08:00
Tony Chen 2eaeda0b17 remove unused (#786) 2021-03-18 10:57:05 +08:00
Tony Chen 311a65367e update kratos (#785) 2021-03-18 00:21:15 +08:00
Mikado 4e2ae2077d http: fix encodeError can't write response header (#782)
* http: fix encodeError can't write response header
* http: not handle Write error
v2.0.0-beta2
2021-03-18 00:04:37 +08:00
Tony Chen 8e21de5ea8 update quick start (#784) 2021-03-17 20:31:37 +08:00
Mikado dcd4131d10 middleware: trace middleware change to using OpenTelemetry (#781) 2021-03-17 20:29:01 +08:00
Tony Chen 2b47dc4dfb fix http templates (#783) 2021-03-17 20:27:16 +08:00
Tony Chen f9522036da api: update extension index (#775)
* update extension & regenerate proto
2021-03-17 00:00:30 +08:00
Tony Chen a185916df6 cmd: update kratos version (#773)
* update kratos version
2021-03-16 23:38:18 +08:00
Tony Chen 32f7322b82 fix nil target (#774) 2021-03-16 23:34:20 +08:00
Tony Chen 0b93bef031 add log verbose (#772) v2.0.0-beta1 2021-03-16 22:52:00 +08:00
Tony Chen 5a8acec808 examples: fix dir structure (#768)
* fix dir structure
2021-03-15 17:10:32 +08:00
Tony Chen 74272546ca fix json tag (#769) 2021-03-15 17:06:06 +08:00
Tony Chen ee211bfe1b remove unused options (#767) 2021-03-14 16:04:37 +08:00
Tony Chen 21557b38f6 log: add log context (#766)
* add log context & valuer
2021-03-14 15:36:00 +08:00
Tony Chen e335c1304a examples: add etcd registry (#762)
* add etcd example
2021-03-12 00:59:46 +08:00
Windfarer 5546be9188 fix example (#755)
* fix example
2021-03-11 23:42:28 +08:00
Tony Chen a4409adf16 fix interface defines (#760)
* fix interface defines
2021-03-11 23:26:07 +08:00
宗川凉介 b80fdb878e kratos工具版本号修改 (#759)
* fix toolkit version
2021-03-11 12:34:23 +08:00
Tony Chen 28009889bb encoding/json: remove proto json (#753)
* remove protojson encoding
2021-03-10 22:32:43 +08:00
longxboy f526d6b975 add exmaple consul registry (#754) 2021-03-09 22:02:18 +08:00
Tony Chen 11737f67b2 add pgv proto (#752) 2021-03-07 23:07:50 +08:00
Tony Chen 50af5b2588 add before&after hooks (#751)
* add before&after hooks
2021-03-07 21:35:52 +08:00
libi 26cf7c80ad fix discovery resolver watch goroutine leak (#750)
* fix discovery resolver watch goroutine leak
2021-03-06 18:06:20 +08:00
Tony Chen 39886e0a0c docs: README.md (#749)
* update examples
v2.0.0-alpha6
2021-03-06 00:06:00 +08:00
Tony Chen 98b5903113 examples (#748)
* move examples
2021-03-05 23:49:25 +08:00
Tony Chen 8722894939 fix registry interface (#747) 2021-03-05 22:57:28 +08:00
Tony Chen f86c91849b fix lint check (#746) 2021-03-05 22:40:38 +08:00
storyicon 18752bf0ec set transport.kind to be strongly typed (#728)
Signed-off-by: storyicon <storyicon@foxmail.com>
2021-03-05 21:09:02 +08:00
邓小川 27dc0d45df fix resolver (#740) 2021-03-05 19:15:19 +08:00
Tony Chen 330d878aa3 http: fix request context (#745)
* fix request context
* fix recovery logger
2021-03-05 19:13:31 +08:00
Tony Chen 946e9ca814 fix http decode (#742)
* fix http decoder
2021-03-05 18:52:39 +08:00
LI Tongyu f8eeb9f388 fix(http): fix typo in transport/http (#741)
1. modify HanldePrefix to HandlePrefix in transport/http/server.go

Co-authored-by: 李彤宇 <litongyu@git.bilibili.co>
2021-03-05 16:21:23 +08:00