Commit Graph

6020 Commits

Author SHA1 Message Date
wln32
0e471eab38
fix(util/gconv): #3764 fix bool converting issue (#3765) 2024-09-12 21:59:38 +08:00
wwwfeng
3d63ebfe81
fix(net/ghttp): skip common response body in common response handler for streaming content types (#3762) 2024-09-12 17:50:43 +08:00
wln32
9b318bb57f
perf(database/gdb): performance improvement for struct scanning when with feature disabled (#3677) 2024-09-12 15:38:18 +08:00
Zwei
6b3fb607cf
fix(net/goai): fix openapi miss required tag of BizRequest when set CommonRequest (#3724) 2024-09-10 18:00:21 +08:00
CyJaySong
bb9a3b83eb
feat(database/gdb): add time field type for value converting for/from field (#3712) 2024-09-10 17:51:22 +08:00
John Guo
baea1c7a7a
feat: version v2.7.3 (#3763) 2024-09-09 16:39:02 +08:00
wln32
1b4ebc0812
perf(util/gconv): add cache logic to enhance performance (#3673) 2024-09-09 16:17:01 +08:00
oldme
803cb5a0bc
fix(contrib/drivers/pgsql): fix insert error when data struct field has nil in PgSQL (#3679) 2024-09-09 16:16:20 +08:00
gopherfarm
448df14860
fix(util/gconv): #3731 map type name mismatch in switch case statement (#3732) 2024-09-09 14:54:40 +08:00
Haowen_G
467a5c1093
fix(contrib/drivers/pgsql): #3671 fix invalid pgsql insert json type (#3742) 2024-09-09 14:32:14 +08:00
Jack Ling
26d2a98fb1
refactor(nacos-registry): use official nacos sdk instead of the third-party nacos sdk (#3745) 2024-09-09 14:27:21 +08:00
CyJaySong
6e5ce98d23
fix(database/gdb): fix #3649 when constructing query param, gdb.Row value not directly write to Buffer (#3718) 2024-08-14 21:16:17 +08:00
Zwei
a6c361dcf7
fix(os/gtime): fix gtime.Value() when time only, add time only example (#3714) 2024-08-14 21:00:39 +08:00
Luoyy
dc8bb809a8
fix(contrib/registry/file/v2): fix the panic caused by channel closing after resolver closed (#3691) 2024-08-14 20:44:05 +08:00
程锦
9143b26182
fix(contrib/nosql/redis): missing err nil check in function ScriptExists (#3713) 2024-07-29 20:32:59 +08:00
fsl
cd2d51ea30
build: bump google.golang.org/protobuf to v1.33.0 (#3697) 2024-07-24 19:27:28 +08:00
fsl
144ad5f263
ci: add Scorecard workflow (#3702) 2024-07-24 19:24:14 +08:00
John Guo
4fdafa4517
feat(cmd/gf): project templates update for command gf init (#3704) 2024-07-24 19:15:54 +08:00
海亮
ba322ba0ac
fix(cmd/gf): fix command gf up with -u option upgrading packages indirectly required would fail with higher version of go required (#3687) 2024-07-17 20:21:26 +08:00
海亮
559ae0e77e
chore(.github/template): update document for github pull requests (#3666) 2024-07-02 20:56:20 +08:00
oldme
3e54839aa8
refractor(container/gtree): refactor code with gods package for rbtree (#3655) 2024-07-02 20:36:43 +08:00
oldme
2565bb3d07
refractor(container/gtree): improve function order of btree (#3656) 2024-07-02 20:35:53 +08:00
oldme
54423b6d84
refractor(container/gtree): refactor code with gods package for avltree (#3647) 2024-07-01 20:37:11 +08:00
John Guo
c3cfc01cf6
refactor(container/gring): mark deprecated, package container/gring will not be maintained in future (#3665) 2024-06-27 21:12:51 +08:00
海亮
31a6ae2a19
fix(cmd/gf): remove dm driver for command gen dao as it causes building failed for some platforms (#3667) 2024-06-27 21:12:06 +08:00
John Guo
b11caba5b0
version v2.7.2 (#3663) 2024-06-26 10:08:04 +08:00
keep doing
8824b8b0fe
os/gcron: add graceful shutdown support (#3625) 2024-06-25 21:13:51 +08:00
houseme
f8272bc5f4
database/gdb: remove duplicated SQL records in tracing events (#3659) 2024-06-25 21:11:36 +08:00
海亮
e8a2629b19
net/goai: fix: #3660, support multiple file upload parameters for OpenAPIv3 (#3662) 2024-06-25 21:01:58 +08:00
swift
dba6c08548
net/ghttp: fix Content-Type for jsonp response from application/json to application/javascript (#3651) 2024-06-24 21:37:49 +08:00
海亮
7d464d4de2
net/ghttp: fix args issue for forkRestartProcess in graceful restarting of ghttp.Server (#3661) 2024-06-24 20:53:37 +08:00
oldme
4abb32e11b
contrib/drivers/pgsql: support slice type to insert into array for pgsql (#3645) 2024-06-18 19:36:07 +08:00
John Guo
74d0945fa1
gerror: fix #3633 Is performs the same as errors.Is from go stdlib (#3640) 2024-06-13 21:55:32 +08:00
oldme
ffbe9a7197
container/gtree: refactor code with gods package (#3595) 2024-06-13 21:26:53 +08:00
海亮
fba878f47a
net/ghttp: update error message for duplicated routes registering (#3603) 2024-06-13 21:16:11 +08:00
Insua
88f188d0f9
cmd/gf: use automatic generating package names for go files of dao/do/entity instead of constant package names (#3639) 2024-06-13 21:13:05 +08:00
jswxstw
2ccbb02c71
fix: #3613 ignore automatic handling for creating/updating time if it has been specified (#3615) 2024-06-12 21:41:44 +08:00
oldme
01408f1a87
cmd/gf: delete binary file when gf run end process (#3628) 2024-06-12 21:32:24 +08:00
海亮
dea0ffcfb3
cmd/gf: add command gf doc (#3634) 2024-06-12 21:29:56 +08:00
Insua
d5825ab51c
drivers/pgsql:pgsql returning id should use quotation marks,when primary key is capital (#3638) 2024-06-12 21:22:39 +08:00
海亮
753965b9a9
example: password encrypt-decrypt for database using custom implement driver (#3610) 2024-06-04 22:04:36 +08:00
oldme
ee211dbdac
cmd/gf: improve gf gen ctrl using ast (#3616) 2024-06-04 21:13:23 +08:00
海亮
4d916ae73e
os/gres: fix #3611 add custom prefix / support for resource packing (#3621) 2024-06-04 20:38:59 +08:00
swift
59a775aad4
util/gvalid: add 171 number support for virtual phone number validation (#3622) 2024-06-04 20:36:28 +08:00
海亮
e3a00d7f56
cmd/gf: fix missing configuration file support for cli command pack/run/tpl/up (#3629) 2024-06-04 19:59:05 +08:00
Insua
bd8d046b83
cmd/gf: add DaMeng database driver support (#3606) 2024-05-30 21:20:46 +08:00
海亮
57583a98bc
.github/workflows: remove code coverage report for folder example (#3608) 2024-05-30 21:05:35 +08:00
oldme
f8175e7113
drivers/mssql: change driver from github.com/denisenkom/go-mssqldb to github.com/microsoft/go-mssqldb (#3612) 2024-05-30 20:58:51 +08:00
海亮
6b84a37794
.github/workflows: fix warning info from node16 on timezone setting (#3614) 2024-05-30 20:55:06 +08:00
海亮
457f7abcf5
contrib/drivers: add README.zh_CN.MD (#3604) 2024-05-27 21:02:02 +08:00