包子
7b6332ee75
deps: middleware add separate go.mod and removes framework deps ( #1385 )
...
* deps: middleware add separate go.mod and removes framework deps
2021-08-30 23:07:31 +08:00
longxboy
a17eaeeff4
upgrade: grpc to 1.39 ( #1312 )
2021-08-09 22:10:37 +08:00
longxboy
f65a0a9134
feat: enhance tracing ( #1300 )
...
* feat: enhance tracing
* fix go lint
2021-08-05 18:51:20 +08:00
Tony Chen
77a39d3bb6
mod: upgrade uuid & form ( #1239 )
...
* mod: upgrade uuid & form
* add release version
2021-07-25 00:07:51 +08:00
Windfarer
a7b1af764f
feat(examples/i18n) add i18n example ( #1157 )
...
* i18n example
* enable
* regenerate
* readme
* update doc
* go mod tidy
* update readme
* go mod tidy
2021-07-12 13:41:21 +08:00
longxboy
23a7f15541
add form for codec ( #1158 )
...
* add form for http codec
2021-07-08 13:05:21 +08:00
youn
c268f98404
add form encoding ( #1138 )
...
* add form encoding
* update examples go mod
2021-07-01 20:36:12 +08:00
longxboy
798b0e6e7d
upgrade otel to v1 rc1 ( #1132 )
2021-06-30 19:25:08 +08:00
longxboy
7530fadde0
Feat/fix examples ( #1129 )
...
remove github protobuf dependency
2021-06-30 15:33:08 +08:00
Kuiba
09be032575
Add logrus example ( #1124 )
...
* add logrus logger example
Co-authored-by: Lining Guan <lining.guan@grabtaxi.com>
2021-06-29 19:53:55 +08:00
miya
b22bc26a02
middleware/tracing: add test ( #1083 )
2021-06-19 23:47:40 +08:00
Windfarer
0ff1c6f89a
test http ( #1045 )
...
* test http
* fix response codec
* benchmark
2021-06-14 12:25:15 +08:00
Tony Chen
00088f644a
examples: clean examples ( #1036 )
...
* clean examples
* update yaml to v3
2021-06-12 20:20:18 +08:00
longXboy
c61cd27a5f
fix go mod
2021-05-27 13:05:48 +08:00
longxboy
9a3a02fc68
add http client rpc stub ( #943 )
...
* add http client
2021-05-24 23:01:26 +08:00
Tony Chen
e989bb04e3
add yaml encoder ( #924 )
2021-05-17 21:52:23 +08:00
Cluas
eb732c4de0
internal/http: optimize support more content_type ( #904 )
...
* internal/http: optimize support more type
* internal/http: add bound case
* examples: fix go.sum
* examples: fix go mod
2021-05-11 10:21:59 +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
Mikado
dcd4131d10
middleware: trace middleware change to using OpenTelemetry ( #781 )
2021-03-17 20:29:01 +08:00
chenzhihui
3566386a89
init v2
2021-02-17 17:14:47 +08:00
王明俊
f9d8abbcc4
feat: update agollo version to v4.1.1 ( #668 )
...
1. 升级 agollo到v4版本
2. go mod tidy
2020-12-22 22:22:30 +08:00
Tony Chen
a009e7fd1c
Update gRPC version to v1.29.1 ( #654 )
2020-12-03 22:50:09 +08:00
Tony
f831dc0b55
fix import pkg ( #651 )
2020-12-02 00:41:47 +08:00
Windfarer
0d2cabd939
recover env
2020-12-01 17:19:52 +08:00
Tony
e79093cb5d
update version to v0.5.0 ( #577 )
...
* update version to v0.5.0
Co-authored-by: chenzhihui <zhihui_chen@foxmail.com>
2020-04-30 22:24:06 +08:00
Tony
d57df0b443
update grpc to v1.28.0 ( #550 )
...
* update grpc to v1.28.0
* fix testing
Co-authored-by: chenzhihui <zhihui_chen@foxmail.com>
2020-04-03 14:51:47 +08:00
Tony
5475b62938
fix version conflict of urfave/cli ( #540 )
...
Co-authored-by: chenzhihui <chenzhihui@bilibili.com>
2020-03-30 10:31:23 +08:00
chenzhihui
9e060edc2d
replace pkg name to go-kratos
2020-03-28 18:02:25 +08:00
小旭
21b7b19008
upgrade kratos
2020-01-19 15:48:50 +08:00
liangjisheng
9cb8100988
modify gopsutil version from v2.19.6 to v2.19.11
2020-01-03 16:51:30 +08:00
小旭
a36db7c292
new kratos struct
2019-12-20 18:57:08 +08:00
Tony
72b47187d9
update version to v0.3.1 ( #415 )
...
* fix version
* fix wire tool
* update version to v0.3.1
2019-11-06 14:24:39 +08:00
Tony
d9d2b56c2e
Merge remote-tracking branch 'origin/master' into naming/zk
2019-11-05 13:50:40 +08:00
Tony
56e06c61a4
add zk test
2019-11-05 13:48:48 +08:00
Tony
3a16ed706b
Merge pull request #391 from guobingithub/feature-zk-loadBalance
...
zookeeper接入kratos 服务注册发现与负载均衡
2019-11-05 09:48:24 +08:00
小旭
4d4fc4e345
add genproject tool
2019-11-03 18:16:18 +08:00
Tony
d01a36c244
fix agollo version
2019-11-01 10:38:46 +08:00
colstuwjx
c90108b14f
feat: introduced apollo for paladin with driver registration.
2019-10-28 17:37:07 +08:00
guobin
fa750fdff7
zookeeper接入kratos 服务注册发现与负载均衡
2019-10-21 11:08:25 +08:00
Tony
075b291e02
fix mod version
2019-10-12 16:32:06 +08:00
chenzhihui
3b3989fb11
go mod tidy
2019-10-12 16:17:59 +08:00
Tony
22aba7c80d
fix etcd version
2019-10-12 16:14:55 +08:00
Tony
9313c5bd95
Revert "fix possible cpus"
...
This reverts commit 68e1fc1a99
.
2019-10-12 12:15:38 +08:00
longXboy
68e1fc1a99
fix possible cpus
2019-10-12 12:06:49 +08:00
Tony
3dfb8232a2
Merge pull request #369 from bilibili/gomod/fix-etcd-version
...
Gomod/fix etcd version
2019-10-12 11:39:08 +08:00
Tony
938c104357
fix kratos version
2019-10-08 19:41:52 +08:00
Tony
8639ef593b
fix etcd version
2019-10-08 19:21:18 +08:00
Otokaze
642aa3dea5
Delete unnecessary test cases.
2019-09-27 20:39:44 +08:00
Otokaze
0cf5148dfe
merge master
2019-09-27 20:14:04 +08:00
Otokaze
dd509fed54
是我静香不够骚,还是你胖虎开始飘~
2019-09-27 19:32:39 +08:00