Commit Graph

441 Commits

Author SHA1 Message Date
John
0c41909454 pakage comments updates 2019-01-15 23:27:47 +08:00
John
f900414e38 add surport for field type auto detection in gform 2019-01-14 22:55:43 +08:00
John
9415419324 fix issue in gconv.Struct when given atrr of struct is nil time.Time 2019-01-14 09:00:31 +08:00
John
0a422e9a89 rename go test funcs for gtimer 2019-01-12 22:47:07 +08:00
John
432c16c89f complete pckage gtimer development, a levelled timing wheel for interval/delayed jobs running and management 2019-01-12 22:41:12 +08:00
John
241706cbbf up 2019-01-12 20:20:30 +08:00
John
33dd0f9922 timing wheel up 2019-01-11 13:46:40 +08:00
John
ed8bb354e5 up 2019-01-09 18:47:11 +08:00
John
e373392f64 up 2019-01-09 13:26:59 +08:00
John
292fd2f39e up 2019-01-09 13:06:15 +08:00
John
1c9cb8286f up 2019-01-09 12:54:37 +08:00
John
8296061b64 up 2019-01-06 16:43:42 +08:00
John
bb5d84c29c up 2019-01-06 11:09:50 +08:00
John
40b5162fdf up 2019-01-04 15:32:16 +08:00
John
858b010caa up 2019-01-03 19:11:54 +08:00
John
a95b1f0dae add more unit test cases 2019-01-02 10:18:00 +08:00
John
f1c7b95b33 up 2019-01-01 19:43:31 +08:00
John
6f15adf57f unit test cases++ 2018-12-31 17:46:04 +08:00
John
98619f9bc9 add more unit test cases for web server 2018-12-30 22:02:46 +08:00
John
1efeb2515d refract package 'gcron'; add package 'gtimew' for Time Wheel style job management 2018-12-30 18:56:21 +08:00
John
ccf837b2bf up 2018-12-30 14:53:16 +08:00
John
e558863743 up 2018-12-30 11:08:07 +08:00
John
f5b2556b70 up 2018-12-28 21:44:36 +08:00
John
fff31e0f4f add Charset support for mysql of gdb package; fix issue for glog for log writing failed when the folder path wa deleted 2018-12-19 18:15:22 +08:00
John
cdd6fc7c1e extend pid length from 16bit to 24bit in process communication of gproc package 2018-12-19 16:17:54 +08:00
John
74bc36a2dc remove gfile.MainPkgPath check in gcfg/gview default path 2018-12-19 14:51:09 +08:00
John
a86f4f8e23 disable auto adding temp directory to gview/gcfg search path; disable backtrace feature in normal log print with glog; fix issue caused by fmt.Fprintf in gfsnotify 2018-12-18 20:03:23 +08:00
John
18d2df33f7 CI updates 2018-12-17 19:26:59 +08:00
John
a85daa5617 CI updates 2018-12-17 18:35:29 +08:00
John
95db811943 add travis/goreport/golint/govet 2018-12-17 13:02:18 +08:00
John
656bfcb6bd Merge branch 'qiangg_db2' into develop 2018-12-16 22:22:33 +08:00
John
7434dfe6fa done refacting gdb package 2018-12-16 22:22:07 +08:00
John
e67aa63a50 refract gdb package, add complete unit test cases, almost there 2018-12-15 15:50:39 +08:00
John
06fc786416 fix issue of gcache 2018-12-14 18:38:29 +08:00
John
c961c22cd7 update gview: show empty string when the variable does not exist 2018-12-13 18:24:22 +08:00
John
b7a6d257d5 Fix binary decoding issue of gbinary package. 2018-12-08 18:18:05 +08:00
John
7022486e93 Package gview: build-in function 'date' supports printing current datetime. 2018-12-05 15:52:38 +08:00
John
83f5a9d34e Package gview: build-in function 'date' supports printing current datetime. 2018-12-05 15:48:15 +08:00
John
8481de2b47 Add method for gcache package, to show all map datas of the cache. 2018-12-04 20:23:48 +08:00
John
c973f133de hot fix 2018-12-04 19:50:24 +08:00
John
d23cdcbe57 改进gcache,完善功能及基准测试;改进gconv.Map对struct转换时默认使用json tag作为键名 2018-12-04 19:26:46 +08:00
John
b19e47783b ghttp增加静态文件目录映射功能;改进gspath目录管理功能;改进gconv的slice转换功能,并增加gconv.Map方法 2018-11-30 09:48:57 +08:00
John
aee266eea0 WebServer改进 2018-11-28 20:19:28 +08:00
John
b965dbff70 gvar调用端改进,去掉不必要的并发安全参数;错误提示细节改进 2018-11-25 22:18:36 +08:00
John
38932f306d 改进gspath缓存数据结构 2018-11-23 16:45:30 +08:00
John
5e7e1077a1 性能改进 2018-11-23 09:20:45 +08:00
John
9e1ad46c90 改进ghttp.Request,增加SetParam/GetParam请求流程自定义变量方法;gvar模块增加VarRead只读接口 2018-11-19 21:11:43 +08:00
John
ea4764f1f9 当前工作目录为系统临时目录时,gcfg/gview/ghttp模块默认不添加工作目录到搜索路径 2018-11-18 19:45:04 +08:00
John
fe753b0bc8 当前工作目录为系统临时目录时,gcfg/gview/ghttp模块默认不添加工作目录到搜索路径 2018-11-18 19:37:42 +08:00
John
04608269fe 修复gspath模块是windows下搜索失效问题 2018-11-18 19:14:17 +08:00
John
6addd64cf0 glog模块日志前缀输出改进 2018-11-17 22:12:41 +08:00
John
f1b93204ac 改进WebSocket默认支持跨域请求;修复gspath模块Search时带有indexFiles的检索问题 2018-11-17 19:45:15 +08:00
John
b1455a1736 去掉gfile中得指针池使用;增加gvalid顺序性校验结果示例程序 2018-11-17 12:09:16 +08:00
John
c89482c3d6 WebServer性能细节改进 2018-11-17 11:17:02 +08:00
John
b190ee9fe6 初步完成第一阶段的性能改进 2018-11-17 02:39:23 +08:00
John
778595dd8f 性能改进中 2018-11-16 22:44:47 +08:00
John
e8101cb02f 性能改进中 2018-11-16 18:20:09 +08:00
John
7f640da9a1 修复gtime.StrToTime的日期解析问题 2018-11-13 22:47:08 +08:00
John
2037e962f5 Merge branch 'develop' 2018-11-11 14:24:44 +08:00
John
41c85ab84f glog增加文件指针池使用 2018-11-11 14:24:04 +08:00
John
72a18c0a10 glog增加文件指针池使用 2018-11-11 14:21:22 +08:00
John
e4b1b03b7f 改进gfsnotify在windows系统下的监控 2018-11-11 13:59:40 +08:00
John
882c69cb08 改进gfsnotify,支持编辑器对文件非标准编辑时(RENAME+CHMOD)的热更新问题 2018-11-11 11:26:03 +08:00
John
2e5ad622b5 修改gview调试信息 2018-11-10 12:35:27 +08:00
John
99f8aafc94 修复在windows系统下的gfile.MainPkgPath方法失效问题 2018-11-10 12:31:19 +08:00
john
59318ca184 改进gfile文件内容操作为使用gfpool 2018-11-08 14:00:28 +08:00
john
f1714b245f 改进gfpool,提升IO性能比标准库高100%以上 2018-11-08 13:38:12 +08:00
john
f8329e1077 改进gtime.Format支持中文 2018-11-07 17:55:45 +08:00
john
61bc9dbd92 改进ghttp.Request.Exit,使得调用该方法时立即退出业务执行,开发者无需调用Exit方法时再使用return返回;glog模块增加To链式操作方法,执行下一次写入的writer 2018-11-06 18:53:25 +08:00
john
9fedea009d 修复gtime时间解析问题 2018-11-06 17:42:01 +08:00
john
a31ac5b699 merge master 2018-11-06 11:22:07 +08:00
john
d67b1ce3ae 注释完善 2018-11-06 11:03:59 +08:00
john
f2a74220ad 改进gtime对日期时间字符串的解析 2018-11-06 10:59:32 +08:00
john
97c8ad2526 完善gfsnotify callback特性 2018-11-06 10:08:08 +08:00
john
df173253ab 修改gfsnotify默认的Watcher数量,并可以通过命令行参数或者环境变量进行修改 2018-11-06 09:42:09 +08:00
john
186f4adc93 改进gfsnotify默认实例数限制处理 2018-11-05 19:21:59 +08:00
john
e2111ceb3e 初步完成对gfsnotify的改进,增加对特定回调的取消注册功能 2018-11-05 16:26:08 +08:00
john
d257e554dd 改进grand随机数生成设计,底层使用crypto/rand+缓冲区实现高速的随机数生成;gtime模块增加FuncCost函数执行耗时计算 2018-11-05 13:53:17 +08:00
john
96419afafe 默认的gfsnotify.Watcher对象只有在使用时才会创建 2018-11-05 10:39:18 +08:00
john
724d9c6cf6 添加gfsnotify默认Watcher实例数为8 2018-11-05 10:34:28 +08:00
john
d9843ae469 添加gfsnotify默认Watcher实例数为8 2018-11-05 10:34:21 +08:00
John
45f43c6c60 gcron增加DelayAdd方法 2018-11-05 10:29:58 +08:00
john
276bae7ef1 改进gfsnotify模块,去掉与gfile模块的依赖;改进gfpool文件指针池,加上对gfsnotify模块的依赖,使用全局文件监控对象 2018-11-03 17:50:00 +08:00
john
464b6ed7ec 临时去掉gfpool文件指针池的使用 2018-11-03 15:27:48 +08:00
john
68ce63e1d9 gfpool改进中 2018-11-02 19:21:57 +08:00
john
11c39d9502 修复gproc.ShellRun在windows下的执行问题 2018-11-01 18:18:45 +08:00
john
a9f03fe9cb 改进gfpool文件指针池,增加对文件mv/rm后的指针池重建;改进gtime,增加对时间字符串更多的默认时间格式支持,新增gtime.ParseTimeFromContent方法 2018-11-01 17:22:55 +08:00
john
b2cb4486cb Merge branch 'master' of https://gitee.com/johng/gf into qiangg_gfpool20181031 2018-11-01 10:22:25 +08:00
John
ee1df4d0e5 服务注册时增加方法定义判断;模板引擎增加strlimit/hidestr/highlight/toupper/tolower/nl2br内置模板函数 2018-10-31 22:39:58 +08:00
john
f3f7398ed8 gfpool改进中 2018-10-31 19:00:28 +08:00
john
df1b52d5d7 改进gtime.StrToTime对常用时间格式匹配模式 2018-10-31 16:57:13 +08:00
john
78665937f1 还原glog.GetBacktrace文件打印开始位置 2018-10-31 16:23:31 +08:00
John
2d23a18810 框架一些模块的细节改进 2018-10-30 23:58:10 +08:00
John
cb2d40ed1a 去掉gview.HTML 2018-10-29 23:22:01 +08:00
John
ddf979e65b 模板引擎新增若干内置函数;gstr增加对中文截取方法 2018-10-29 22:58:30 +08:00
john
c4ef89eda3 改进gfile在开发环境下的main包绝对路径获取方式;ghttp.Request增加idFileServe属性 2018-10-29 13:59:06 +08:00
John
b6782a5e7d gcfg增加获取配置变量为*gvar.Var; gfsnotify修复'假删除'处理逻辑 2018-10-27 16:05:36 +08:00
john
810252a00e gfile.ScanDir支持pattern多个文件模式匹配,使用','符号分隔多个匹配模式 2018-10-26 18:39:03 +08:00
John
7b07443c14 去掉gspath模块调试语句 2018-10-25 22:18:36 +08:00
john
e0c93a9429 改进gtype.Set方法,增加Set原子操作返回旧的变量值;改进gcron,增加自定义的Cron管理对象,增加New/Start/Stop方法;TODO++ 2018-10-25 10:08:08 +08:00
john
b8764d5ef9 glog增加全局的BackTrace关闭功能 2018-10-24 17:38:07 +08:00
john
f3a1a7152e 完善gfile注释 2018-10-24 14:51:32 +08:00
john
9b214fa489 改进gcron,增加定时任务名称特性,并可根据名称执行检索和删除 2018-10-24 09:06:29 +08:00
john
1028ffa49f 修复gkafka异步发送消息问题,改进gfile常量管理 2018-10-23 16:56:25 +08:00
john
695140a1ab 完成gfile文件内容操作方法改进 2018-10-23 14:55:52 +08:00
john
648bc400dc gfile改进中 2018-10-22 18:58:11 +08:00
john
c5a03fca83 新增gcron定时任务包 2018-10-22 16:53:43 +08:00
john
2d9df2f544 去掉第三方times包 2018-10-22 13:19:06 +08:00
john
7fbbf09b0e 新增go modules支持,自行管理第三方包依赖,方便开发者使用 2018-10-22 11:13:00 +08:00
john
331986aa00 go.mod updates,去掉gmmap包 2018-10-19 18:23:55 +08:00
john
8594df0ac2 完善注释 2018-10-18 17:47:54 +08:00
john
18c1d84ff5 完成Web Server路由表打印/获取特性 2018-10-18 13:43:00 +08:00
john
3e10d301ee 增加gtime.StrToTimeFormat方法示例程序 2018-10-16 16:09:36 +08:00
john
cc2e891980 改进gtime模块,并增加时区转换方法 2018-10-16 15:49:30 +08:00
John
dc28b93f4a 统一使用gview.Params类型作为模板变量类型 2018-10-15 22:58:54 +08:00
John
4da88f093a 统一使用gview.Params类型作为模板变量类型 2018-10-15 22:45:04 +08:00
John
aa4943e606 g.View增加分组名称;模板引擎增加Assign/Assigns方法 2018-10-15 22:39:56 +08:00
john
97032a47c9 模板引擎增加text/html方法,用于过滤html标签及保留html标签 2018-10-15 13:46:51 +08:00
John
caffdb143e g.DB/g.Config改进单例缓存键名 2018-10-13 20:43:21 +08:00
john
e3a491a16b gspath添加debug信息,改进glog链式操作方法 2018-10-11 09:56:01 +08:00
john
0733164af1 改进glog的backtrace skip功能,g模块增加错误日志信息提示 2018-10-10 18:39:57 +08:00
john
029bbd2ded 完善glog示例程序文件 2018-10-10 15:24:30 +08:00
john
2af1639751 glog增加对文件名称格式的自定义设置,支持gtime日期格式 2018-10-09 21:41:07 +08:00
john
845b954d0e gconv增加Ints/Floats/Interfaces转换方法,完善gconv.Struct方法封装,改进相关依赖包对gconv的引用 2018-10-09 10:05:55 +08:00
john
c3d8ba756b 完善gconv.Struct转换示例代码,改进gjson/gparser/gcfg相关引用方法 2018-10-08 13:38:36 +08:00
john
7e32a2e384 merge master 2018-09-30 08:36:41 +08:00
john
94651d1f5c 改进glog backtrace输出判断 2018-09-29 18:25:20 +08:00
john
930cd4dc69 Merge branch 'master' of https://gitee.com/johng/gf into qiangg_gvar 2018-09-29 08:45:00 +08:00
John
923baec62e 修复gfsnotify默认递归监控整个gspath.Add添加的目录的问题 2018-09-28 22:39:15 +08:00
john
80ffcc2470 增加gvar包,并改进默认的g包 2018-09-26 09:58:49 +08:00
john
91b316eabf 改进gfpool 2018-09-25 17:25:38 +08:00
john
6d8e053635 改进gfpool 2018-09-25 15:45:07 +08:00
john
9205d5d06c 改进gfpool 2018-09-25 15:40:36 +08:00
john
25a2cb783a gfpool增加基准测试 2018-09-25 13:18:43 +08:00
john
aff8c87470 merge master 2018-09-20 09:30:05 +08:00
john
19f9b127bc 改进gmap,并完善基准测试 2018-09-20 09:28:45 +08:00
john
8b0a0ee272 kafka第三方库sarama-cluster调整为johng-cn/sarama-cluster 2018-09-19 15:08:33 +08:00
john
8ea5e1bbce 完成gcache LRU基准测试 2018-09-19 09:47:50 +08:00
John
0c2679ae1f 修复glog.SetDebug失效问题,关闭ghttp.Server的日志信息终端显示 2018-09-18 21:29:31 +08:00
john
82993a1813 gfpool改进,gkafka测试,gcache基准测试 2018-09-18 18:57:34 +08:00
john
9f1ed76d4c 去掉调试信息 2018-09-18 09:45:06 +08:00
John
b9eead27e9 gcache改进 2018-09-18 00:01:10 +08:00
john
92926db8dc 改进gfpool,改进gmap 2018-09-17 18:43:59 +08:00
John
c929a2f32e 完善gcache示例 2018-09-17 09:52:24 +08:00
John
0d19e05fb4 改进gcache底层对象继承关系 2018-09-17 09:02:08 +08:00
John
42e6271749 glog.Cat当目录不存在时自动创建 2018-09-16 16:38:17 +08:00
John
4c467aedfa gfsnotify/gfcache调试信息 2018-09-16 12:46:56 +08:00
John
359b73e61c garray.Slice方法改进,gqueue改进 2018-09-16 10:51:02 +08:00
John
01c9c165ee 改进gcache/gqueue,提高执行效率,并完善相应的基准测试用例 2018-09-15 16:40:13 +08:00
john
bf2dd56499 去掉gfilepool文件指针池包 2018-09-14 17:04:01 +08:00