Commit Graph

3958 Commits

Author SHA1 Message Date
John Guo
f02372cf58 improve package gvalid 2021-08-01 23:50:44 +08:00
John Guo
ab5f809074 go.sum updates 2021-08-01 22:13:20 +08:00
John Guo
121c1a0125 Merge branch 'develop' of https://github.com/gogf/gf into develop 2021-08-01 22:13:00 +08:00
John Guo
7678540270 add bail rule for package gvalid 2021-08-01 22:12:44 +08:00
John Guo
839ebd5b51
Merge pull request #1360 from houseme/master
Update go.mod
2021-08-01 11:29:36 +08:00
John Guo
fa64df6f91 improve package gdb/glog 2021-08-01 10:33:33 +08:00
John Guo
0acd118c03 add ModelHandler feature for package gdb 2021-08-01 10:17:03 +08:00
John Guo
2b5244a54b unit testing cases update for package gredis/glog 2021-08-01 09:45:46 +08:00
John Guo
2472dd5fac github action updates 2021-08-01 09:33:12 +08:00
John Guo
5899f676f7
Merge pull request #1347 from stardemo/develop
add basic action scripts
2021-08-01 09:17:31 +08:00
jflyfox
bb57dc1ae7 improve request context feature for package ghttp 2021-08-01 09:17:37 +08:00
jflyfox
5a6c2c27df inject Request object into context 2021-07-30 17:17:13 +08:00
jflyfox
9f096fc63d improve error code for package gerror 2021-07-30 16:21:45 +08:00
jflyfox
4267aadd78 remove controller feature from package ghttp 2021-07-30 15:15:44 +08:00
jflyfox
ef77a54c7e improve OmitEmpty feature for package gdb; mark package gmvc deprecated 2021-07-30 14:58:23 +08:00
John Guo
afb0af4afd add example for package gvalid 2021-07-30 11:29:48 +08:00
houseme
15aabfb4e7
Update go.mod
update otel v1.0.0-RC1 to otel v1.0.0-RC2
2021-07-28 21:32:08 +08:00
istarboy
c83e899f1f add go version matrix 2021-07-22 09:29:26 +08:00
John Guo
ebe90dcaa8 fix issue in Cache Penetration for cache feature of package gdb 2021-07-21 19:24:16 +08:00
star liu
1c3ae11eba
Update go.yml 2021-07-21 11:18:10 +08:00
starliu
b718aa88a2 add report && i386 test 2021-07-21 00:02:15 +08:00
starliu
6240c3d90b disabled error test case to test action 2021-07-20 23:35:07 +08:00
star liu
c78f9d19f5
Update go.yml 2021-07-20 23:26:53 +08:00
John Guo
0ddacdd7e2 add error code for components 2021-07-20 23:02:02 +08:00
starliu
f8486474aa fix scripts path 2021-07-19 23:23:24 +08:00
starliu
906c54ce61 add basic action scripts 2021-07-19 23:20:51 +08:00
John Guo
f72d991c36 rename attribute names from lower-camel case to upper-camel case 2021-07-19 20:06:44 +08:00
John Guo
528f0e5434 Merge branch 'feature/new-register-type' into develop 2021-07-19 19:41:09 +08:00
John Guo
88009ee278 fix issue #1341 2021-07-15 22:19:00 +08:00
John Guo
b192b7dd60 remove internal logging for package gtimer 2021-07-15 21:46:56 +08:00
John Guo
03d51bd18c add internal logging for package gtimer 2021-07-15 21:40:26 +08:00
John Guo
5c6c932a75 merge master 2021-07-15 21:23:36 +08:00
John Guo
92c3c136f9 improve color feature for package glog 2021-07-15 21:20:29 +08:00
John Guo
5069436fd2
Merge pull request #1346 from goflyfox/dev
update pgsql pri error #1340
2021-07-15 21:18:52 +08:00
jflyfox
141ba2e951 update pgsql pri error #1340 2021-07-15 14:53:21 +08:00
John Guo
fae4dea37a improve color feature for package glog 2021-07-15 13:31:32 +08:00
John Guo
860b22aba4
Merge pull request #1312 from wangle201210/develop
add log level prefix color
2021-07-15 09:16:27 +08:00
wanna
30dbccf99e 输出对应err 2021-07-14 21:28:23 +08:00
wanna
9b2497bc57 Merge branch 'develop-up' into develop
* develop-up: (38 commits)
  revert gerror usage for package gvalid
  unify error package to gerror
  add CtxStrict feature for package gdb
  rename constants of package gpage from skake to upper camel case
  add context for intlog
  improve Record/Result converting for package gdb
  add context for intlog/gsession;improve struct/structs converting for package gconv
  unify command or enviroment key names for packages
  improve details for package glog
  add file configuration support for logger in ghttp.Server
  version updates
  add more unit testing cases for package ghttp
  add automatic fields mapping and filtering for Model.Where statements
  improve Order feature for package gdb
  improve function Increment/Decrement for package gdb
  add auto fields filtering feature for function Scan of package gdb; mark funtcion Struct/Structs deprecated for gdb.Model
  improve record converting for package gdb
  improve transaction feature for package gdb
  improve caller path filtering for package gdebug
  improve caller path filtering for package gdebug
  ...

# Conflicts:
#	os/glog/glog_logger.go
#	os/glog/glog_logger_config.go
#	os/glog/glog_logger_level.go
2021-07-14 21:12:18 +08:00
John Guo
0140808460 add handler extension feature for package ghttp 2021-07-13 23:01:31 +08:00
wanna
84aa30d9c2 允许日志文件中添加颜色 2021-07-13 22:45:35 +08:00
wanna
bc724deb5e 日志内容区分文件和控制台输出 2021-07-13 21:43:07 +08:00
John Guo
fbfc23211c fix issue in Counter of package gdb 2021-07-13 19:37:16 +08:00
John Guo
3d4d3a763a comment update for package gfsnotify 2021-07-12 22:05:03 +08:00
John Guo
046749566d update sql of unit testing case for package gdb 2021-07-08 23:06:58 +08:00
John Guo
3b1b8a8306 Merge branch 'master' of https://github.com/gogf/gf 2021-07-08 22:44:29 +08:00
John Guo
5e92747737 fix issue #1291 2021-07-08 22:44:16 +08:00
John Guo
82ad7e2acc add more unit testing case for package gdb 2021-07-08 22:08:45 +08:00
John Guo
2d319d0856 update sql of unit testing cases for package gdb 2021-07-08 21:46:21 +08:00
John Guo
c060904f3f
Merge pull request #1328 from lgyaxx/patch-1
Update gdb_model_fields.go
2021-07-08 21:18:42 +08:00