程锦
|
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 |
|
Charles
|
9e9e42b45c
|
cmd/gf: test gen ctrl comments (#3575)
|
2024-05-27 20:42:26 +08:00 |
|
oldme
|
8f4d5f7d74
|
cmd/gf: refactor gf gen service with AST (#3488)
|
2024-05-27 20:41:05 +08:00 |
|
PickMeUp
|
b675d01418
|
database/gdb: add unscoped tag support for orm struct (#3464)
|
2024-05-22 21:52:21 +08:00 |
|
wln32
|
17385eeaef
|
database/gdb: fix confusing error message in Insert/Update operations when table not exist or the table contains no fields (#3553)
|
2024-05-22 21:26:53 +08:00 |
|
John Guo
|
23df83cb0b
|
database/gdb: fix deadlock when orm operations perform in cache function from gcache (#3585)
|
2024-05-22 21:14:43 +08:00 |
|
John Guo
|
2e471662f4
|
os/gcfg: fix file searching issue always returning the configuration file of pwd (#3592)
|
2024-05-22 21:14:16 +08:00 |
|
cruel
|
1e8f4287af
|
contrib/registry/zookeeper: fix invalid searching prefix (#3598)
|
2024-05-22 21:12:21 +08:00 |
|
海亮
|
21c83670d6
|
os/gtime: fixed gtime ci fail (#3596)
|
2024-05-22 20:45:39 +08:00 |
|
Lonely
|
1b23bf495a
|
container/gmap&gset: fix deadlock when removing values during iterating (#3572)
|
2024-05-21 22:07:28 +08:00 |
|
jackyin
|
15b60462a2
|
driver/pgsql: optimize regex for version matching (#3583)
|
2024-05-21 21:51:43 +08:00 |
|
ynwcel
|
1455440efa
|
os/gcfg: fix gcfg adaptfile dogetfilepath (#3587)
|
2024-05-20 20:23:38 +08:00 |
|
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 |
|
oldme
|
d5561aa323
|
cmd/gf: add gf init app/mono-app -a (#3550)
|
2024-05-15 20:25:43 +08:00 |
|