chenquan
cf683411ee
feature(retry): Delete retry mechanism ( #1279 )
2021-11-27 11:32:33 +08:00
Kevin Wan
de5ed6a677
feat: support %w in logx.Errorf ( #1278 )
2021-11-26 15:57:23 +08:00
Kevin Wan
a7a6753118
fixes #1257 ( #1271 )
...
* fixes #1257
* chore: format code
* test: add more tests
2021-11-25 10:26:16 +08:00
FabioCircle
11c485a5ed
Duplicate temporary variable ( #1244 )
...
Co-authored-by: fabiowzhang <fabiowzhang@wesure.cn>
2021-11-15 23:14:54 +08:00
Kevin Wan
11f85d1b80
chore: remove conf.CheckedDuration ( #1235 )
2021-11-13 23:34:30 +08:00
Kevin Wan
4f5c30e083
chore: remove unused const ( #1224 )
2021-11-10 21:45:42 +08:00
an
3a510a9138
chore: redislock use stringx.randn replace randomStr func ( #1220 )
2021-11-10 21:14:21 +08:00
anqiansong
69a4d213a3
Fix issue 1205 ( #1211 )
...
* fix #1205
* move builder into stores
* remove xrom
* Remove unused code
* Remove unused code
* refactor builderx to builder
Co-authored-by: anqiansong <anqiansong@bytedance.com>
2021-11-07 22:44:37 +08:00
Kevin Wan
e8efcef108
update dependencies. ( #1210 )
...
* chore: update dependencies
* chore: update dependencies
* chore: update dependencies
* chore: update dependencies
* chore: fix test failure
2021-11-07 16:38:20 +08:00
yedf2
6aba5f74fc
feat: add NewSessionFromTx to interact with other orm ( #1202 )
...
Co-authored-by: yedongfu <dongfuye@163.com>
2021-11-03 20:56:02 +08:00
Kevin Wan
785d100be9
feat: slow threshold customizable in sqlx ( #1188 )
2021-11-01 08:37:44 +08:00
Kevin Wan
f13e6f1149
feat: slow threshold customizable in redis ( #1187 )
2021-11-01 08:20:35 +08:00
Kevin Wan
8be0f77d96
feat: slow threshold customizable in mongo ( #1186 )
2021-11-01 07:12:53 +08:00
Kevin Wan
429f85a9de
feat: slow threshold customizable in redis ( #1185 )
...
* feat: slow threshold customizable in redis
* chore: improve config robustness
2021-10-31 22:14:20 +08:00
Kevin Wan
3c1cfd4c1e
feat: support multiple trace agents ( #1183 )
...
* feat: support multiple trace agents
* feat: support multiple trace agents, let later calls run if error happens
* test: add more tests
2021-10-31 19:58:01 +08:00
Kevin Wan
a71a210704
feat: let different services start prometheus on demand ( #1182 )
2021-10-31 18:54:13 +08:00
Kevin Wan
59b9687f31
feat: support auth account for etcd ( #1174 )
2021-10-31 09:05:38 +08:00
Kevin Wan
bd26783b33
test: add more tests ( #1166 )
...
* chore: reverse the order of stopping services
* chore: reverse the order of stopping services
* test: add more tests
2021-10-28 10:04:59 +08:00
Kevin Wan
eda8230521
chore: reorg imports, format code, make MaxRetires default to 0 ( #1165 )
...
* chore: reverse the order of stopping services
* chore: reverse the order of stopping services
* chore: reorg imports, format code
* chore: format code, and refactor
* feat: change MaxRetries default to 0, disable retry
2021-10-27 20:57:18 +08:00
chenquan
462ddbb145
Add grpc retry ( #1160 )
...
* Add grpc retry
* Update grpc retry
* Add tests
* Fix a bug
* Add api && some tests
* Add comment
* Add double check
* Add server retry quota
* Update optimize code
* Fix bug
* Update optimize code
* Update optimize code
* Fix bug
2021-10-27 19:46:07 +08:00
Kevin Wan
7109d6d635
chore: reverse the order of stopping services ( #1159 )
...
* chore: reverse the order of stopping services
* chore: reverse the order of stopping services
2021-10-24 12:01:17 +08:00
Kevin Wan
a6bdffd225
test: add more tests ( #1154 )
2021-10-21 21:16:18 +08:00
Kevin Wan
eab77e21dd
test: add more tests ( #1147 )
...
* test: add more tests
* test: add more tests
2021-10-19 22:37:56 +08:00
Kevin Wan
265b1f2459
test: add more tests ( #1138 )
2021-10-15 16:27:30 +08:00
Kevin Wan
c92ea59228
test: add more tests ( #1137 )
2021-10-15 16:07:38 +08:00
Kevin Wan
fa4dc151ca
test: add more tests ( #1134 )
2021-10-13 22:42:54 +08:00
Mikael
837a9ffa03
go-zero/core/hash/hash_test.go 增加测试 TestMd5Hex ( #1128 )
2021-10-12 21:57:07 +08:00
Kevin Wan
10e7922597
feat: opentelemetry integration, removed self designed tracing ( #1111 )
...
* feat: opentelemetry integration, removed self designed tracing
* feat: support zipkin on opentelemetry integration
* feat: support zipkin on opentelemetry integration, enable it in conf
* style: format code
* fix: support logx without exporter configured
* fix: check return values
* refactor: simplify code
* refactor: simplify opentelemetry integration
* ci: fix staticcheck errors
2021-10-03 20:53:50 +08:00
Kevin Wan
ed15ca04f4
fix: opentelemetry traceid not correct ( #1108 )
2021-10-01 22:44:37 +08:00
Kevin Wan
d1e702e8a3
test: add more tests ( #1106 )
...
* style: format code
* test: add more tests
* fix: staticcheck errors
2021-10-01 10:03:56 +08:00
chenquan
d1bfb5ef61
Fix the resources
variable not reset after the resource manager is closed ( #1105 )
...
* Fix the resource variable not reset after the resource manager is closed
* Format code
2021-09-30 16:55:36 +08:00
Kevin Wan
e43357164c
chore: replace redis.NewRedis with redis.New ( #1103 )
2021-09-29 23:01:10 +08:00
Kevin Wan
cd21c9fa74
chore: mark redis.NewRedis as Deprecated, use redis.New instead. ( #1100 )
...
* chore: mark redis.NewRedis as Deprecated
* chore: mark redis.NewRedis as Deprecated
2021-09-29 22:07:05 +08:00
Kevin Wan
65905b914d
ci: add reviewdog ( #1096 )
2021-09-29 13:09:20 +08:00
Kevin Wan
8403ed16ae
ci: add Lint check on commits ( #1086 )
...
* ci: add Lint check on commits
* ci: fix Lint script error
* test: fix go vet errors
* test: fix go vet errors, remove gofumpt to check go vet
* test: fix go vet errors, try gofumpt
* test: fix go vet errors, try gofumpt, round 1
* test: fix go vet errors, try gofumpt, round 2
* ci: fix Lint errors
2021-09-23 19:57:05 +08:00
NevS
004ee488a6
fix AtomicError panic when Set nil ( #1049 ) ( #1050 )
2021-09-23 14:23:02 +08:00
Kevin Wan
2e12cd2c99
coding style ( #1083 )
2021-09-23 11:19:57 +08:00
neosu
2695c30886
we can use otel.ErrorHandlerFunc instead of custom struct when we update OpenTelemetry to 1.0.0 ( #1081 )
2021-09-23 10:42:45 +08:00
Kevin Wan
c9db9588b7
chore: fix comment issues ( #1056 )
2021-09-17 17:11:03 +08:00
Kevin Wan
872c50b71a
chore: make comment accurate ( #1055 )
2021-09-17 11:11:42 +08:00
Kevin Wan
f4bb9f5635
fix test error on ubuntu ( #1048 )
2021-09-15 13:31:20 +08:00
Kevin Wan
71c0288023
fix symlink issue on windows for goctl ( #1034 )
...
* fix symlink issue on windows for goctl
* move readlink into separate file
2021-09-13 11:49:07 +08:00
Kevin Wan
24fd34413f
fix golint issues ( #1027 )
2021-09-12 16:15:42 +08:00
Kevin Wan
3f47251892
fix proc.Done not found in windows ( #1026 )
2021-09-12 15:41:33 +08:00
Kevin Wan
0b6bc69afa
reorg imports, format code ( #1024 )
2021-09-11 21:28:47 +08:00
Kevin Wan
5cc9eb0de4
rename sharedcalls to singleflight ( #1017 )
2021-09-09 18:06:27 +08:00
Kevin Wan
f070d447ef
refactor for better error reporting on sql error ( #1016 )
...
* refactor for better error reporting on sql error
* fix errors
* add docs
2021-09-09 15:43:33 +08:00
Kevin Wan
f6d9e19ecb
expose sql.DB to let orm operate on it ( #1015 )
...
* expose sql.DB to let orm operate on it
* add missing RawDB methods
* add NewSqlConnFromDB for cooperate with dtm
2021-09-09 11:40:28 +08:00
Kevin Wan
c837dc21bb
refactoring tracing interceptors. ( #1009 )
...
* refactor tracing interceptors
* add stream tracing interceptor
2021-09-07 17:58:22 +08:00
Kevin Wan
bdec5f2349
use sdktrace instead of trace for opentelemetry to avoid conflicts ( #1005 )
...
* use sdktrace instead of trace for opentelemetry to avoid conflicts
* disable opentelemetry for right now
2021-09-07 12:02:41 +08:00