Commit Graph

117 Commits

Author SHA1 Message Date
John Guo
57ccc13e0c unit testing files renaming 2021-11-17 23:20:58 +08:00
houseme
8ddab7f0cc
Merge branch 'gogf:master' into master 2021-11-14 22:50:53 +08:00
John Guo
e23704d694 improve package gvalid by adding extra internal variable for error message template, changing :xxx varibale name to {xxx} format 2021-11-14 21:00:34 +08:00
houseme
e4ddeb6033 Improved import, by group improt. 2021-11-14 18:24:38 +08:00
John Guo
ce16dad88f improve error handling for custom validation rule for package gvalid 2021-11-14 17:47:21 +08:00
houseme
d864120353 Improved import, by group improt. 2021-11-13 23:30:31 +08:00
John Guo
95a4690e69 improve error feature for package gvalid 2021-11-09 17:50:14 +08:00
John Guo
02e1d01f29 improve RuleFunc for package gvalid 2021-11-09 15:22:17 +08:00
John Guo
e0db3c87cf improve RuleFunc for package gvalid 2021-11-09 14:31:16 +08:00
huangqian
e045aaaf07 Merge branch 'master' of https://github.com/gogf/gf into develop 2021-11-03 23:05:23 +08:00
huangqian
4e05795642 Modify variable name 2021-11-03 22:38:31 +08:00
huangqian
274052511c Complete the following verification rule example method
1.mac 2.url 3.domain 4.size 5.length 6.min-length 7.max-length 8.between 9.min 10.max 11.json 12.integer 13.float 14.boolean 15.regex
2021-11-03 22:20:05 +08:00
John Guo
0c43e7986f improve function gutil.Dump/DumpWithType 2021-11-03 13:27:37 +08:00
huangqian
797719d8d5 Complete the following verification rule example method
1. passport 2.password 3.password2 4.password3 5.postcode 6.resident-id 7.bank-card 8.qq 9.ip 10.ipv4 11.ipv6
2021-11-02 23:47:25 +08:00
huangqian
a3eff53c69 Modify "date" rule Example 2021-11-02 11:22:34 +08:00
huangqian
94768530cc Complete the following verification rule example method
1. datetime 2.date-format 3.email 4.phone 5.phone-loose 6.telephone
2021-11-02 00:03:44 +08:00
huangqian
191ad20436 Complete the following verification rule example method
1. date
2021-10-31 23:16:54 +08:00
huangqian
4b3eb09492 Complete the following verification rule example method
1. required 2.required-if 3.required-unless 4.required-with 5.required-with-all 6.required-without 7.required-without-all 8.same 9.different 10.in 11.not-in
2021-10-29 22:44:35 +08:00
John Guo
2cf84e020f add automatically detectting feature for 'in' attribute of parameters for package goai;add 'datetime' rule for package gvalid 2021-10-27 15:33:29 +08:00
John Guo
a19ba3d530 add embedded struct fields overwrite feature for package internal/structs 2021-10-26 21:57:56 +08:00
John Guo
862ef57e0f fix unit testing cases 2021-10-21 19:25:39 +08:00
John Guo
fa5499373a replace char <xxx> to ;add GetWithEnv/GetWithCmd fuctions for package gcfg 2021-10-21 18:22:47 +08:00
John Guo
1bc0635f8b version 2 2021-10-11 21:41:56 +08:00
John Guo
bea54b445e add context for validation functions of package gvalid 2021-10-11 21:34:19 +08:00
John Guo
f2bab9777d comment update for package gvalid 2021-09-27 22:52:14 +08:00
John Guo
df09d8c604 refract package ghttp/gredis/glog 2021-09-27 21:27:24 +08:00
jianchenma
01a3dd1eb0 add function gerror.HasStack; rename all api* interfaces to i* 2021-09-17 19:26:56 +08:00
John Guo
66b8b591df fix issue in missing import for package gcode 2021-08-24 21:31:15 +08:00
John Guo
abc8e62d58 add package gcode and improve error implements for package gerror 2021-08-24 21:18:59 +08:00
John Guo
7b9888c004 add FieldCount/FieldSum/FieldMax/FieldMin/FieldAvg functions for gdb.Model 2021-08-12 19:42:44 +08:00
John Guo
685bf56a30 fix issue #1325 2021-08-03 22:21:20 +08:00
John Guo
f02372cf58 improve package gvalid 2021-08-01 23:50:44 +08:00
John Guo
7678540270 add bail rule for package gvalid 2021-08-01 22:12:44 +08:00
John Guo
0ddacdd7e2 add error code for components 2021-07-20 23:02:02 +08:00
John Guo
bb0a3e09d6 revert gerror usage for package gvalid 2021-06-26 18:44:59 +08:00
John Guo
d109706ad3 unify error package to gerror 2021-06-26 18:34:26 +08:00
John Guo
742c7913ea fix issue in function Parse for package ghttp 2021-06-02 21:12:27 +08:00
John Guo
1c09846d3e fix issue #1272 2021-06-01 20:09:52 +08:00
John Guo
578e7d634b comment updates for package gvalid 2021-05-29 16:47:39 +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
wanna
b2d3c7d1fd "gvalid length" compatible with only one parameter 2021-05-28 11:34:51 +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
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