Commit Graph

2746 Commits

Author SHA1 Message Date
John
55137b2aa3 README, DONATOR updates 2020-03-17 22:35:09 +08:00
John
22540921b3 improve codes typing for package package gvalid 2020-03-17 22:23:29 +08:00
John Guo
52de11b1fe
Merge pull request #564 from arieslee/master 2020-03-17 22:08:31 +08:00
John
5a646179ad fix issue in limit...offset statement of postgresql for packagegdb 2020-03-17 21:38:49 +08:00
John
33ae93e050 improve CORS feature for ghttp.Server 2020-03-17 17:46:43 +08:00
John
f3d859159d improve router group for duplicated router registering for package ghttp.Server 2020-03-17 14:48:52 +08:00
sunmoon
4fb01e68f7 移除字符串ip地址与Long类型互转的方法,修改中文长度校验的方法 2020-03-17 14:26:36 +08:00
sunmoon
2812a247aa 添加验证中英文混合字符串长度的判断规则,按utf8计算,一个中文算一个字符,cn-length,cn-min-length,cn-max-length 2020-03-17 11:19:43 +08:00
John
2b46e765c4 change function time.Duration.Milliseconds to time.Duration.Nanoseconds for compatibility of Golang version < 1.13 2020-03-16 23:03:37 +08:00
John
c7f911cae2 change function time.Duration.Milliseconds to time.Duration.Nanoseconds for compatibility of Golang version < 1.13 2020-03-16 23:03:35 +08:00
John
9f0548c03d improve testdata directory retrieving for unit testing cases 2020-03-16 22:47:39 +08:00
John
c578df06a3 fix issue in unit testing case of package gfile 2020-03-16 20:51:19 +08:00
John
8ed3cf9c97 fix issue in unit testing case of package gcdg 2020-03-16 20:46:03 +08:00
sunmoon
2438f565e9 添加字符串ip地址与Long类型互转的方法 2020-03-16 11:18:06 +08:00
John
8230c72ec6 improve file uploading feature for ghttp.Request 2020-03-15 20:11:38 +08:00
John
d716037caa improve package gcfg adding default configuration file searching for instance 2020-03-15 19:56:07 +08:00
John
855a4ddb2c add file rotation feature for package glog; improve gpool/gfpool; fix issue in gfile.MTimeMillisecond 2020-03-15 19:32:29 +08:00
John
74be9fac18 add file rotation feature for package glog; improve gpool/gfpool; fix issue in gfile.MTimeMillisecond 2020-03-15 19:32:26 +08:00
John
e9fba5a166 readme updates 2020-03-14 17:15:25 +08:00
John
0a92df691b improve package gpool/gfpool; donator updates 2020-03-14 17:12:44 +08:00
John
e513cd10ed add Lock* functions for gdb.Model and improve Data/Where functions for gdb.Model 2020-03-13 17:21:30 +08:00
John
b702d98700 version updates 2020-03-12 10:05:38 +08:00
John
99f1d9d0ed improve package gudp 2020-03-11 23:59:43 +08:00
John
707b08c585 improve package gudp 2020-03-11 23:56:58 +08:00
John
f44c19868c improve package gudp 2020-03-11 23:54:35 +08:00
John
13ab139afc add more unit testing case for package gdb 2020-03-11 23:24:19 +08:00
John Guo
cacb2f142b
Merge pull request #548 from wenzi1/master
add Tables and TableFields method for sqlite
2020-03-11 23:18:59 +08:00
John
11f0317e92 add Array feature for package gdb 2020-03-11 23:17:41 +08:00
wenzi1
9a667c8803 add Tables and TableFields method for sqlite 2020-03-11 22:45:38 +08:00
John
c1cce17934 add unit testing cases for gudp 2020-03-11 16:08:17 +08:00
John
5a92d7de0d fix issue in router group registering for controller 2020-03-11 15:51:24 +08:00
John Guo
53bf378868
Merge pull request #550 from fulltimelove/master 2020-03-11 15:07:30 +08:00
John
cd7c45c00c improve default connection pool configuration for gredis 2020-03-11 14:35:23 +08:00
fulltimelove
f13a5ad82e 分组路由对象绑定时支持多方法绑定 2020-03-11 10:10:00 +08:00
John
2e9be609c8 fix issue in unit testing of gins 2020-03-11 09:22:13 +08:00
wenzi1
2f2f6e1ffe add Tables and TableFields method 2020-03-11 00:29:25 +08:00
John
f3bd2b67f7 change attribute Context to context.Context for ghttp.Request 2020-03-10 20:45:22 +08:00
John
645cecdffb improve template view instance initialization for instance of ghttp.Server 2020-03-10 20:13:36 +08:00
John
22e9965629 improve template view instance initialization for instance of ghttp.Server 2020-03-10 08:57:37 +08:00
wenzi
24ea9f9245
Merge pull request #2 from gogf/master
update
2020-03-09 23:35:59 +08:00
John
9dbde6e8f1 change function HandleSqlBeforeExec to HandleSqlBeforeCommit for package gdb 2020-03-09 22:00:01 +08:00
John
fe0b34544d fix missing of pgsql driver support for package gdb 2020-03-09 21:56:53 +08:00
John
5e489d59b4 improve HandleSqlBeforeExec function for package gdb 2020-03-09 21:53:58 +08:00
John
61f49574a9 fix issue in unit testing case for gparser 2020-03-09 20:56:10 +08:00
John
2fabcb62a8 remove binary from git 2020-03-09 19:48:51 +08:00
John
3bc3b652c1 improve unit testing case for gjson 2020-03-09 09:00:38 +08:00
John
042a6f12f5 add map conversion support for result of HGetAll for package gredis 2020-03-08 23:16:06 +08:00
John
5acce82e63 add slice support for gconv.Map 2020-03-08 23:09:37 +08:00
John
4732bf46ad add Context map for internal context workflow parameter exchanges for ghttp.Request 2020-03-08 22:53:20 +08:00
John
5bed5a1532 improve unit testing case for driver feature og package gdb 2020-03-08 12:18:07 +08:00