John
|
dc82ce395a
|
comment updates for gcfg
|
2019-04-05 00:23:59 +08:00 |
|
John
|
08550d413e
|
update unit test cases for gcfg
|
2019-04-04 09:18:43 +08:00 |
|
John
|
b89294561b
|
add gmap.SetIfNotExistFunc/SetIfNotExistFuncLock for gmap; update comment of gmap; update instance feature of gcfg
|
2019-04-03 23:39:31 +08:00 |
|
John
|
630d8fdb43
|
add Instance function for gcfg
|
2019-04-03 09:59:15 +08:00 |
|
John
|
ecc6e3888d
|
up
|
2019-04-02 17:10:21 +08:00 |
|
John
|
47c073aaf3
|
add Clear function for gcfg; mark Reload function of gcfg as deprecated; update unit test for gins
|
2019-04-02 16:08:46 +08:00 |
|
John
|
07476a4349
|
add instance management feature for gdb/gredis; add customized configuration content management feature for gcfg; update gjson for data content type check
|
2019-04-02 14:37:46 +08:00 |
|
John
|
9a0066de62
|
add file/folder search support for gcfg/gview in order of envpath/pwdpath/binpath/mainpath; add gfile.Search function
|
2019-03-27 11:48:53 +08:00 |
|
John
|
1325a145d8
|
fix issue in config auto reload of gcfg
|
2019-03-22 15:08:43 +08:00 |
|
John
|
11c89c4090
|
fix issue in GetOrSetFuncLock of gmap/gcache; add gutil.IsEmpty/Export functions
|
2019-03-21 18:20:20 +08:00 |
|
John
|
4e3d735b90
|
add logging for gcron
|
2019-03-19 13:58:18 +08:00 |
|
John
|
25a6c53533
|
add unit test cases for gfsnotify
|
2019-03-15 14:54:01 +08:00 |
|
John
|
2ae5b1a4f8
|
add more unit test cases for ghttp.Server
|
2019-03-10 00:35:03 +08:00 |
|
John
|
83be1de04c
|
remove error returns from router registry functions of WebServer; add more unit test cases for WebServer
|
2019-03-06 15:21:00 +08:00 |
|
John
|
f92c1fc527
|
update CORS feature of ghttp.Response; add more unit cases for ghttp.Server
|
2019-03-01 23:45:55 +08:00 |
|
John
|
fa256aec9f
|
add example for layout using template engine; fix issue with config error output in gview when no config used
|
2019-02-27 22:53:39 +08:00 |
|
John
|
76c49170bd
|
change gitee.com/johng/gf -> github.com/gogf/gf
|
2019-02-02 16:18:25 +08:00 |
|
John
|
7b85c44444
|
add Clone for garray; comments of garray update
|
2019-02-01 22:00:58 +08:00 |
|
John
|
908a46d27d
|
gtest updates
|
2019-01-31 13:00:17 +08:00 |
|
John
|
72569321fa
|
package comments update
|
2019-01-16 13:35:16 +08:00 |
|
John
|
1600a80124
|
comment updates
|
2019-01-16 13:02:59 +08:00 |
|
John
|
80c1a02377
|
pakage comments update
|
2019-01-16 09:00:23 +08:00 |
|
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
|
b19e47783b
|
ghttp增加静态文件目录映射功能;改进gspath目录管理功能;改进gconv的slice转换功能,并增加gconv.Map方法
|
2018-11-30 09:48:57 +08:00 |
|
John
|
b965dbff70
|
gvar调用端改进,去掉不必要的并发安全参数;错误提示细节改进
|
2018-11-25 22:18:36 +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
|
b190ee9fe6
|
初步完成第一阶段的性能改进
|
2018-11-17 02:39:23 +08:00 |
|
John
|
2d23a18810
|
框架一些模块的细节改进
|
2018-10-30 23:58:10 +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
|
caffdb143e
|
g.DB/g.Config改进单例缓存键名
|
2018-10-13 20:43:21 +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
|
7ce4f02533
|
增加gfcache包,改进gcfg/gview包
|
2018-08-21 21:18:56 +08:00 |
|
John
|
85157c8708
|
ghttp对象路由注册增加Init&Shut自动回调方法;ghttp增加重复路由注册检测功能;gfsnotify增加默认递归Add/Remove特性
|
2018-08-19 11:25:15 +08:00 |
|
john
|
501e8e25ec
|
修改默认配置文件名称 config.yml -> config.toml
|
2018-08-16 11:30:41 +08:00 |
|
John
|
18059838a1
|
gcfg包增加SetViolenceCheck方法
|
2018-07-01 00:38:35 +08:00 |
|
John
|
cd9a25a996
|
优化框架gmap/gjson/gparser/gcfg包,增加常用的基本数据类型转换获取方法
|
2018-07-01 00:27:33 +08:00 |
|
John
|
4c424eea9e
|
gcfg&gparser包新增Int8/16/32/64,Uint8/16/32/64方法
|
2018-05-23 20:14:37 +08:00 |
|
John
|
7f420dee35
|
gcfg包增加SetFileName方法设置默认读取的配置文件名称
|
2018-05-23 18:42:21 +08:00 |
|
John
|
ffaebd046a
|
增加gspath目录检索包管理工具,改进gcfg配置文件检索功能
|
2018-05-03 13:35:08 +08:00 |
|
John
|
0daaea8919
|
gins单例管理增加配置文件监控功能
|
2018-04-21 11:20:31 +08:00 |
|
John
|
7c99eaf30d
|
完成模板文件自动检测更新特性
|
2018-04-18 16:16:09 +08:00 |
|
John
|
31c72feba8
|
gcfg包增加配置文件自动更新检测特性
|
2018-04-18 16:00:47 +08:00 |
|
John
|
aca2b335e0
|
gcfg增加配置文件自动检测更新特性
|
2018-04-17 17:09:07 +08:00 |
|
John
|
d23381f3dd
|
去掉gcfg包中的debug
|
2018-04-17 15:10:22 +08:00 |
|
John
|
a9dffe4a10
|
gcfg增加gtype使用,修正path值缺失问题
|
2018-04-17 15:09:32 +08:00 |
|
John
|
93440eeca4
|
gcfg增加GetPath方法
|
2018-04-17 14:47:45 +08:00 |
|