Commit Graph

6043 Commits

Author SHA1 Message Date
66ee52c96a fix(database/gdb): invalid order by statement generated when multiple order inputs (#3803) 2024-09-28 12:06:22 +08:00
f45f64897a fix(cmd/gf): creating logic.go empty folder when there is no correct logic service (#3815) 2024-09-28 11:28:06 +08:00
8708dc7940 test(drivers/mysql): loose unit testing for transaction (#3819) 2024-09-28 11:19:14 +08:00
79451e4624 fix(net/ghttp&gclient,contrib/rpc/grpcx): remove request and response contents in opentelemetry tracing attributes (#3810) contrib/drivers/oracle/v2.7.4 contrib/config/apollo/v2.7.4 contrib/registry/nacos/v2.7.4 contrib/drivers/dm/v2.7.4 contrib/registry/polaris/v2.7.4 contrib/drivers/mssql/v2.7.4 contrib/config/nacos/v2.7.4 contrib/config/consul/v2.7.4 contrib/registry/file/v2.7.4 contrib/registry/etcd/v2.7.4 contrib/drivers/mysql/v2.7.4 contrib/sdk/httpclient/v2.7.4 v2.7.4 contrib/nosql/redis/v2.7.4 cmd/gf/v2.7.4 contrib/trace/jaeger/v2.7.4 contrib/drivers/clickhouse/v2.7.4 contrib/registry/zookeeper/v2.7.4 contrib/metric/otelmetric/v2.7.4 contrib/config/polaris/v2.7.4 contrib/drivers/sqlitecgo/v2.7.4 contrib/trace/otlphttp/v2.7.4 cmd/gf/internal/cmd/testdata/build/varmap/v2.7.4 contrib/rpc/grpcx/v2.7.4 contrib/trace/otlpgrpc/v2.7.4 contrib/drivers/sqlite/v2.7.4 contrib/drivers/pgsql/v2.7.4 contrib/config/kubecm/v2.7.4 2024-09-26 09:50:07 +08:00
a716c6bfab feat: new version v2.7.4 (#3809) 2024-09-25 19:53:23 +08:00
5aa321dbde fix(util/gconv): unstable converting when there is an external attribute with the same name as the internal structure (#3799) 2024-09-25 19:22:15 +08:00
3f2b1cb329 feat(database/gdb): add year field type support for ORM operations (#3805) 2024-09-25 16:33:52 +08:00
ab2c3b02ac fix(cmd/gf): table and field names converted to its lower case before CamelCase converting in command gen dao (#3801) 2024-09-25 10:59:00 +08:00
76783fd72b fix(net/gclient): panic when containing @file: parameter value in json post request (#3775) 2024-09-25 10:37:32 +08:00
fsl
a1ce97ec9b feat(contrib/registry/etcd/): add DialTimeout and AutoSyncInterval option (#3698) 2024-09-24 17:01:10 +08:00
c13004e230 fix(database/gdb): support OrderRandom feature in different databases (#3794) 2024-09-24 11:58:34 +08:00
9af8393758 fix(net/goai): change default value of RequestBody.Required from true to false, add required tag support for RequestBody (#3796) 2024-09-24 11:51:53 +08:00
e15b543a5b fix(util/gvalid): retrive empty slice parameter in custom validation rule function failed (#3795) 2024-09-23 19:59:48 +08:00
8a1c97f518 fix(util/gconv): cached field indexes append issue caused incorrect field converting (#3790) 2024-09-23 19:05:32 +08:00
d8e3e9d713 fix(utils/utils_str): recognize '+' as a valid numeric sign (#3778) 2024-09-23 16:45:55 +08:00
777c2e7117 ci: fix mssql docker service failed in ci (#3792) 2024-09-23 11:50:48 +08:00
c4327f62e7 fix(net/ghttp): server shutdown not graceful using admin api /debug/admin/shutdown (#3777) 2024-09-19 14:10:16 +08:00
fd33dcb97b ci: add go version 1.23 support (#3733) 2024-09-19 10:38:20 +08:00
d8b06d056e fix(os/gcache): a little memory leak for removed timestamp key (#3779) 2024-09-14 11:05:47 +08:00
e186eab1a5 fix(debug/gdebug): incorrect package name handling in function CallerPackage (#3771) 2024-09-13 16:51:39 +08:00
6a99931798 fix(database/gdb): #3755 error parsing database link without port number (#3772) 2024-09-13 16:50:59 +08:00
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
e4669387b5 fix(encoding/gxml): XML special character encoding error (#3740) 2024-09-13 10:37:15 +08:00
0e471eab38 fix(util/gconv): #3764 fix bool converting issue (#3765) 2024-09-12 21:59:38 +08:00
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
9b318bb57f perf(database/gdb): performance improvement for struct scanning when with feature disabled (#3677) 2024-09-12 15:38:18 +08:00
6b3fb607cf fix(net/goai): fix openapi miss required tag of BizRequest when set CommonRequest (#3724) 2024-09-10 18:00:21 +08:00
bb9a3b83eb feat(database/gdb): add time field type for value converting for/from field (#3712) 2024-09-10 17:51:22 +08:00
baea1c7a7a feat: version v2.7.3 (#3763) contrib/rpc/grpcx/v2.7.3 contrib/trace/otlphttp/v2.7.3 contrib/config/kubecm/v2.7.3 contrib/config/polaris/v2.7.3 contrib/drivers/pgsql/v2.7.3 contrib/drivers/sqlite/v2.7.3 contrib/trace/otlpgrpc/v2.7.3 cmd/gf/internal/cmd/testdata/build/varmap/v2.7.3 contrib/drivers/sqlitecgo/v2.7.3 contrib/drivers/oracle/v2.7.3 contrib/metric/otelmetric/v2.7.3 contrib/trace/jaeger/v2.7.3 cmd/gf/v2.7.3 contrib/nosql/redis/v2.7.3 v2.7.3 contrib/drivers/mysql/v2.7.3 contrib/registry/etcd/v2.7.3 contrib/registry/file/v2.7.3 contrib/config/nacos/v2.7.3 contrib/drivers/mssql/v2.7.3 contrib/config/apollo/v2.7.3 contrib/registry/nacos/v2.7.3 contrib/drivers/dm/v2.7.3 contrib/registry/polaris/v2.7.3 contrib/config/consul/v2.7.3 contrib/sdk/httpclient/v2.7.3 contrib/drivers/clickhouse/v2.7.3 contrib/registry/zookeeper/v2.7.3 2024-09-09 16:39:02 +08:00
1b4ebc0812 perf(util/gconv): add cache logic to enhance performance (#3673) 2024-09-09 16:17:01 +08:00
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
448df14860 fix(util/gconv): #3731 map type name mismatch in switch case statement (#3732) 2024-09-09 14:54:40 +08:00
467a5c1093 fix(contrib/drivers/pgsql): #3671 fix invalid pgsql insert json type (#3742) 2024-09-09 14:32:14 +08:00
26d2a98fb1 refactor(nacos-registry): use official nacos sdk instead of the third-party nacos sdk (#3745) 2024-09-09 14:27:21 +08:00
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
a6c361dcf7 fix(os/gtime): fix gtime.Value() when time only, add time only example (#3714) 2024-08-14 21:00:39 +08:00
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
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
3e54839aa8 refractor(container/gtree): refactor code with gods package for rbtree (#3655) 2024-07-02 20:36:43 +08:00
2565bb3d07 refractor(container/gtree): improve function order of btree (#3656) 2024-07-02 20:35:53 +08:00
54423b6d84 refractor(container/gtree): refactor code with gods package for avltree (#3647) 2024-07-01 20:37:11 +08:00
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
b11caba5b0 version v2.7.2 (#3663) contrib/metric/otelmetric/v2.7.2 cmd/gf/v2.7.2 contrib/config/consul/v2.7.2 contrib/registry/polaris/v2.7.2 v2.7.2 contrib/drivers/sqlite/v2.7.2 contrib/registry/etcd/v2.7.2 contrib/drivers/mysql/v2.7.2 contrib/nosql/redis/v2.7.2 contrib/rpc/grpcx/v2.7.2 contrib/drivers/dm/v2.7.2 contrib/drivers/sqlitecgo/v2.7.2 contrib/trace/otlphttp/v2.7.2 contrib/registry/zookeeper/v2.7.2 cmd/gf/internal/cmd/testdata/build/varmap/v2.7.2 contrib/config/polaris/v2.7.2 contrib/config/kubecm/v2.7.2 contrib/drivers/oracle/v2.7.2 contrib/registry/nacos/v2.7.2 contrib/sdk/httpclient/v2.7.2 contrib/registry/file/v2.7.2 contrib/drivers/pgsql/v2.7.2 contrib/config/apollo/v2.7.2 contrib/config/nacos/v2.7.2 contrib/drivers/clickhouse/v2.7.2 contrib/trace/jaeger/v2.7.2 contrib/drivers/mssql/v2.7.2 contrib/trace/otlpgrpc/v2.7.2 2024-06-26 10:08:04 +08:00
8824b8b0fe os/gcron: add graceful shutdown support (#3625) 2024-06-25 21:13:51 +08:00