1
0
mirror of https://github.com/gogf/gf.git synced 2025-04-05 11:18:50 +08:00

371 Commits

Author SHA1 Message Date
CyJaySong
80f57d1c24
fix(database/gdb): gdb.Counter not work in OnDuplicate (#4073) 2024-12-26 18:18:35 +08:00
yijiong
3a19ee9268
fix: securiry update CVE-2024-45338 for package golang.org/x/net (#4070) 2024-12-25 21:43:55 +08:00
ninjashixuan
67a9db9e3e
perf(contrib/drivers/pgsql): improve conversion performace for slice string (#4046) 2024-12-17 21:45:38 +08:00
John Guo
f79aef6669
fix(database/gdb): fix context canceled error in transaction due to usage of TransTimeout configuration (#4037) 2024-12-17 21:15:54 +08:00
John Guo
0c2d5cac19
feat: new version v2.8.3 (#4048) 2024-12-17 09:24:13 +08:00
John Guo
a09454accf
feat(contrib/drivers/mssql): enable unit testing (#4043) 2024-12-16 11:17:47 +08:00
John Guo
ac53170884
feat(contrib/registry/etcd): add retry machenism when keepalive lease expires (#4035) 2024-12-13 11:09:07 +08:00
Lance Add
e3e82c7351
feat(contrib/config/nacos): add OnChange callbacks configuration support (#4038) 2024-12-13 09:57:28 +08:00
John Guo
ced4b57991
fix(contrib/drivers/pgsql): incompatible placeholder replacement with old version (#4036) 2024-12-13 09:29:34 +08:00
John Guo
5af342adc3
fix(net/ghttp): json omitempty takes no effect in BuildParams, which is not compatible with old version (#4041) 2024-12-13 09:29:19 +08:00
John Guo
d748fb6564
fix(contrib/registry/consul): update dependence of gf to v2.8.2 with relative path specified (#4029) 2024-12-11 10:28:29 +08:00
houseme
00e2f6b5dc
chore: improve golangci-lint.yml, upgrade dependencies, and optimize code and comments (#4025) 2024-12-11 10:14:12 +08:00
John Guo
b7c74c9a35
fix(contrib/drivers/pgsql): add unix socket connection support (#4028) 2024-12-11 09:58:26 +08:00
John Guo
69969b1723
fix(contrib/registry/etcd): remove default configuration of AutoSyncInterval (#4027) 2024-12-10 20:59:44 +08:00
John Guo
2e788be1d3
feat(contrib/registry/consul): add consul registry support (#4016) 2024-12-09 23:12:29 +08:00
John Guo
13bc192e36
feat(database/gdb): add sharding feature for schema and table (#4014) 2024-12-09 23:12:20 +08:00
John Guo
5e47590165
feat(database/gdb): add WhereExists/WhereNotExists (#4015) 2024-12-09 09:24:48 +08:00
houseme
b0b84a3937
ci(gci/import): improve golangci.yml and add gci linter (#4010) 2024-12-07 14:17:33 +08:00
John Guo
2066aa4803
feat(database/gdb): add transaction propagation&isolation level&readonly features (#4013) 2024-12-07 14:01:31 +08:00
John Guo
ba968949f7
fix(database/gdb): orm tag from embedded struct is missing in with feature (#4011) 2024-12-05 22:02:47 +08:00
John Guo
c9b0237fc7
feat: version v2.8.2 (#4009) 2024-12-05 20:21:19 +08:00
ninjashixuan
4ad061faff
feat(contrib/drivers/pgsql): add array type varchar[] and text[] converting to Go []string support (#4000) 2024-12-05 15:50:59 +08:00
oldme
77cb7fb412
test(drivers/mssql): add unit testing cases of transaction (#3818) 2024-12-05 14:44:40 +08:00
John Guo
532e665841
fix(database/gdb): move Raw parameter from args to sql statement before committed to db driver (#3997) 2024-12-03 15:24:49 +08:00
John Guo
2c916f8222
fix(database/gdb): issue where the Count/Value/Array query logic was incompatible with the old version when users extended the returned result fields using the Select Hook (#3995) 2024-12-01 23:47:51 +08:00
John Guo
455830b842
test(database/gdb): add more unit testing cases for Raw feature (#3962) 2024-11-23 18:35:02 +08:00
John Guo
3797d0eee4
feat: new version v2.8.1 (#3950) 2024-11-21 20:51:46 +08:00
John Guo
e9ce1bde87
fix(database/gdb): incompatitable statement like Order("id", "dasc") (#3949) 2024-11-21 15:08:29 +08:00
cruel
90851881cc
fix(registry/zookeeper): watch service name path error with extra suffix - (#3948) 2024-11-20 20:39:05 +08:00
John Guo
955a76cf35
feat: new version v2.8.0 (#3924) 2024-11-14 13:26:23 +08:00
John Guo
a63af5d5f8
build: upgrade fsnotify from v1.7.0 to v1.8.0 to solve occasional ci failure (#3910) 2024-11-12 10:25:39 +08:00
John Guo
6c6fd7902a
feat(database/gdb): remove unnecessary blank character requirement in tag for With feature of gdb.Model (#3875) 2024-11-11 21:59:26 +08:00
John Guo
9cc1cf1b53
fix(cmd/gf): remove dir after process done if given build file parameter is not a file but a dir name (#3908) 2024-11-11 21:32:58 +08:00
oldme
76948d93d6
test(drivers/mysql): use asserts function to replace if statement (#3849) 2024-11-11 20:54:57 +08:00
Wlynxg
f4db846633
fix(contrib/drivers/pgsql): connection fails when postgres database password is empty (#3900) 2024-11-11 20:27:07 +08:00
CyJaySong
e4c4fb591e
feat(database/gdb): add Exist support for checking records existance for certain condition (#3854) 2024-10-24 15:29:03 +08:00
John Guo
656668f444
feat: new version v2.8.0-beta (#3878) 2024-10-24 14:51:03 +08:00
John Guo
e179e1d4fe
fix(database/gdb): unix socket connection support for mysql (#3872) 2024-10-21 09:22:53 +08:00
John Guo
7dd38a1700
feat(database/gdb): add Raw support for Fields function of gdb.Model (#3873) 2024-10-21 09:22:31 +08:00
wwwfeng
c18339b1a9
feat(contrib/drivers/pgsql): add InsertIgnore support (#3855) 2024-10-16 07:32:33 +08:00
houseme
4b5f637651
feat(trace): add trace for Custom trace client and provider (#3847) 2024-10-14 21:30:27 +08:00
John Guo
ae3ae8b177
test(cmd/gf): add unit testing case generating dao/do/entity files for sqlite in command gen dao (#3808) 2024-10-08 22:06:07 +08:00
John Guo
91884e7c93
fix(database/gdb): remove support of Array/Value/Count operations for result that has multiple record fields (#3839) 2024-10-08 20:42:06 +08:00
oldme
d4fa2c82bf
feat(contrib/rpc/grpcx): use grpc.NewClient instead of grpc.Dial (#3684) 2024-09-30 20:41:14 +08:00
houseme
38622f966f
refactor(contrib/trace/jaeger): remove trace jaeger, please use the OpenTelemetry SDKs(otlphttp&otlpgrpc) (#3825) 2024-09-29 20:31:16 +08:00
dependabot[bot]
499f755d3a
build(deps): bump google.golang.org/grpc from 1.51.0 to 1.56.3 in /contrib/config/polaris (#3831) 2024-09-29 17:06:02 +08:00
dependabot[bot]
3f1439ac4c
build(deps): bump google.golang.org/grpc from 1.51.0 to 1.56.3 in /contrib/registry/polaris (#3828) 2024-09-29 15:48:28 +08:00
houseme
0ca2ed5979
chore(contrib/config/polaris): upgrade dependent polaris library version to v1.5.8 and go version to v1.21 (#3827) 2024-09-29 11:08:07 +08:00
houseme
ee5284a1b2
chore(contrib/registry/polaris): upgrade dependent polaris library version to v1.5.8 and go version v1.21 (#3826) 2024-09-29 10:59:48 +08:00
Krane
8e7f1180c4
fix(contrib/drivers/mssql): fix mssql paging sql generate statement error (#3782) 2024-09-29 10:18:34 +08:00