Kevin Wan
159ecb7386
chore: fix warnings ( #3989 )
9 months ago
Kevin Wan
a1bacd3fc8
feat: a concurrent runner with messages taken in pushing order ( #3941 )
9 months ago
MarkJoyMa
88aab8f635
fix: mapping FillDefault is optional! bug ( #3940 )
9 months ago
Kevin Wan
44d347d48a
fix: issue #3840 ( #3846 )
10 months ago
Kevin Wan
408827d876
fix: issue 3840 ( #3845 )
10 months ago
Kevin Wan
7822a4c1cb
chore: refactor mapping errors ( #3843 )
10 months ago
Remember
0441f84606
fix(mapping): call fillSliceValue panic if the value is nil ( #3839 )
10 months ago
Kimjin-gd
6ec38ec056
fix: negative float32 overflow when unmarshalling ( #3811 )
...
Co-authored-by: kim1.jin <kim1.jin@bkyo.io>
11 months ago
Kevin Wan
4f22034342
fix: unmarshal from number to string with incorrect error message ( #3625 )
1 year ago
Kevin Wan
0ee7a271d3
fix: avoid float overflow in mapping.Unmarshal ( #3590 )
1 year ago
Kevin Wan
ded2888759
fix: avoid integer overflow in mapping.Unmarshal ( #3582 )
1 year ago
Kevin Wan
974252980c
chore: upgrade grpc ( #3570 )
1 year ago
Kevin Wan
0423313d9b
feat: support json:"-" in mapping ( #3521 )
1 year ago
Kevin Wan
cb3ffc76a3
fix : #3478 ( #3493 )
1 year ago
Kevin Wan
ce5e78db53
chore: use jsonTagKey to replace json literals ( #3479 )
1 year ago
Kevin Wan
ff04356704
fix: format error should not trigger circuit breaker in sqlx ( #3437 )
1 year ago
MarkJoyMa
05db706c62
feat: optimize mapping error ( #3438 )
1 year ago
Kevin Wan
0c6eaeda9f
chore: coding style ( #3413 )
1 year ago
Xinyan Lu
b9c0c0f8b5
feat: add detail type mismatch info in number fields check ( #3386 ) ( #3387 )
1 year ago
Kevin Wan
6b4d0d89c0
chore: add more tests ( #3324 )
1 year ago
Kevin Wan
8b4382dcec
chore: add more tests ( #3286 )
2 years ago
Kevin Wan
fa33329a44
chore: add more tests ( #3282 )
2 years ago
Kevin Wan
4a2a8d9e45
chore: add more tests ( #3279 )
2 years ago
Kevin Wan
e13fd62d38
chore: coding style ( #3106 )
...
Co-authored-by: cong <zhangcong1992@gmail.com>
2 years ago
MarkJoyMa
2e6402f4b5
fix: fillDefault, handling of nested structs ( #3072 )
2 years ago
Kevin Wan
9c6b516bb8
fix : #3058 ( #3059 )
2 years ago
Kevin Wan
4cef2b412c
fix: avoid unmarshal panic with incorrect map keys #3002 ( #3013 )
2 years ago
MarkJoyMa
7086fb6dda
x
2 years ago
MarkJoyMa
142c46228b
x
2 years ago
MarkJoyMa
ba771f8ff1
add ut
2 years ago
Kevin Wan
434973c206
fix: test failure ( #2874 )
2 years ago
Mikael
84f9863b63
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
ae87114282
chore: change interface{} to any ( #2818 )
...
* chore: change interface{} to any
* chore: update goctl version to 1.5.0
* chore: update goctl deps
2 years ago
Kevin Wan
c9b05ae07e
fix: mapping optional dep not canonicaled ( #2807 )
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
cf6c349118
fix : #2735 ( #2736 )
...
* fix : #2735
* chore: make error consistent
2 years ago
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
2 years ago
Kevin Wan
f76b976262
fix : #2684 ( #2693 )
2 years ago
Kevin Wan
fdc57d07d7
fix : #2672 ( #2681 )
...
* fix : #2672
* chore: fix more cases
* chore: update deps
* chore: update deps
* chore: refactor
* chore: refactor
* chore: refactor
2 years ago
Kevin Wan
06fafd2153
feat: validate value in options for mapping ( #2616 )
2 years ago
Kevin Wan
b562e940e7
feat: support bool for env tag ( #2593 )
2 years ago
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
2 years ago
Kevin Wan
e3e08a7396
fix: inherit issue when parent after inherits ( #2586 )
...
* fix: inherit issue when parent after inherits
* chore: add more tests
2 years ago
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
2 years ago
re-dylan
4d2a146733
typo(mapping): fix typo for key ( #2548 )
2 years ago
Kevin Wan
f9beab1095
feat: support uuid.UUID in mapping ( #2537 )
2 years ago
Halo
aa2be0163a
fix: add more tests ( #2473 )
...
* chore: add string to map in httpx parse method
* feat: add httpx parse stringToMap method test
* fix: add more test
2 years ago