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

101 Commits

Author SHA1 Message Date
Tony
79353faf05
Tool/fix install version (#544)
* fix install version

* update version to v0.4.2

Co-authored-by: chenzhihui <zhihui_chen@foxmail.com>
2020-03-31 12:28:39 +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
Tony
6867172de7
Kratos/fix genproject (#539)
* fix pkg for genproject

* update kratos verstion to v0.4.1

Co-authored-by: chenzhihui <zhihui_chen@foxmail.com>
2020-03-29 12:10:39 +08:00
Tony
9c5f96471c
update kratos version to v0.4.0 (#537)
Co-authored-by: chenzhihui <zhihui_chen@foxmail.com>
2020-03-29 11:49:07 +08:00
chenzhihui
9e060edc2d replace pkg name to go-kratos 2020-03-28 18:02:25 +08:00
Terry.Mao
e51cfe1f24
Merge pull request #517 from wuxingzhong/swagger_validate_comment
add validate comment
2020-03-28 16:22:20 +08:00
hizzd
03ec01dde2 修复windows下无法识别到已安装的tool且每次使用tool都会重新安装 2020-03-18 03:07:51 +08:00
wuxingzhong
d86ba7b230 trim omitempty 2020-03-10 11:25:27 +08:00
wuxingzhong
f18a1b713f delete validate 'required' string 2020-03-10 00:06:20 +08:00
wuxingzhong
f3bb1b1ee0 add validate comment 2020-03-09 23:37:43 +08:00
Otokaze
a7ce02b5ec lich support windows,奥里给! 2020-01-20 19:31:20 +08:00
小旭
21b7b19008 upgrade kratos 2020-01-19 15:48:50 +08:00
小旭
b1afe43a3a fixed btsgen 2019-12-22 23:35:29 +08:00
小旭
a36db7c292 new kratos struct 2019-12-20 18:57:08 +08:00
haoyue
18e273932e kratos-gen-project 参数 --grpc 绑定到变量 p.onlyGRPC 2019-11-25 14:06:25 +08:00
Sam
5f8bb6b88e
fixed swagger method 2019-11-07 11:32:09 +08:00
小旭
59764e1aef fixed name 2019-11-06 18:09:01 +08:00
小旭
7d443ac3b7 fixed demo 2019-11-06 17:51:33 +08:00
Sam
b867d682d9 remove streaming method (#416) 2019-11-06 15:09:53 +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
小旭
b212f69b36 fixed genproject 2019-11-03 18:16:19 +08:00
小旭
0662113a26 btsgen support dao interface 2019-11-03 18:16:19 +08:00
小旭
3b510022a3 fixed test 2019-11-03 18:16:19 +08:00
小旭
e1ecc9fa5a update protoc build time 2019-11-03 18:16:18 +08:00
小旭
f7c596cff5 update genmc 2019-11-03 18:16:18 +08:00
小旭
4d4fc4e345 add genproject tool 2019-11-03 18:16:18 +08:00
小旭
c7d4742b01 support *.proto 2019-10-29 00:20:44 +08:00
libi.chai
5d99a2e79a rm breaker config sleep & ratio 2019-10-18 12:11:32 +08:00
Otokaze
830d7c5f5f replace 2019-10-12 17:05:02 +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
Otokaze
1cc95ce29e Merge branch 'master' of github.com:bilibili/kratos into go-common/testing_20199197322 2019-10-08 12:32:30 +08:00
Otokaze
db80abe6b5 update doc 2019-10-08 12:26:43 +08:00
Terry.Mao
f3c2ec2624
Merge pull request #368 from realab/feature/automaxprocs
integrate automaxprocs in project template
2019-10-08 12:01:30 +08:00
realityone
3f88ce925a
integrate automaxprocs in project template 2019-10-08 10:53:54 +08:00
Otokaze
d6d4f2463a clean code. 2019-09-30 21:40:07 +08:00
Tony
792f4374bb fix new path 2019-09-29 10:07:41 +08:00
sfw
0fc38dd40f improve get gopaths 2019-09-28 17:36:50 +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
小旭
fa495a4be1 update kratos version 2019-09-23 23:29:02 +08:00
Sam
f58765293f
Merge pull request #349 from Zenger-sun/krotos/fix-gopath-windows
gopath compatible with windows
2019-09-23 23:07:32 +08:00
Terry.Mao
743c343e09
Merge pull request #338 from netroby/pr/mr-tips-create-new-project
Tips: please enter a project name you want to create
2019-09-22 22:32:24 +08:00
vanex
6108084a4a find other gopath need compatible with windows 2019-09-21 00:31:59 +08:00
vanex
676cbb15a8 fix gopath compatible with windows 2019-09-21 00:11:56 +08:00
zhifeng hu
ba4458003a Typo fix: fix creata with create, uppercase first word. 2019-09-17 17:42:04 +08:00
zhifeng hu
e3932b63b5 Tips: please enter a project name you want to create 2019-09-17 17:36:24 +08:00
Felix Hao
31aa5fd620
remove incompatible status (#313)
* remove incompatible status
2019-09-06 16:48:05 +08:00
Tony
46ed5d12c1 fix gopath 2019-08-27 10:36:40 +08:00