|
|
e877eab033
|
fix ci issue
|
2021-09-15 21:21:29 +08:00 |
|
|
|
64a5cedcdf
|
fix recover logic
|
2021-09-14 20:47:06 +08:00 |
|
|
|
727f58a24b
|
remove usage of gconv.Unsafe* functions internally to avoid unexpected errors
|
2021-09-14 19:30:20 +08:00 |
|
|
|
006fb79967
|
improve package gjson; replace fmt.Errorf to gerror; improve examples for package gdb
|
2021-09-13 16:43:09 +08:00 |
|
|
|
257897763d
|
Merge branch 'master' of https://github.com/gogf/gf
|
2021-08-25 00:54:47 +08:00 |
|
|
|
b129ee3f04
|
fix issue in unit testing case for package ghttp
|
2021-08-24 21:35:49 +08:00 |
|
|
|
abc8e62d58
|
add package gcode and improve error implements for package gerror
|
2021-08-24 21:18:59 +08:00 |
|
|
|
ef36cf8446
|
fix issue in example of package gjson
|
2021-08-20 23:15:48 +08:00 |
|
|
|
a0ef6fce81
|
add bacth registering function Map for package ghttp
|
2021-08-19 20:59:08 +08:00 |
|
|
|
f03f56ba4e
|
improve gconv.Struct for map attribute converting
|
2021-08-19 11:28:25 +08:00 |
|
|
|
db621e38d9
|
improve ServeFile/ServeFileDownload for package ghttp
|
2021-08-16 20:30:58 +08:00 |
|
|
|
7b9888c004
|
add FieldCount/FieldSum/FieldMax/FieldMin/FieldAvg functions for gdb.Model
|
2021-08-12 19:42:44 +08:00 |
|
|
|
ef50eb6d6b
|
comment update for package ghttp
|
2021-08-09 19:16:37 +08:00 |
|
|
|
fc1dfb7ff9
|
comment update;standardize const naming for package gtcp/gudp
|
2021-08-08 13:10:21 +08:00 |
|
|
|
dc407bf293
|
merge develop
|
2021-08-07 12:04:31 +08:00 |
|
|
|
cd3593182a
|
improve package gerror/ghttp for error code handling
|
2021-08-07 10:44:57 +08:00 |
|
|
|
75ca866991
|
fix issue in ghttp.Server
|
2021-08-05 19:15:18 +08:00 |
|
|
|
4c54b1cfbc
|
improve errcode feature for package gerror
|
2021-08-04 20:50:45 +08:00 |
|
|
|
5a4de52900
|
fix invalid separator char in packing with prefix folder string in OS widnows for package gres
|
2021-08-02 19:58:04 +08:00 |
|
|
|
ff70e54e3e
|
fix unit testing case for package gtrace
|
2021-08-02 09:50:44 +08:00 |
|
|
|
bb57dc1ae7
|
improve request context feature for package ghttp
|
2021-08-01 09:17:37 +08:00 |
|
|
|
5a6c2c27df
|
inject Request object into context
|
2021-07-30 17:17:13 +08:00 |
|
|
|
4267aadd78
|
remove controller feature from package ghttp
|
2021-07-30 15:15:44 +08:00 |
|
|
|
0ddacdd7e2
|
add error code for components
|
2021-07-20 23:02:02 +08:00 |
|
|
|
f72d991c36
|
rename attribute names from lower-camel case to upper-camel case
|
2021-07-19 20:06:44 +08:00 |
|
|
|
0140808460
|
add handler extension feature for package ghttp
|
2021-07-13 23:01:31 +08:00 |
|
|
|
7e2605188d
|
improve session variable map in template parsing
|
2021-07-06 09:58:25 +08:00 |
|
|
|
e5ae1cb85c
|
improve session variable map in template parsing
|
2021-07-06 09:53:35 +08:00 |
|
|
|
c42a9d6e50
|
Merge pull request #1316 from qinyuguang/otel
Otel
|
2021-06-29 13:05:38 +08:00 |
|
|
|
083e32fd9e
|
otel version bump to v1.0.0-RC1
|
2021-06-28 13:36:37 +08:00 |
|
|
|
d109706ad3
|
unify error package to gerror
|
2021-06-26 18:34:26 +08:00 |
|
|
|
859ea150ed
|
rename constants of package gpage from skake to upper camel case
|
2021-06-26 17:00:32 +08:00 |
|
|
|
91ca79b300
|
add context for intlog
|
2021-06-26 16:51:26 +08:00 |
|
|
|
50ffaef33f
|
add context for intlog/gsession;improve struct/structs converting for package gconv
|
2021-06-26 16:23:54 +08:00 |
|
|
|
c25f88293b
|
unify command or enviroment key names for packages
|
2021-06-26 12:08:18 +08:00 |
|
|
|
237f172ae5
|
add file configuration support for logger in ghttp.Server
|
2021-06-26 11:18:44 +08:00 |
|
|
|
e6688b9e86
|
add more unit testing cases for package ghttp
|
2021-06-23 21:39:12 +08:00 |
|
|
|
742c7913ea
|
fix issue in function Parse for package ghttp
|
2021-06-02 21:12:27 +08:00 |
|
|
|
ea0340db8e
|
improve validation manager feature for package gvalid
|
2021-05-19 09:25:49 +08:00 |
|
|
|
2b942bf06b
|
Merge pull request #1247 from notnear/master
add websocket client
|
2021-05-17 13:52:39 +08:00 |
|
|
|
7003c284d0
|
replace json.Unmarshal with json.UnmarshalUseNumber for packages
|
2021-05-15 22:38:07 +08:00 |
|
|
|
d76e4c8aed
|
refract package gtimer for more stable
|
2021-05-15 18:13:51 +08:00 |
|
|
|
cc1224e032
|
add context for package gvalid.Check* functions
|
2021-05-13 20:56:52 +08:00 |
|
|
|
09de115670
|
add websocket client
|
2021-05-13 17:51:06 +08:00 |
|
|
|
a326f4a989
|
improve package gi18n/gview/gvalid for more flexable i18n feature controll,add custom error configuration and i18n translation for custom error message
|
2021-05-13 00:16:45 +08:00 |
|
|
|
b06580d343
|
improve struct validation for package gvalid
|
2021-05-12 00:01:52 +08:00 |
|
|
|
5856f74d83
|
up
|
2021-05-02 08:10:35 +08:00 |
|
|
|
563509c4a6
|
route map dumping updates
|
2021-05-01 09:04:16 +08:00 |
|
|
|
90f4bba8fd
|
gofmt格式化
|
2021-04-07 20:52:38 +08:00 |
|
|
|
802187abc4
|
add graceful reload timeout
|
2021-04-07 16:06:37 +08:00 |
|