Commit Graph

249 Commits

Author SHA1 Message Date
oldme
737da954a0
util/gconv: remove unnecessary logic for function doScanList (#3588) 2024-05-20 19:42:51 +08:00
oldme
a9a0785252
util/gconv: refactor code unit testing (#3591) 2024-05-20 19:40:30 +08:00
wln32
1013df1627
enhance: improve performance of struct converting for package gconv (#3412) 2024-04-23 21:30:06 +08:00
wln32
d7a0482146
fix: #3465 If the value of a string is null, the value of string is nil after the string is converted to []string (#3468) 2024-04-10 20:18:03 +08:00
wln32
83ba887df7
fix: #3449 accept slice parameter as json.RawMessage for http request (#3452) 2024-04-07 14:09:52 +08:00
wln32
911f1cb1de
enhance: use map iter to iterate the map instead of map keys and values (#3457) 2024-04-07 10:00:04 +08:00
John Guo
e0a2645f4a
fix: #3390 name&shor tag mapping failed to command input object for package gcmd (#3429) 2024-04-01 19:07:08 +08:00
John Guo
607f079b23
fix: cache value assertion panic if the cache adapter is not in-memory for soft time feature of package gdb; improve converting performance for gconv.Scan (#3351) 2024-03-07 11:36:42 +08:00
oldme
51326f3d02
fix #3245 (#3298) 2024-02-06 11:47:25 +08:00
conwaypan
c4a51f4c2f
bugfix:fix gconv map deep option not effective (#3287) 2024-01-29 19:52:04 +08:00
John Guo
ba39323d30
improve converter feature for package gconv (#3211) 2024-01-22 21:52:54 +08:00
John Guo
951f8921cd
fix #3237 (#3267) 2024-01-17 15:35:48 +08:00
oldme
42e3c5f39a
fix #3253 (#3255) 2024-01-11 22:14:22 +08:00
John Guo
645c5ff5b5
fix issue #3218 #3204 (#3220) 2023-12-19 21:58:12 +08:00
John Guo
9aa872e705
improve map converting feature using MapOption for package gconv (#3170) 2023-11-23 18:59:04 +08:00
John Guo
ea5d52cb2f
fix issue #3147 (#3161) 2023-11-22 21:05:39 +08:00
Hunk Zhu
0b407c5e6d
fix "gf gen pb" api and ctrl not working well. (#3076) 2023-11-08 21:26:51 +08:00
John Guo
a17849bc39
improve struct converting in parameter name case sensitive scenario for package gconv (#3122) 2023-11-08 21:17:55 +08:00
Hunk Zhu
0b71bc43a8
fix issue #3099 (#3107) 2023-10-31 20:02:20 +08:00
John Guo
972f8c3aff
improve comments for package gconv (#3057) 2023-10-17 21:09:46 +08:00
kele1997
65192a7f92
fix issue gconv struct slice/map of json.RawMessage (#3006) (#3008) 2023-10-11 21:35:27 +08:00
oldme
10b67fc7b0
fix issues #2980 (#2994) 2023-10-11 21:28:53 +08:00
光芒伞
e684eae878
Make GTime support multiple formats (#2933) 2023-09-13 19:29:25 +08:00
John Guo
5219c5c37e
add ut cases for command gen dao (#2958) 2023-09-12 22:00:35 +08:00
the harder the luckier
d49dccb147
test: add unit tests regarding issue 2901 (#2930) 2023-09-05 19:30:54 +08:00
the harder the luckier
eb11061bd2
fix: gjson encode to string expect inconformity(issue 2520) (#2928) 2023-09-04 21:19:22 +08:00
the harder the luckier
097b26f318
fix: multiple interfaces cause the original type to be inaccessible (#2915) 2023-09-04 20:11:14 +08:00
Hunk
24ee5341ec
Fix empty map or struct convert to another map will return error. (#2863) 2023-08-17 20:59:16 +08:00
John Guo
ed4d1554ab
improve converter feature for package gconv (#2869) 2023-08-17 20:33:12 +08:00
Lonely
ea6a773d60
fix: marked gcode.CodeInternalPanic for panic (#2860) 2023-08-14 09:53:13 +08:00
John Guo
4020eb9b4c
fix issue in SliceMap/Maps for package gconv when nil value in map of slice item (#2857) 2023-08-10 21:59:21 +08:00
Hunk
932f8c48ef
Add gconv custom converter feature. (#2828) 2023-08-07 21:15:22 +08:00
John Guo
16a5318d32
upgrade package gopkg.in/yaml.v3 to latest stable version v3.0.1 (#2783) 2023-07-20 09:57:04 +08:00
John Guo
41c0dde9bf
add complicated map with custom type converting support for package gconv (#2769) 2023-07-17 10:06:06 +08:00
John Guo
6d7edb1479
fix issue #2760 (#2763) 2023-07-13 21:15:07 +08:00
guangwu
e816ab05de
refactor: code optimization (#2667) 2023-05-25 21:58:11 +08:00
John Guo
04c70f2037
fix empty string converted to none empty string type slice (#2612) 2023-04-28 14:55:37 +08:00
John Guo
3991eb053c
fix issue #2584 (#2586) 2023-04-17 17:44:24 +08:00
John Guo
6fb26c44d7
fix issue converting values to custom type pointers (#2585) 2023-04-17 16:34:36 +08:00
HaiLaz
5083174a92
fix goreport for gofmt (#2523) 2023-03-17 17:54:14 +08:00
John Guo
13f6fb1929
fix issue struct attribute converting when has no json name but with omitempty tag (#2486) 2023-03-07 21:26:32 +08:00
John Guo
81d8aa55cd
fix issue #2371 (#2429) 2023-02-08 14:17:11 +08:00
John Guo
4a6630138d
fix issue 2356 (#2428) 2023-02-08 14:17:00 +08:00
John Guo
c0fa2e3a73
fix issue 2395 (#2399)
* v2.3.0

* fix #2391

* fix issue #2391

* fix issue #2395
2023-01-17 14:51:19 +08:00
John Guo
3f6669e2b7
fix issue 2391 (#2398)
* v2.3.0

* fix #2391

* fix issue #2391
2023-01-16 16:00:18 +08:00
John Guo
6ff4ed84e5
version v2.3.0 (#2392)
* v2.3.0

* up

* up

* up
2023-01-11 19:19:41 +08:00
John Guo
5884a0e05f
fix issue #2381 (#2382)
* fix issue #2381

* up

* up
2023-01-03 11:00:23 +08:00
John Guo
00c544ee99
fix issue when only one file was uploaded in batch receiver attribute (#2365)
* fix fixed An error occurred when only one file was uploaded in batches and add unit testing(#2092)

* fix issue uploading files for ghttp.Server

Co-authored-by: yxh <yxh1103@qq.com>
2022-12-21 10:38:19 +08:00
John Guo
9402cc8c6a
fix /* router supported for handler of package ghttp; fix json tag name issue when it contains , for package goai; add proxy example for http server (#2294)
* fix  router supported for handler of package ghttp; fix json tag name issue when it contains  for package goai

* add proxy example for http server
2022-11-14 19:57:39 +08:00
黄骞
b61baa1efc
add ut cases for package gconv part2 (#2282) 2022-11-10 19:58:03 +08:00