Commit Graph

5893 Commits

Author SHA1 Message Date
oldme
3a8f246569
fix: unit test error in PgSQL and SQLite; Unified t.Assert(err, nil) to t.AssertNil(err) (#3356) 2024-03-12 20:05:03 +08:00
John Guo
607f079b23
fix: cache value assertion panic if the cache adapter is not in-memory for soft time feature of package gdb; improve converting performance for gconv.Scan (#3351) 2024-03-07 11:36:42 +08:00
oldme
cab6b89446
enhance: update contrib/drivers/README.MD (#3355) 2024-03-07 11:34:49 +08:00
John Guo
6ed3038312
feat: version v2.6.4 (#3352) 2024-03-07 10:12:58 +08:00
laushunyu
9b48da459e
enhance: add sentinel auth config for redis (#3348) 2024-03-06 19:27:52 +08:00
oldme
fbd266fad0
enhance: add Save operation support for SQLite #2764 (#3315) 2024-03-06 19:22:58 +08:00
oldme
240dadff92
fix: WherePri function wrong in pgsql #3330 (#3339) 2024-03-06 19:19:07 +08:00
oldme
290f4a3e65
fix: recognize json_valid constraint as json field type for database mariadb #2746 (#3309) 2024-03-06 19:07:31 +08:00
oldme
97fcd9d726
enhance: improve FormatUpsert implements for pgsql (#3349) 2024-03-06 19:05:13 +08:00
施国鹏
df15d70466
enhance: change tracing span name from request uri to router uri for http request (#3338) 2024-03-05 21:11:27 +08:00
John Guo
680ae8616b
fix: generated dao go files forcely cleared by command gf gen dao if clear set true (#3337) 2024-03-05 20:49:19 +08:00
houseme
4feb8219fa
feat: upgrade set-go version and add go 1.22 version (#3316) 2024-03-04 20:18:31 +08:00
oldme
509cc47d3f
enhance: add Save operation support for pgsql #3053 (#3324) 2024-03-04 20:17:43 +08:00
Agzer0
849b104c31
enhance: gproc.signal enhance #3325 (#3326) 2024-03-04 20:10:05 +08:00
施国鹏
ce3ef13e6a
fix: otel tracing content contains invalid UTF-8 (#3340) 2024-02-29 20:22:42 +08:00
rio
c8a73f8c25
nacos-sdk-go upgrade to v2 (#3334) 2024-02-28 21:52:32 +08:00
weiwei
b71ee13ccd
fix error code comment on i18n defaultLanguage value (#3335) 2024-02-28 21:51:43 +08:00
海亮
a347cdc30e
fix github pages ci (#3331) 2024-02-28 19:20:37 +08:00
Tallone
39a88ef650
fix typo (#3332) 2024-02-27 21:09:43 +08:00
oldme
8b156e25c4
enhance mysql_z_unit_model_test (#3329) 2024-02-27 21:07:31 +08:00
海亮
eb0c4b3824
fix #3226 (#3322) 2024-02-27 20:37:49 +08:00
海亮
56ef0c0735
fix issue command gf run -w takes no effect (#3321) 2024-02-27 20:33:57 +08:00
oldme
a1a9465e52
add ExampleCache_Clear (#3310) 2024-02-27 19:42:58 +08:00
John Guo
d64a31fd1a
new version v2.6.3 (#3308) 2024-02-07 17:11:36 +08:00
John Guo
6cdf044320
fix issue #2616 (#3307) 2024-02-07 16:47:41 +08:00
John Guo
5307f0742e
add # for cron pattern that can ignore seconds, which makes the cron pattern running in minimum minute like linux crontab pattern (#3306) 2024-02-07 15:38:24 +08:00
oldme
51326f3d02
fix #3245 (#3298) 2024-02-06 11:47:25 +08:00
oldme
e1fa99013a
use iota to unify the enums definition (#3305) 2024-02-06 11:44:29 +08:00
John Guo
72014689e4
fix issue #2643 (#3304) 2024-02-06 10:21:44 +08:00
John Guo
2acdf4bb47
add field type detection for soft time field like created_at/updated_at/deleted_at to support unix timestamp or bool deleting table field (#3293) 2024-02-06 10:21:23 +08:00
John Guo
85c5b7f19e
fix issue #2594 (#3303) 2024-02-05 20:40:03 +08:00
John Guo
42ec1a0076
fix issue #2572 (#3301) 2024-02-05 19:20:05 +08:00
海亮
553cc45e54
fix empty pwd path read from gfile.Pwd() which could cause internal error logging for gview.New (#3302) 2024-02-05 16:49:44 +08:00
John Guo
7415ec32c8
fix issue #2503 (#3299) 2024-02-05 10:30:03 +08:00
John Guo
14568562e3
fix issue #2552 (#3300) 2024-02-05 10:29:43 +08:00
John Guo
cc79d23334
fix issue #2457 (#3297) 2024-02-02 10:57:24 +08:00
John Guo
ef2b47d180
fix issue #3292 (#3294) 2024-02-01 16:02:36 +08:00
jswxstw
adc056f547
feat: support running commands via non-command line arguments (#3290) 2024-01-30 20:14:13 +08:00
John Guo
8266a16b4e
fix issue #3286 (#3289) 2024-01-30 20:03:58 +08:00
conwaypan
c4a51f4c2f
bugfix:fix gconv map deep option not effective (#3287) 2024-01-29 19:52:04 +08:00
海亮
4ddc9c3909
add offline document link in readme.md (#3284) 2024-01-25 20:47:21 +08:00
oldme
0a2f8abb40
Update annotation for redis.toml (#3282) 2024-01-24 20:37:41 +08:00
John Guo
81de5d3f25
fix workflow script for cli building and release (#3279) 2024-01-24 20:36:50 +08:00
John Guo
e6d61e6e14
fix error in gerror.HasCode (#3277) 2024-01-24 20:36:32 +08:00
John Guo
4fb739615b
version v2.6.2 (#3276) 2024-01-22 21:53:10 +08:00
John Guo
ba39323d30
improve converter feature for package gconv (#3211) 2024-01-22 21:52:54 +08:00
John Guo
383937fe69
add example for ctx keys feature of package glog (#3273) 2024-01-22 21:07:40 +08:00
Bob
f919f90bf5
rename gitee issue template (#3274)
rename gitee ISSUE_TEMPLATE.MD to ISSUE_TEMPLATE
2024-01-22 21:07:04 +08:00
John Guo
b4f6f06ab5
no printing internal middleware for ghttp.Server (#3271) 2024-01-22 21:05:40 +08:00
John Guo
73fbca40ca
add internal error logging and update comments for gclient.RequestVar (#3270) 2024-01-18 10:21:38 +08:00