Commit Graph

3874 Commits

Author SHA1 Message Date
John Guo
578e7d634b comment updates for package gvalid 2021-05-29 16:47:39 +08:00
John Guo
6659a49869 Merge branch 'master' of https://github.com/gogf/gf 2021-05-29 16:45:19 +08:00
John Guo
d9bc8b05e1 add example for package gvalid 2021-05-29 16:45:08 +08:00
John Guo
571405597b
Merge pull request #1271 from wangle201210/master
add valid size method
2021-05-29 16:16:21 +08:00
John Guo
1441ce7f5f add examples for package gproc 2021-05-29 15:47:07 +08:00
wanna
071a587755 Merge remote-tracking branch 'upstream/master' 2021-05-29 12:35:56 +08:00
wanna
c1db01425e fix remarks 2021-05-29 12:25:50 +08:00
wanna
7bfd48e2ab valid field length 2021-05-29 12:15:37 +08:00
John Guo
e80309af32 Merge branch 'master' of https://github.com/gogf/gf 2021-05-29 11:30:47 +08:00
John Guo
fa1814ff54 add custom rule fucntions feature for package gvalid 2021-05-29 11:30:34 +08:00
wanna
d7b8a2684a Revert ""gvalid length" compatible with only one parameter"
This reverts commit b2d3c7d1fd.
2021-05-29 11:28:26 +08:00
John Guo
8559cd299d
Merge pull request #1268 from wangle201210/master
"gvalid  length" compatible with only one parameter
2021-05-28 13:44:36 +08:00
wanna
b2d3c7d1fd "gvalid length" compatible with only one parameter 2021-05-28 11:34:51 +08:00
John Guo
5100e0e8b7 add sub-query feature for orm 2021-05-27 22:18:16 +08:00
John Guo
8acb921ee3 improve package gtimer for times limitation 2021-05-27 13:10:10 +08:00
John Guo
fc88001a8c revert name from Job to Entry for package gtimer/gcron 2021-05-26 09:55:33 +08:00
John Guo
fab6c4048d comment update 2021-05-25 22:16:55 +08:00
fangjw
7b32791006 修复浮点型排序
原因:
返回值,强制转成 int 类型,会导致浮点型比较不准确,例如:0.33,转成 int 类型时,会变成 0
2021-05-25 16:15:02 +08:00
fangjw
aa04948319 修复浮点型排序
原因:
返回值,强制转成 int 类型,会导致浮点型比较不准确,例如:0.33,转成 int 类型时,会变成 0
2021-05-25 16:10:52 +08:00
John Guo
5903eb8ceb fix issue #1254 2021-05-25 09:56:23 +08:00
John Guo
211e62a8e7 add timestamptz type support for pgsql for package gdb 2021-05-24 13:30:04 +08:00
John Guo
64a9b06e64 comment update 2021-05-23 00:02:49 +08:00
jflyfox
6d81aa4462 infract internal link 2021-05-21 15:38:56 +08:00
jflyfox
406b6bf410 infract internal link 2021-05-21 15:30:21 +08:00
John Guo
4e41d8aff8 improve context and nested transaction feature for package gdb 2021-05-21 13:25:53 +08:00
John Guo
017c6e4e1f add example for i18n feature of package gvalid 2021-05-19 23:17:13 +08:00
John Guo
7d3233c7ad add context for custom validation rule function;add function WhereNot for gdb.Model 2021-05-19 22:33:50 +08:00
John Guo
3e2662582c improve nested transaction feature for package gdb 2021-05-19 21:17:21 +08:00
John Guo
c94dee8191 improve nested transaction feature for package gdb 2021-05-19 21:11:51 +08:00
John Guo
ab2ef13d99 improve transaction for package gdb 2021-05-19 20:33:19 +08:00
John Guo
fac9ab5c01 improve package gvalid 2021-05-19 19:00:34 +08:00
John Guo
420e0b9ca4 improve package gvalid 2021-05-19 13:29:40 +08:00
John Guo
ea0340db8e improve validation manager feature for package gvalid 2021-05-19 09:25:49 +08:00
John Guo
0bd1ea07a7 example update 2021-05-18 20:52:39 +08:00
John Guo
c8c28770fb change Error from struct to interface for package gvalid;error string update for package gdb 2021-05-18 20:51:31 +08:00
John Guo
0dfd968824 comment update for package gconv/gproc 2021-05-17 21:26:39 +08:00
John Guo
b84ca9cc13 debug 2021-05-17 20:25:00 +08:00
John Guo
e5734425ba debug 2021-05-17 20:18:21 +08:00
John Guo
2274a10cfd fx issue #1250 2021-05-17 19:59:34 +08:00
John Guo
302e234bfe comment update for package gfsnotify 2021-05-17 19:17:04 +08:00
John Guo
2b942bf06b
Merge pull request #1247 from notnear/master
add websocket client
2021-05-17 13:52:39 +08:00
John Guo
522f6cb455 fix issue of failing in folder watching with no recursive option for package gfsnotify 2021-05-17 13:43:36 +08:00
John Guo
a757fbd37d improve package gcfg 2021-05-17 00:07:06 +08:00
John Guo
33567ef338 remove unit testing file for package internal/json 2021-05-15 23:42:39 +08:00
John Guo
b2a15c259e improve unit testing case for package internal/json 2021-05-15 23:21:38 +08:00
John Guo
d12409b118 revert json.UnmarshalUseNumber to json.Unmarshal for code in the example folder 2021-05-15 23:13:31 +08:00
John Guo
8aed1eca13 version updates 2021-05-15 23:02:44 +08:00
John Guo
f389688caa add unit testing cases for package internal/json 2021-05-15 23:02:21 +08:00
John Guo
7003c284d0 replace json.Unmarshal with json.UnmarshalUseNumber for packages 2021-05-15 22:38:07 +08:00
John Guo
facb2949c3 improve unit testing cases for package gtimer 2021-05-15 18:31:46 +08:00