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

198 Commits

Author SHA1 Message Date
Arthur
b887025ad3 Merge branch 'master' of https://github.com/bilibili/kratos into fix-mock 2019-10-24 14:46:37 +08:00
Arthur
beaeb85b01 fix: Context.Bind 2019-10-24 14:46:16 +08:00
miaojiuchen
d360524803 解决k8s configmap生成的 ..data 软链接目录被识别成文件的问题 2019-10-21 18:00:38 +08:00
Terry.Mao
23e30443ce
Merge pull request #384 from LibiChai/master
#206 add breaker doc
2019-10-18 16:34:23 +08:00
libi.chai
5d99a2e79a rm breaker config sleep & ratio 2019-10-18 12:11:32 +08:00
Felix Hao
526c532bba
fix code message when grpc server return status whitout message (#386) 2019-10-17 15:59:58 +08:00
Terry.Mao
2220ca1e53
Merge pull request #383 from Windfarer/fix_redis_trace
fix trace
2019-10-15 23:50:07 +08:00
longXboy
560bcd0c2a fix lint 2019-10-15 16:16:30 +08:00
longXboy
3ded57a9d7 Merge branch 'master' of github.com:bilibili/kratos into fix/cpu_nums 2019-10-15 16:15:23 +08:00
Windfarer
bf7d69c540 fix trace 2019-10-13 10:00:57 +08:00
Windfarer
0c744289eb more requests, increase breaker being triggered probability 2019-10-12 19:12:34 +08:00
Tony
fafc356412
Merge pull request #380 from bilibili/go-common/doc
UT 最全文档哪里找? 别问神奇的海螺了,此方に見ればOK〜
2019-10-12 18:44:06 +08:00
Tony
6c12d4b9c4
Merge pull request #381 from Windfarer/fix_balancer_test
fix balancer test
2019-10-12 18:35:41 +08:00
Windfarer
7bd03eae43 bump to 150ms 2019-10-12 18:27:11 +08:00
Windfarer
34e5348c4a fix balancer test 2019-10-12 16:44:01 +08:00
Otokaze
5343d78074 完善UT生态周边文档 2019-10-12 16:26:18 +08:00
Arthur
6bc1feb752 fix:NewMock return Client type 2019-10-12 15:48:36 +08:00
Terry.Mao
5949c6debf
Merge pull request #325 from Windfarer/redis_pipeline
Redis API优化
2019-10-12 15:30:32 +08:00
Windfarer
f5d204daae redis and pipeline 2019-10-12 15:25:13 +08:00
Windfarer
7699351873 fix sample test 2019-10-12 13:52:57 +08:00
longXboy
01783b26f7 fix possible cpus 2019-10-12 12:22:28 +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
Terry.Mao
a0a87b8520
Merge pull request #364 from bilibili/go-common/testing_20199197322
この全ては既に世界の選択だ!
2019-10-12 11:20:45 +08:00
Felix Hao
049dcfc2f7
discovery client check status (#375) 2019-10-11 13:51:53 +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
Otokaze
d6d4f2463a clean code. 2019-09-30 21:40:07 +08:00
Arthur
ccb63f06a3 fix: fixconfig 2019-09-30 13:45:10 +08:00
Otokaze
7241f496d9 delete *.bazel files 2019-09-29 12:25:40 +08:00
Otokaze
642aa3dea5 Delete unnecessary test cases. 2019-09-27 20:39:44 +08:00
Otokaze
dd509fed54 是我静香不够骚,还是你胖虎开始飘~ 2019-09-27 19:32:39 +08:00
felixhao
529cbc5245 この全ては既に世界の選択だ! 2019-09-19 07:03:55 +00:00
Tony
1a5b846cbc
Merge pull request #306 from bilibili/util/metrics_20198297376
add metrics to databusutil and pipeline
2019-09-09 11:03:35 +08:00
Tony
b26680b0d4 fix import 2019-09-09 10:56:22 +08:00
Tony
d90050f81f fix import from internal 2019-09-09 10:40:41 +08:00
Felix Hao
31aa5fd620
remove incompatible status (#313)
* remove incompatible status
2019-09-06 16:48:05 +08:00
felixhao
a48d4c46fe add metrics to databusutil and pipeline 2019-08-29 07:37:50 +00:00
Felix Hao
a83992e6dd
warden fix trace (#300) 2019-08-27 15:26:05 +08:00
Felix Hao
af3aaf073c
support some feature and fix some bug (#295)
1. bm perf default use engine port
2. add grpc gzip import
3. fix discovery client register addrs bug
2019-08-26 23:38:13 +08:00
zhangji
2c6eb487a3 protect slice bounds not out of range (#282) 2019-08-26 23:33:22 +08:00
wuxingzhong
5a6d1e01b0 fix blademaster server log (#290) 2019-08-26 23:07:25 +08:00
longxboy
624d898caa fix return (#275) 2019-08-16 15:10:58 +08:00
Felix Hao
f06cafc8dd
add bm middleware doc (#272) 2019-08-15 20:52:09 +08:00
Felix Hao
85b9d677b7
fix bm router USE (#271) 2019-08-15 17:42:51 +08:00
shunza
d09f8e2d51 1. delete database/sql changelog file.
2. delete database/sql config addr param.
3. add stat/metric business metric help.
2019-08-15 11:21:37 +08:00
Felix Hao
d9cee15ef6
doc and example (#267)
* add doc and example
* rm deprecated ecode.Equal
2019-08-15 11:08:58 +08:00
Tony
0160db5832
Merge pull request #265 from bilibili/library/use_real_addr_201981422319
use real ip in trace and metrics.
2019-08-15 10:56:40 +08:00
longXboy
0c6f022708 fix test for resolver 2019-08-15 10:37:50 +08:00
shunza
46402f7756 fix sql import package. 2019-08-15 10:01:12 +08:00