Commit Graph

346 Commits

Author SHA1 Message Date
John Guo
455830b842
test(database/gdb): add more unit testing cases for Raw feature (#3962)
Some checks failed
GoFrame Main CI / code-test (1.20, 386) (push) Has been cancelled
GoFrame Main CI / code-test (1.20, amd64) (push) Has been cancelled
GoFrame Main CI / code-test (1.21, 386) (push) Has been cancelled
GoFrame Main CI / code-test (1.21, amd64) (push) Has been cancelled
GoFrame Main CI / code-test (1.22, 386) (push) Has been cancelled
GoFrame Main CI / code-test (1.22, amd64) (push) Has been cancelled
GoFrame Main CI / code-test (1.23, 386) (push) Has been cancelled
GoFrame Main CI / code-test (1.23, amd64) (push) Has been cancelled
GoFrame Sub CI / code-test (1.20, 386) (push) Has been cancelled
GoFrame Sub CI / code-test (1.20, amd64) (push) Has been cancelled
GoFrame Sub CI / code-test (1.21, 386) (push) Has been cancelled
GoFrame Sub CI / code-test (1.21, amd64) (push) Has been cancelled
GoFrame Sub CI / code-test (1.22, 386) (push) Has been cancelled
GoFrame Sub CI / code-test (1.22, amd64) (push) Has been cancelled
GoFrame Sub CI / code-test (1.23, 386) (push) Has been cancelled
GoFrame Sub CI / code-test (1.23, amd64) (push) Has been cancelled
Sync to Gitee / Run (push) Has been cancelled
GolangCI-Lint / golangci-lint (1.20) (push) Has been cancelled
GolangCI-Lint / golangci-lint (1.21.4) (push) Has been cancelled
GolangCI-Lint / golangci-lint (1.22) (push) Has been cancelled
GolangCI-Lint / golangci-lint (1.23) (push) Has been cancelled
Sonarcloud Scan / Scorecards analysis (push) Has been cancelled
Deploy to GitHub Pages / Deploy to GitHub Pages (push) Has been cancelled
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
houseme
ab3fbddfc7
build(go.mod): upgrade minimum required go version from 1.18 to 1.20 (#3688) 2024-09-28 20:58:04 +08:00
John Guo
9589384b36
refactor(encoding/gjson): change data parameter from type any to []byte (#3542) 2024-09-28 18:10:00 +08:00
Lance Add
66ee52c96a
fix(database/gdb): invalid order by statement generated when multiple order inputs (#3803) 2024-09-28 12:06:22 +08:00
oldme
8708dc7940
test(drivers/mysql): loose unit testing for transaction (#3819) 2024-09-28 11:19:14 +08:00
John Guo
79451e4624
fix(net/ghttp&gclient,contrib/rpc/grpcx): remove request and response contents in opentelemetry tracing attributes (#3810) 2024-09-26 09:50:07 +08:00
John Guo
a716c6bfab
feat: new version v2.7.4 (#3809) 2024-09-25 19:53:23 +08:00
John Guo
3f2b1cb329
feat(database/gdb): add year field type support for ORM operations (#3805) 2024-09-25 16:33:52 +08:00
fsl
a1ce97ec9b
feat(contrib/registry/etcd/): add DialTimeout and AutoSyncInterval option (#3698) 2024-09-24 17:01:10 +08:00
oldme
c13004e230
fix(database/gdb): support OrderRandom feature in different databases (#3794) 2024-09-24 11:58:34 +08:00
John Guo
4ee5bf5c45
fix(database/gdb): #3754 FieldsEx feature conflicts with soft time feature in soft time fields updating (#3773) 2024-09-13 16:50:38 +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
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
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
John Guo
b11caba5b0
version v2.7.2 (#3663) 2024-06-26 10:08:04 +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
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
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
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