1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-01-03 22:52:24 +02:00
Commit Graph

1104 Commits

Author SHA1 Message Date
realityone
b59ec79e5c
criticality and client criticality with bm 2019-05-21 01:32:09 +08:00
longXboy
24a710968b switch to direct resolver 2019-05-20 22:27:14 +09:00
程飞
9acc8c5d86 add doc of the rate limiter middleware 2019-05-20 20:29:06 +08:00
Tony
457908d64b
Merge pull request #108 from bilibili/kratos/fix_btsgen
fix genbts
2019-05-20 18:34:03 +08:00
yangjiankun
ae811ae90a reindent 2019-05-20 18:25:47 +08:00
yangjiankun
f63619eb8a fix genbts 2019-05-20 18:19:47 +08:00
felixhao
71e9436652 git ignore 2019-05-20 10:09:34 +08:00
程飞
b9580ace79 fix typo: maxQps -> maxInflight 2019-05-16 19:40:52 +08:00
程飞
8737c5014d add doc of the bbr-like rate limiter 2019-05-16 19:28:50 +08:00
程飞
b45e3390a6 convert package name to lowercase: Bilibili -> bilibili 2019-05-16 17:51:34 +08:00
程飞
9917255196 add warden rate limit middleware 2019-05-16 15:05:03 +08:00
程飞
b6a75550a7 add bm rate limit middleware 2019-05-16 15:04:43 +08:00
程飞
c6550d4439 add bbr-like rate limiter for load shedding 2019-05-16 15:04:00 +08:00
Tony
5b9631bb15
Update kratos-genbts.md 2019-05-14 15:39:48 +08:00
jiankuny
6487ae2fc0
Update README.md 2019-05-14 14:11:09 +08:00
jiankuny
adae9aa679
Update README.md 2019-05-14 14:10:08 +08:00
Tony
16f3bd514a
Update kratos-tool.md 2019-05-14 14:07:53 +08:00
jiankuny
0ffb6233bc
add bts-gen & mc-gen (#96)
add genbts & genmc
2019-05-14 13:57:02 +08:00
Tony
651a05b72c
Merge pull request #99 from bilibili/fix/log-incorrect-source
fix log incorrect source when use pattern render
2019-05-12 22:04:54 +08:00
wei cheng
493ea92280
fix log incorrect source when use pattern render 2019-05-12 20:27:12 +08:00
Tony
84c8ac1088
Merge pull request #93 from bilibili/fix-paladin-filewatch
fix paladin filewatch
2019-05-11 11:35:26 +08:00
felixhao
1bd62f66ab fix warden quickstart doc 2019-05-10 15:45:57 +08:00
felixhao
475f51e506 fix conflict 2019-05-10 11:10:10 +08:00
felixhao
fc2897bd2e Merge branch 'master' of github.com:bilibili/Kratos 2019-05-10 11:09:05 +08:00
felixhao
1c83b7cade add doc for warden 2019-05-10 11:07:42 +08:00
Tony
618427fe84 fix watch func 2019-05-09 23:06:15 +08:00
Tony
fa32988c6f add file watcher 2019-05-09 22:46:57 +08:00
Tony
0968936285 fix paladin filewatch 2019-05-08 23:24:56 +08:00
Felix Hao
60766fc104
add blademaster-pb.md (#91) 2019-05-08 20:17:52 +08:00
felixhao
afb16a0f56 add blademaster-pb.md 2019-05-08 20:12:34 +08:00
felixhao
5a4ded5198 Merge branch 'master' of github.com:bilibili/Kratos 2019-05-08 20:09:34 +08:00
felixhao
d5571a7b2a add blademaster-pb.md 2019-05-08 20:08:51 +08:00
shaobo322
596e80c3f3 fix bug field type spell (#87) 2019-05-08 19:51:57 +08:00
felixhao
7f6cf4f788 add blademaster-pb.md 2019-05-08 19:48:45 +08:00
felixhao
c95fb17274 Merge branch 'master' of github.com:bilibili/Kratos 2019-05-08 19:44:16 +08:00
Felix Hao
e7ecfe7ec4
fix new project without --proto (#88) 2019-05-08 16:02:06 +08:00
felixhao
7c336a8be9 fix new project without --proto 2019-05-08 15:56:00 +08:00
jiankuny
fcba425d39
add pipeline (#74) 2019-05-08 10:55:32 +08:00
felixhao
492b682fe2 add warden start log 2019-05-07 17:48:48 +08:00
Felix Hao
2f4e80261b
fix block in warden client init register discovery (#79)
* fix block in warden client init register discovery
* rm empty tab
2019-05-07 17:40:01 +08:00
nottoask
25703cd9cf
Merge pull request #77 from bilibili/common/metadata_range
metadata range
2019-05-07 10:24:08 +08:00
leslie
73325d2ce2 Merge remote-tracking branch 'origin/master' into common/metadata_range 2019-05-06 21:19:31 +08:00
Tony
6092ef596c fix unit test (#76)
* fix kratos template
* fix unit test
* fix discovery log & builder
* fix travis env
* fix tool doc
* fix paladin ut
* fix naming context
2019-05-06 21:00:01 +08:00
leslie
43c63d03cd fix warden client metadta range 2019-05-06 18:36:51 +08:00
leslie
5df7bfc200 metadata range func 2019-05-06 18:32:01 +08:00
Tony
db092dcb12
Merge pull request #75 from logeable/master
fix: wrong package name
2019-05-06 16:14:46 +08:00
logeable
7c3272b98f fix: wrong package name 2019-05-06 16:11:19 +08:00
Tony
e5fe1e4f63 Kratos protobuf protoc (#71)
* add cross-platform protoc
* add protobuf generator
2019-05-05 20:33:09 +08:00
felixhao
8266a50f3d Merge branch 'master' of github.com:bilibili/Kratos 2019-04-30 17:50:51 +08:00
felixhao
32b9667206 README 2019-04-30 17:50:25 +08:00