|
|
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 |
|
|
|
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 |
|
|
|
2ccbb02c71
|
fix: #3613 ignore automatic handling for creating/updating time if it has been specified (#3615)
|
2024-06-12 21:41:44 +08:00 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
9e9e42b45c
|
cmd/gf: test gen ctrl comments (#3575)
|
2024-05-27 20:42:26 +08:00 |
|
|
|
8f4d5f7d74
|
cmd/gf: refactor gf gen service with AST (#3488)
|
2024-05-27 20:41:05 +08:00 |
|
|
|
b675d01418
|
database/gdb: add unscoped tag support for orm struct (#3464)
|
2024-05-22 21:52:21 +08:00 |
|
|
|
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 |
|
|
|
23df83cb0b
|
database/gdb: fix deadlock when orm operations perform in cache function from gcache (#3585)
|
2024-05-22 21:14:43 +08:00 |
|
|
|
2e471662f4
|
os/gcfg: fix file searching issue always returning the configuration file of pwd (#3592)
|
2024-05-22 21:14:16 +08:00 |
|
|
|
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 |
|
|
|
1b23bf495a
|
container/gmap&gset: fix deadlock when removing values during iterating (#3572)
|
2024-05-21 22:07:28 +08:00 |
|
|
|
15b60462a2
|
driver/pgsql: optimize regex for version matching (#3583)
|
2024-05-21 21:51:43 +08:00 |
|
|
|
1455440efa
|
os/gcfg: fix gcfg adaptfile dogetfilepath (#3587)
|
2024-05-20 20:23:38 +08:00 |
|
|
|
737da954a0
|
util/gconv: remove unnecessary logic for function doScanList (#3588)
|
2024-05-20 19:42:51 +08:00 |
|
|
|
a9a0785252
|
util/gconv: refactor code unit testing (#3591)
|
2024-05-20 19:40:30 +08:00 |
|
|
|
d5561aa323
|
cmd/gf: add gf init app/mono-app -a (#3550)
|
2024-05-15 20:25:43 +08:00 |
|
|
|
cf37731d5f
|
version: v2.7.1 (#3573)
contrib/drivers/mssql/v2.7.1
contrib/config/polaris/v2.7.1
contrib/drivers/clickhouse/v2.7.1
contrib/trace/jaeger/v2.7.1
contrib/metric/otelmetric/v2.7.1
contrib/config/apollo/v2.7.1
contrib/drivers/pgsql/v2.7.1
contrib/registry/nacos/v2.7.1
contrib/sdk/httpclient/v2.7.1
contrib/config/kubecm/v2.7.1
contrib/registry/file/v2.7.1
contrib/drivers/oracle/v2.7.1
contrib/nosql/redis/v2.7.1
contrib/rpc/grpcx/v2.7.1
contrib/registry/zookeeper/v2.7.1
cmd/gf/v2.7.1
contrib/trace/otlphttp/v2.7.1
contrib/drivers/sqlitecgo/v2.7.1
cmd/gf/internal/cmd/testdata/build/varmap/v2.7.1
contrib/drivers/dm/v2.7.1
contrib/config/nacos/v2.7.1
contrib/drivers/sqlite/v2.7.1
contrib/registry/etcd/v2.7.1
contrib/registry/polaris/v2.7.1
v2.7.1
contrib/drivers/mysql/v2.7.1
contrib/config/consul/v2.7.1
contrib/trace/otlpgrpc/v2.7.1
|
2024-05-14 21:20:22 +08:00 |
|
|
|
0765741d99
|
os/gtime: fix #3558 time zone issues (#3561)
|
2024-05-10 17:44:45 +08:00 |
|
|
|
74338c498e
|
ci: fix code coverage not sync to CodeCov (#3570)
|
2024-05-10 17:44:01 +08:00 |
|
|
|
ff28d88572
|
cmd/gf: fix gen enums failed in go version v1.22.1 (#3565)
|
2024-05-07 20:40:35 +08:00 |
|
|
|
94c7185826
|
util/gvalid: fix slice enums verification failed (#3566)
|
2024-05-07 20:36:55 +08:00 |
|
|
|
8e075fba53
|
contrib/sdk/httpclient: add custom response handler support, fixe #3539 (#3540)
|
2024-04-29 20:37:25 +08:00 |
|
|
|
3b1d1d33b8
|
other: update some issue templates (#3544)
|
2024-04-29 19:37:57 +08:00 |
|
|
|
ac6604730a
|
cmd/gf: fix pbentity generate fail in mono-repo (#3547)
|
2024-04-29 19:27:15 +08:00 |
|
|
|
3cdd9ef36e
|
cmd/gf: fix command gf gen dao for fieldMapping feature (#3549)
|
2024-04-29 19:22:02 +08:00 |
|
|
|
9aa426a105
|
database/gdb/gdb_model_soft_time: fix soft-time support fieldType:LocalTypeUint64 in Insert/Update perations (#3551)
|
2024-04-29 19:00:51 +08:00 |
|
|
|
5b7cae78bc
|
feat: add custom field type mapping support for command gf gen dao (#3498)
|
2024-04-25 19:19:09 +08:00 |
|
|
|
cc98e5759c
|
fix: #3200 empty content in glog handler after structure logging feature supported (#3475)
|
2024-04-25 19:13:50 +08:00 |
|
|
|
12ff9af431
|
test/gtest: add support for string type in AssertIN and AssertNI (#3537)
|
2024-04-24 21:04:54 +08:00 |
|
|
|
aa6d83fe1c
|
other: enhance Issues and Pull Requests template (#3533)
|
2024-04-24 19:20:34 +08:00 |
|
|
|
f48ca959f7
|
chore: fix function names in comment (#3536)
|
2024-04-24 19:14:42 +08:00 |
|
|
|
59a959a361
|
fix: #3459 gf gen dao should ignore link configuration from file as it is passed from arguments (#3531)
|
2024-04-23 21:43:45 +08:00 |
|
|
|
ce57b26769
|
cmd/gf: fix unit testing cases for compatibility with windows (#3532)
|
2024-04-23 21:39:11 +08:00 |
|
|
|
adc94fd97a
|
fix: uint testing case for signal feature of package gproc occasionally failed (#3529)
|
2024-04-23 21:30:33 +08:00 |
|
|
|
1013df1627
|
enhance: improve performance of struct converting for package gconv (#3412)
|
2024-04-23 21:30:06 +08:00 |
|