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 |
|
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)
|
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
|
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)
|
2021-03-16 22:52:00 +08:00 |
|