Commit Graph

647 Commits (9bfa63d9951ac1ec14cb07832f23d9e63daae492)

Author SHA1 Message Date
kevin 9bfa63d995 chore: add more tests 2 years ago
kevin a432b121fb chore: add more tests 2 years ago
kevin b61c94bb66 feat: check key overwritten 2 years ago
Kevin Wan 93fcf899dc fix: config map cannot handle case-insensitive keys. (#2932)
* fix: #2922

* chore: rename const

* feat: support anonymous map field

* feat: support anonymous map field
2 years ago
Kevin Wan cc5acf3b90 chore: reformat code (#2925) 2 years ago
chenquan e1aa665443 fix: fixed the bug that old trace instances may be fetched 2 years ago
xiandong cd357d9484 rm parseErr when kindJaeger 2 years ago
xiandong 6d4d7cbd6b rm kindJaegerUdp 2 years ago
xiandong c593b5b531 add parseEndpoint 2 years ago
xiandong fd5b38b07c add parseEndpoint 2 years ago
xiandong 41efb48f55 add test for Endpoint of kindJaegerUdp 2 years ago
xiandong 0ef3626839 add test for Endpoint of kindJaegerUdp 2 years ago
xiandong 77a72b16e9 add kindJaegerUdp 2 years ago
cong 588b883710 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
2 years ago
Kevin Wan a865e9ee29 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
2 years ago
Kevin Wan 016d965f56 chore: refactor (#2875) 2 years ago
dahaihu 95d7c73409 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>
2 years ago
Kevin Wan 939ef2a181 chore: add more tests (#2873) 2 years ago
Kevin Wan f0b8dd45fe fix: test failure (#2874) 2 years ago
Mikael 0ba9335b04 only unmashal public variables (#2872)
* only unmashal public variables

* only unmashal public variables

* only unmashal public variables

* only unmashal public variables
2 years ago
Kevin Wan 04f181f0b4 chore: add more tests (#2866)
* chore: add more tests

* chore: add more tests

* chore: fix test failure
2 years ago
hudahai 89f841c126 fix: loop reset nextStart 2 years ago
hudahai d785c8c377 feat: revert bytes.Buffer to strings.Builder 2 years ago
hudahai 687a1d15da fix: replace shoud replace the longest match 2 years ago
Kevin Wan 2779568ccf fix: conf anonymous overlay problem (#2847) 2 years ago
Kevin Wan fd2f2f0f54 chore: improve codecov (#2828) 2 years ago
MarkJoyMa 86a2429d7d feat: add MustNewRedis (#2824)
* feat: add MustNewRedis

* feat: add MustNewRedis

* feat: add MustNewRedis

* x

* x

* fix ut

* x

* x

* x

* x

* x
2 years ago
Kevin Wan b510e7c242 chore: fix missing funcs on windows (#2825) 2 years ago
Kevin Wan dfe92e709f fix: problem on name overlaping in config (#2820) 2 years ago
Kevin Wan cb649cf627 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
2 years ago
Kevin Wan c9b05ae07e
fix: mapping optional dep not canonicaled (#2807) 2 years ago
Kevin Wan 32a59dbc27
chore: refactor func name (#2804)
* chore: refactor func name

* chore: make plain log clearer
2 years ago
Kevin Wan ba0dff2d61
chore: add more tests (#2803)
* chore: add more tests

* chore: add more tests
2 years ago
Kevin Wan 10da5e0424
chore: add more tests (#2801) 2 years ago
Kevin Wan 2bfecf9354
chore: remove mgo related packages (#2799) 2 years ago
Kevin Wan 6d129e0264
chore: add more tests (#2797)
* chore: add more tests

* chore: add more tests

* chore: add more tests
2 years ago
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
2 years ago
Kevin Wan 963b52fb1b
chore: add more tests (#2794) 2 years ago
Kevin Wan 02265d0bfe
chore: add more tests (#2792)
* chore: add more tests

* chore: add more tests

* chore: add more tests

* chore: add more tests
2 years ago
Ofey Chan 82c642d3f4
feat: expose NewTimingWheelWithClock (#2787) 2 years ago
Kevin Wan b2571883ca
chore: refactor (#2785)
* chore: refactor

* chore: refactor
2 years ago
Alonexy 00ff50c2cc
add zset withsocre float (#2689)
* add zset withsocre float

* update

* add IncrbyFloat,HincrbyFloat

Co-authored-by: Kevin Wan <wanjunfeng@gmail.com>
2 years ago
Kevin Wan 4d7fa08b0b
feat: support **struct in mapping (#2784)
* feat: support **struct in mapping

* chore: fix test failure
2 years ago
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
2 years ago
Kevin Wan bae061a67e
chore: add tests (#2778) 2 years ago
Kevin Wan 0b176e17ac
fix: #2576 (#2776) 2 years ago
Kevin Wan 74e0676617
feat: add config to truncate long log content (#2767) 2 years ago
MarkJoyMa 0defb7522f
feat: replace NewBetchInserter function name (#2769) 2 years ago
Kevin Wan e52dace416
chore: refactor (#2764) 2 years ago
chen quan dc260f196a
refactor: simplify the code (#2763)
* refactor: simplify the code

* fix: fix data race

* refactor: simplify the code

* refactor: simplify the code
2 years ago