Kevin Wan
14caf5c799
chore: simplify tests with logtest ( #3184 )
2023-04-29 20:36:29 +08:00
cong
ba9d510cdb
fix(metrics): enable prometheus global switch when user enable devsever metrics ( #3169 )
2023-04-24 20:02:04 +08:00
Kevin Wan
49f73265b9
chore: refactor ( #3164 )
2023-04-24 12:34:52 +08:00
Kevin Wan
7568674b2b
chore: use %q instead of %s for unmarshaling ( #3163 )
2023-04-24 12:11:12 +08:00
chen quan
ce4eb6ed61
fix: fixed #2945 ( #2953 )
...
Co-authored-by: Kevin Wan <wanjunfeng@gmail.com>
2023-04-23 14:22:03 +00:00
MarkJoyMa
d10740f871
feat: inheritance rewrite error prompt is more friendly ( #3156 )
2023-04-23 12:56:54 +00:00
Kevin Wan
02357d2616
chore: make error message more readable ( #3154 )
2023-04-22 13:03:59 +08:00
guangwu
489d69f779
Add debug message on unmarshal errors ( #3153 )
2023-04-21 13:12:02 +00:00
Kevin Wan
bbfce6abe9
chore: refactor max/min in fx ( #3135 )
2023-04-16 23:40:30 +08:00
suplalalala
0d11ce03a8
feature: two evaluate operate func addtion in package stream ( #3129 )
...
Co-authored-by: Riven <Riven.chen@hairobotics.com>
2023-04-16 15:14:25 +00:00
cong
22fad4bb9c
feat(trace): add trace test helpers ( #3108 )
2023-04-08 14:52:25 +00:00
Kevin Wan
e13fd62d38
chore: coding style ( #3106 )
...
Co-authored-by: cong <zhangcong1992@gmail.com>
2023-04-08 21:37:53 +08:00
MarkJoyMa
2e6402f4b5
fix: fillDefault, handling of nested structs ( #3072 )
2023-04-08 11:43:13 +00:00
Kevin Wan
07f03ebd0c
fix: should not conflict on lower members ( #3095 )
2023-04-08 14:47:57 +08:00
cong
a79b8de24d
feat(bloom): bloom support Ctx API ( #3089 )
2023-04-03 14:37:04 +00:00
cong
5da8a93c75
feat(redis): add ScriptRun API and migrate EvalCtx to ScriptRun for limit, lock and bloom ( #3087 )
2023-04-02 11:28:25 +08:00
cong
b49fc81618
refactor(redistest): simplify redistest.CreateRedis API ( #3086 )
2023-04-01 05:02:21 +00:00
Kevin Wan
8d0cceb80c
chore: add more tests ( #3084 )
2023-03-31 22:33:43 +08:00
cong
95b85336d6
refactor(redis): add NonBlock config, disable redis ping by default ( #3073 )
2023-03-29 02:28:12 +00:00
guoguangwu
ca4ce7bce8
fix : misspelled word ( #3075 )
2023-03-29 02:25:26 +00:00
Kevin Wan
9c6b516bb8
fix : #3058 ( #3059 )
2023-03-23 23:45:57 +08:00
Kevin Wan
0ab06f62ca
chore: add more tests ( #3045 )
2023-03-19 23:56:36 +08:00
Kevin Wan
6170d7b790
feat: rest validation on http requests ( #3041 )
2023-03-19 12:04:18 +00:00
cong
18d163c4f7
fix(executors): periodicalexecutor should handle crash correctly ( #3043 )
2023-03-18 15:04:15 +00:00
Kevin Wan
60a13f1e53
chore: add more tests ( #3018 )
2023-03-12 20:42:50 +08:00
Kevin Wan
211b9498ef
chore: add more tests ( #3016 )
2023-03-11 22:22:39 +08:00
Kevin Wan
cca45be3c5
chore: refactor orm code ( #3015 )
2023-03-11 18:03:20 +08:00
YK.xiong
e735915d89
fix QueryRowsPartial getTaggedFieldValueMap func ( #2884 )
...
Co-authored-by: yongkun.xiong <weilone@vip.qq.com>
2023-03-11 07:28:09 +00:00
Kevin Wan
f77e2c9cfa
chore: add more tests ( #3014 )
2023-03-11 14:57:56 +08:00
Shyunn
544aa7c432
Added zrpc server custom serverID for custom registration Key when the service is registered on ETCD. ( #3008 )
2023-03-11 14:34:28 +08:00
Kevin Wan
4cef2b412c
fix: avoid unmarshal panic with incorrect map keys #3002 ( #3013 )
2023-03-11 07:53:57 +08:00
Kevin Wan
3a493cd6a6
chore: add more tests ( #3006 )
2023-03-10 17:36:39 +08:00
Kevin Wan
7a0c04bc21
feat: unique redis addrs and trim spaces ( #3004 )
2023-03-10 16:09:07 +08:00
iyyzh
3c9fe0b381
init postgresql err ( #3003 )
2023-03-10 05:58:07 +00:00
文豆芽
f8b2dc8c9f
reids cluster bug ( #2986 )
...
Co-authored-by: shaocongcong <shao.congcong@yalla.live>
2023-03-09 21:37:34 +08:00
fabio
cb7f3e8a17
feat(redis):add LpopCount,RpopCount ( #2990 )
2023-03-09 05:45:45 +00:00
anqiansong
a2592a17e9
format code
2023-03-08 15:32:08 +00:00
anqiansong
05abf4a2ff
fix typo
2023-03-08 15:32:08 +00:00
anqiansong
d40000d4b9
fix typo
2023-03-08 15:32:08 +00:00
anqiansong
4620924105
Fix typo
2023-03-08 15:32:08 +00:00
Kevin Wan
a05fe7bf0a
chore: remove optional in redis config ( #2979 )
2023-03-07 14:58:04 +08:00
kevin
dd347e96b0
chore: add comments
2023-03-07 01:27:41 +00:00
kevin
a972f400c6
fix: test failure
2023-03-07 01:27:41 +00:00
kevin.wan
fb7664a764
fix: config map with json tag
2023-03-07 01:27:41 +00:00
Kevin Wan
7d5d7d9085
chore: clear errors on conf conflict keys ( #2972 )
...
Co-authored-by: kevin.wan <kevin.wan@yijinin.com>
2023-03-06 12:45:17 +08:00
Kevin Wan
d953675085
chore: add tests ( #2960 )
2023-03-04 20:34:15 +08:00
MarkJoyMa
7086fb6dda
x
2023-03-04 11:44:47 +00:00
MarkJoyMa
1ad7809fde
x
2023-03-04 11:44:47 +00:00
MarkJoyMa
142c46228b
x
2023-03-04 11:44:47 +00:00
MarkJoyMa
ba771f8ff1
add ut
2023-03-04 11:44:47 +00:00
MarkJoyMa
f3cf891d4f
feat: conf add FillDefault func
2023-03-04 11:44:47 +00:00
qiying.wang
148afcf1a7
chore: remove redundant prefix of "error: " in error creation
2023-03-02 12:46:19 +00:00
qiying.wang
0cb61b9a9c
chore: add tests for logc debug
2023-03-02 04:38:54 +00:00
qiying.wang
10d263395c
feat: add debug log for logc
2023-03-02 04:38:54 +00:00
kevin
d65801f258
chore: add comments
2023-03-02 04:32:24 +00:00
kevin
eaac0ba8de
chore: add more tests
2023-03-02 04:32:24 +00:00
kevin
b449f2f39e
chore: add more tests
2023-03-02 04:32:24 +00:00
kevin
c57b0b8f90
feat: check key overwritten
2023-03-02 04:32:24 +00:00
Kevin Wan
de4924a274
fix: config map cannot handle case-insensitive keys. ( #2932 )
...
* fix : #2922
* chore: rename const
* feat: support anonymous map field
* feat: support anonymous map field
2023-02-28 23:32:08 +08:00
Kevin Wan
a5e5f04bcf
chore: reformat code ( #2925 )
2023-02-26 09:35:59 +08:00
chenquan
3bc40d9eaf
fix: fixed the bug that old trace instances may be fetched
2023-02-22 13:01:22 +00:00
yiwu
133c40ac1c
Pgx ( #2902 )
...
* change postgres driver to pgx
* modified: go.mod
modified: go.sum
* chore: tidy go.sum
---------
Co-authored-by: Kevin Wan <wanjunfeng@gmail.com>
2023-02-22 14:11:49 +08:00
xiandong
eaaf87cdeb
rm parseErr when kindJaeger
2023-02-22 05:41:07 +00:00
xiandong
6dbcfb5e5d
rm kindJaegerUdp
2023-02-22 05:41:07 +00:00
xiandong
16a5f30b0c
add parseEndpoint
2023-02-22 05:41:07 +00:00
xiandong
4e6d800877
add parseEndpoint
2023-02-22 05:41:07 +00:00
xiandong
af19addf47
add test for Endpoint of kindJaegerUdp
2023-02-22 05:41:07 +00:00
xiandong
ebc425b797
add test for Endpoint of kindJaegerUdp
2023-02-22 05:41:07 +00:00
xiandong
b6bedcd522
add kindJaegerUdp
2023-02-22 05:41:07 +00:00
xiandong
12060c9c0c
opentelemetry support AgentHost, AgentPort
2023-02-22 05:41:07 +00:00
xiandong
e575bf8317
add jaeger.WithAgentEndpoint
2023-02-22 05:41:07 +00:00
cong
64ab00e8e3
refactor: simplify sqlx fail fast ping and simplify miniredis setup in test ( #2897 )
...
* chore(redistest): simplify miniredis setup in test
* refactor(sqlx): simplify sqlx fail fast ping
* chore: close connection if not available
2023-02-19 17:18:19 +08:00
Kevin Wan
cddf3875cf
refactor: simplify stringx.Replacer, and avoid potential infinite loops ( #2877 )
...
* simplify replace
* backup
* refactor: simplify stringx.Replacer
* chore: add comments and const
* chore: add more tests
* chore: rename variable
2023-02-14 10:18:02 +08:00
Kevin Wan
072db116c3
chore: refactor ( #2875 )
2023-02-12 22:20:36 +08:00
dahaihu
cacd5dc91a
fix Replacer suffix match, and add test case ( #2867 )
...
* fix: replace shoud replace the longest match
* feat: revert bytes.Buffer to strings.Builder
* fix: loop reset nextStart
* feat: add node longest match test
* feat: add replacer suffix match test case
* feat: multiple match
* fix: partial match ends
* fix: replace look back upon error
* feat: rm unnecessary branch
---------
Co-authored-by: hudahai <hscxrzs@gmail.com>
Co-authored-by: hushichang <hushichang@sensetime.com>
2023-02-12 21:04:35 +08:00
Kevin Wan
3736dacf1e
chore: add more tests ( #2873 )
2023-02-12 20:32:56 +08:00
Kevin Wan
434973c206
fix: test failure ( #2874 )
2023-02-12 20:08:02 +08:00
Mikael
84f9863b63
only unmashal public variables ( #2872 )
...
* only unmashal public variables
* only unmashal public variables
* only unmashal public variables
* only unmashal public variables
2023-02-12 19:53:20 +08:00
Kevin Wan
99a7e6600d
feat: use dependabot for goctl ( #2869 )
...
* feat: use dependabot for goctl
* chore: add more tests
* chore: remove temp file
2023-02-11 16:32:28 +08:00
chen quan
ea7dab3d26
feat(sqlx): error log print traceId and spanId ( #2845 )
2023-02-11 16:12:14 +08:00
Kevin Wan
d7d6eccce6
chore: remove clickhouse, added to zero-contrib ( #2848 )
2023-02-11 15:28:59 +08:00
Kevin Wan
0a5a26385d
chore: add more tests ( #2866 )
...
* chore: add more tests
* chore: add more tests
* chore: fix test failure
2023-02-11 14:21:39 +08:00
hudahai
62e59837c6
fix: loop reset nextStart
2023-02-10 04:26:50 +00:00
hudahai
981d7dab13
feat: revert bytes.Buffer to strings.Builder
2023-02-10 04:26:50 +00:00
hudahai
d9a732a273
fix: replace shoud replace the longest match
2023-02-10 04:26:50 +00:00
Kevin Wan
a019a1f59f
fix: conf anonymous overlay problem ( #2847 )
2023-02-05 14:40:57 +08:00
Kevin Wan
3c0dc8435e
chore: improve codecov ( #2828 )
2023-01-29 21:39:54 +08:00
MarkJoyMa
fde05ccb28
feat: add MustNewRedis ( #2824 )
...
* feat: add MustNewRedis
* feat: add MustNewRedis
* feat: add MustNewRedis
* x
* x
* fix ut
* x
* x
* x
* x
* x
2023-01-29 18:03:05 +08:00
Kevin Wan
464ed51728
feat: mapreduce generic version ( #2827 )
...
* feat: mapreduce generic version
* fix: gateway mr type issue
---------
Co-authored-by: kevin.wan <kevin.wan@yijinin.com>
2023-01-29 18:01:23 +08:00
Kevin Wan
35b9568657
chore: fix missing funcs on windows ( #2825 )
2023-01-28 22:45:36 +08:00
Kevin Wan
ab9eeff500
fix: problem on name overlaping in config ( #2820 )
2023-01-24 21:14:48 +08:00
Kevin Wan
ae87114282
chore: change interface{} to any ( #2818 )
...
* chore: change interface{} to any
* chore: update goctl version to 1.5.0
* chore: update goctl deps
2023-01-24 16:32:02 +08:00
Kevin Wan
7e0ac77139
feat: upgrade go to v1.18 ( #2817 )
...
* feat: upgrade go to v1.18
* feat: upgrade go to v1.18
2023-01-24 15:47:01 +08:00
Kevin Wan
696da4efee
chore: add more tests ( #2815 )
...
* chore: add more tests
* chore: add more tests
* chore: add more tests
* chore: add more tests
* chore: add more tests
* chore: add more tests
2023-01-24 13:43:13 +08:00
Kevin Wan
c9b05ae07e
fix: mapping optional dep not canonicaled ( #2807 )
2023-01-20 23:57:49 +08:00
Kevin Wan
32a59dbc27
chore: refactor func name ( #2804 )
...
* chore: refactor func name
* chore: make plain log clearer
2023-01-18 17:20:45 +08:00
Kevin Wan
ba0dff2d61
chore: add more tests ( #2803 )
...
* chore: add more tests
* chore: add more tests
2023-01-18 13:15:41 +08:00
Kevin Wan
10da5e0424
chore: add more tests ( #2801 )
2023-01-17 21:55:36 +08:00
Kevin Wan
2bfecf9354
chore: remove mgo related packages ( #2799 )
2023-01-16 23:13:59 +08:00
Kevin Wan
6d129e0264
chore: add more tests ( #2797 )
...
* chore: add more tests
* chore: add more tests
* chore: add more tests
2023-01-16 22:33:39 +08:00
Kevin Wan
5f02e623f5
chore: add more tests ( #2795 )
...
* chore: add more tests
* chore: add more tests
* chore: add more tests
* chore: add more tests
* chore: add more tests
* chore: add more tests
2023-01-15 21:32:41 +08:00
Kevin Wan
963b52fb1b
chore: add more tests ( #2794 )
2023-01-15 15:28:27 +08:00
Kevin Wan
02265d0bfe
chore: add more tests ( #2792 )
...
* chore: add more tests
* chore: add more tests
* chore: add more tests
* chore: add more tests
2023-01-15 00:16:12 +08:00
Ofey Chan
82c642d3f4
feat: expose NewTimingWheelWithClock ( #2787 )
2023-01-13 17:46:40 +08:00
Kevin Wan
b2571883ca
chore: refactor ( #2785 )
...
* chore: refactor
* chore: refactor
2023-01-13 14:04:37 +08:00
Alonexy
00ff50c2cc
add zset withsocre float ( #2689 )
...
* add zset withsocre float
* update
* add IncrbyFloat,HincrbyFloat
Co-authored-by: Kevin Wan <wanjunfeng@gmail.com>
2023-01-12 22:37:14 +08:00
Kevin Wan
4d7fa08b0b
feat: support **struct in mapping ( #2784 )
...
* feat: support **struct in mapping
* chore: fix test failure
2023-01-12 20:45:32 +08:00
Kevin Wan
367afb544c
feat: support ptr of ptr of ... in mapping ( #2779 )
...
* feat: support ptr of ptr of ... in mapping
* feat: support ptr of ptr of time.Duration in mapping
* feat: support ptr of ptr of json.Number in mapping
* chore: improve setting in mapping
* feat: support ptr of ptr encoding.TextUnmarshaler in mapping
* chore: add more tests
* fix: string ptr
* chore: update tests
2023-01-12 15:56:51 +08:00
Kevin Wan
bae061a67e
chore: add tests ( #2778 )
2023-01-11 15:21:39 +08:00
Kevin Wan
0b176e17ac
fix : #2576 ( #2776 )
2023-01-11 00:45:11 +08:00
Kevin Wan
74e0676617
feat: add config to truncate long log content ( #2767 )
2023-01-09 09:39:30 +08:00
MarkJoyMa
0defb7522f
feat: replace NewBetchInserter function name ( #2769 )
2023-01-09 09:38:57 +08:00
Kevin Wan
e52dace416
chore: refactor ( #2764 )
2023-01-07 14:13:44 +08:00
chen quan
dc260f196a
refactor: simplify the code ( #2763 )
...
* refactor: simplify the code
* fix: fix data race
* refactor: simplify the code
* refactor: simplify the code
2023-01-07 13:32:56 +08:00
MarkJoyMa
a5fcf24c04
feat: add batch inserter ( #2755 )
2023-01-06 23:30:50 +08:00
MarkJoyMa
e71c505e94
feat: add mongo options ( #2753 )
...
* feat: add mongo options
* feat: add mongo options
* feat: add mongo options
* feat: add mongo options
* feat: add mongo options
* feat: add mongo options
2023-01-05 22:14:50 +08:00
#Suyghur
69d355eb4b
feat(redis): add zscan command implementation ( #2729 ) ( #2751 )
2023-01-04 13:44:17 +08:00
cong
42413dc294
feat(trace): support otlp http exporter ( #2746 )
...
* feat(trace): support otlp http exporter
* chore: use otlptracehttp v1.10.0 not upgrade grpc version prevent other modules break
* refactor(trace): rename exporter kind grpc to otlpgrpc.
BREAKING CHANGE: trace Config.Batcher should use otlpgrpc instead of grpc now.
2023-01-03 22:49:30 +08:00
Kevin Wan
ec7ac43948
chore: reorg imports ( #2745 )
...
* chore: reorg imports
* chore: format code
2023-01-03 22:26:45 +08:00
cong
deefc1a8eb
fix(trace): grpc exporter should use nonblock option ( #2744 )
...
* fix(trace): grpc exporter should use nonblock option
* chore: sort imports
2023-01-03 18:15:09 +08:00
Kevin Wan
036328f1ea
chore: update tests ( #2741 )
...
* chore: update tests
* chore: codecov on comments
* chore: codecov on comments
2023-01-03 18:02:35 +08:00
wojiukankan
85057a623d
🐛 debug grpc export ( #2379 ) ( #2719 )
...
* 🐛 debug grpc export (#2379 )
#2379 Fixed the issue that the GRPC exporter did not establish an RPC link
原文使用的 otlptracegrpc.NewUnstarted创建的是一个未建立rpc连接的导出器,无法正常使用;改为otlptracegrpc.New才妥
* Update agent_test.go
修复单元测试失败
2023-01-03 17:04:35 +08:00
Xargin
1c544a26be
use stat instead of disableStat ( #2740 )
2023-01-03 11:29:24 +08:00
chainlife
20a61ce43e
logx conf add DisableStat ( #2434 )
...
Co-authored-by: sunsoft <sunsoft@qq.com>
2023-01-02 23:22:13 +08:00
Kevin Wan
cf6c349118
fix : #2735 ( #2736 )
...
* fix : #2735
* chore: make error consistent
2023-01-01 12:21:53 +08:00
Kevin Wan
c7a0ec428c
fix: key like TLSConfig not working ( #2730 )
...
* fix: key like TLSConfig not working
* fix: remove unnecessary code
* chore: rename variable
2022-12-29 14:50:53 +08:00
Kevin Wan
c3756a8f1c
fix: etcd publisher reconnecting problem ( #2710 )
...
* fix: etcd publisher reconnecting problem
* chore: fix wrong call
2022-12-27 20:03:03 +08:00
Archer
f4fd735aee
Use read-write lock instead of mutex ( #2727 )
2022-12-26 15:00:47 +08:00
Archer
683d793719
RawFieldNames should ignore the field whose name is start with a dash ( #2725 )
2022-12-24 21:27:32 +08:00
Kevin Wan
affbcb5698
fix: camel cased key of map item in config ( #2715 )
...
* fix: camel cased key of map item in config
* fix: mapping anonymous problem
* fix: mapping anonymous problem
* chore: refactor
* chore: add more tests
* chore: refactor
2022-12-24 21:26:33 +08:00
Kevin Wan
f76b976262
fix : #2684 ( #2693 )
2022-12-13 00:16:31 +08:00
Kevin Wan
fdc57d07d7
fix : #2672 ( #2681 )
...
* fix : #2672
* chore: fix more cases
* chore: update deps
* chore: update deps
* chore: refactor
* chore: refactor
* chore: refactor
2022-12-11 00:41:50 +08:00
re-dylan
ef22042f4d
feat: add dev server and health ( #2665 )
...
* feat: add dev server and health
* fix: fix ci
* fix: fix comment.
* feat: add enabled
* remove no need test
* feat: mv devServer to internal
* feat: default enable pprof
Co-authored-by: dylan.wang <dylan.wang@yijinin.com>
2022-12-10 20:40:23 +08:00
Tim Xiao
944193ce25
fix:Remove duplicate code ( #2686 )
2022-12-10 20:13:37 +08:00
Kevin Wan
dcfc9b79f1
feat: accept camelcase for config keys ( #2651 )
...
* feat: accept camelcase for config keys
* chore: refactor
* chore: refactor
* chore: add more tests
* chore: refactor
* fix: map elements of array
2022-12-08 22:01:36 +08:00
Kevin Wan
9941055eaa
feat: add trace.SpanIDFromContext and trace.TraceIDFromContext ( #2654 )
2022-12-02 11:00:44 +08:00
edieruby
b1c3c21c81
fix: log currentSize should not be 0 when file exists and size is not 0 ( #2639 )
2022-11-25 23:48:32 +08:00
Kevin Wan
95a5f64493
feat: add stringx.ToCamelCase ( #2622 )
2022-11-20 17:41:39 +08:00
Kevin Wan
06fafd2153
feat: validate value in options for mapping ( #2616 )
2022-11-18 19:46:23 +08:00
Kevin Wan
b562e940e7
feat: support bool for env tag ( #2593 )
2022-11-12 13:58:35 +08:00
Kevin Wan
69068cdaf0
feat: support env tag in config ( #2577 )
...
* feat: support env tag in config
* chore: add more tests
* chore: add more tests, add stringx.Join
* fix: test fail
* chore: remove print code
* chore: rename variable
2022-11-11 23:17:09 +08:00
Kevin Wan
e3e08a7396
fix: inherit issue when parent after inherits ( #2586 )
...
* fix: inherit issue when parent after inherits
* chore: add more tests
2022-11-10 22:13:05 +08:00
Kevin Wan
1677a4dceb
feat: conf inherit ( #2568 )
...
* feat: add ValuerWithParent
* feat: make etcd config inherit from parents
* chore: add more tests
* chore: add more tests
* chore: add more comments
* chore: refactor
* chore: add more comments
* fix: fix duplicated code and refactor
* fix: remove unnecessary code
* fix: fix test case for removing print
* feat: support partial inherit
2022-11-08 15:27:48 +08:00
王哈哈
dac3600b53
Modify comment syntax error ( #2572 )
2022-11-04 21:55:17 +08:00
Kevin Wan
7eb6aae949
fix: potential slice append issue ( #2560 )
2022-10-28 08:14:03 +08:00
re-dylan
4d2a146733
typo(mapping): fix typo for key ( #2548 )
2022-10-24 21:43:53 +08:00
Kevin Wan
46e236fef7
chore: add more tests ( #2547 )
2022-10-23 10:54:41 +08:00
Kevin Wan
06e4914e41
feat: add logger.WithFields ( #2546 )
2022-10-22 23:28:34 +08:00
Kevin Wan
9cadab2684
chore: refactor ( #2545 )
...
* chore: refactor
* chore: refactor
2022-10-22 22:52:40 +08:00
swliao425
b21162d638
fix: redis's pipeline logs are not printed completely ( #2538 )
...
* fix: redis's pipeline logs are not printed completely
* add unit test
Signed-off-by: liaoshiwei <liaoshiwei@uniontech.com>
Signed-off-by: liaoshiwei <liaoshiwei@uniontech.com>
2022-10-22 21:57:40 +08:00