John Guo
|
c42a9d6e50
|
Merge pull request #1316 from qinyuguang/otel
Otel
|
2021-06-29 13:05:38 +08:00 |
|
qinyuguang
|
083e32fd9e
|
otel version bump to v1.0.0-RC1
|
2021-06-28 13:36:37 +08:00 |
|
John Guo
|
d109706ad3
|
unify error package to gerror
|
2021-06-26 18:34:26 +08:00 |
|
John Guo
|
859ea150ed
|
rename constants of package gpage from skake to upper camel case
|
2021-06-26 17:00:32 +08:00 |
|
John Guo
|
91ca79b300
|
add context for intlog
|
2021-06-26 16:51:26 +08:00 |
|
John Guo
|
50ffaef33f
|
add context for intlog/gsession;improve struct/structs converting for package gconv
|
2021-06-26 16:23:54 +08:00 |
|
John Guo
|
c25f88293b
|
unify command or enviroment key names for packages
|
2021-06-26 12:08:18 +08:00 |
|
John Guo
|
237f172ae5
|
add file configuration support for logger in ghttp.Server
|
2021-06-26 11:18:44 +08:00 |
|
John Guo
|
e6688b9e86
|
add more unit testing cases for package ghttp
|
2021-06-23 21:39:12 +08:00 |
|
John Guo
|
742c7913ea
|
fix issue in function Parse for package ghttp
|
2021-06-02 21:12:27 +08:00 |
|
John Guo
|
ea0340db8e
|
improve validation manager feature for package gvalid
|
2021-05-19 09:25:49 +08:00 |
|
John Guo
|
2b942bf06b
|
Merge pull request #1247 from notnear/master
add websocket client
|
2021-05-17 13:52:39 +08:00 |
|
John Guo
|
7003c284d0
|
replace json.Unmarshal with json.UnmarshalUseNumber for packages
|
2021-05-15 22:38:07 +08:00 |
|
John Guo
|
d76e4c8aed
|
refract package gtimer for more stable
|
2021-05-15 18:13:51 +08:00 |
|
John Guo
|
cc1224e032
|
add context for package gvalid.Check* functions
|
2021-05-13 20:56:52 +08:00 |
|
tom
|
09de115670
|
add websocket client
|
2021-05-13 17:51:06 +08:00 |
|
John Guo
|
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 |
|
John Guo
|
b06580d343
|
improve struct validation for package gvalid
|
2021-05-12 00:01:52 +08:00 |
|
John Guo
|
5856f74d83
|
up
|
2021-05-02 08:10:35 +08:00 |
|
John Guo
|
563509c4a6
|
route map dumping updates
|
2021-05-01 09:04:16 +08:00 |
|
wujia
|
90f4bba8fd
|
gofmt格式化
|
2021-04-07 20:52:38 +08:00 |
|
ansionfor
|
802187abc4
|
add graceful reload timeout
|
2021-04-07 16:06:37 +08:00 |
|
John Guo
|
78027d2ec6
|
deprecated comments update
|
2021-03-30 13:43:08 +08:00 |
|
John Guo
|
ae5ecb5bfa
|
update unit testing case for package gtrace
|
2021-03-29 16:12:14 +08:00 |
|
John Guo
|
6f1340ce36
|
upgrade otel from v0.18.0 to v0.19.0
|
2021-03-29 16:00:56 +08:00 |
|
jianchenma
|
958b109a12
|
fix removing cookie issue
|
2021-03-19 19:16:21 +08:00 |
|
jianchenma
|
9ed8d8c113
|
rename max content log size name for gtrace from maxlogsize to maxcontentlogsize
|
2021-03-18 11:22:44 +08:00 |
|
jianchenma
|
6a24b595f0
|
upgrade otel from 0.16.0 to 0.18.0
|
2021-03-18 10:39:23 +08:00 |
|
John Guo
|
d72d23c2eb
|
change browser mode from boolean markable variable to cookiejar for ghttp.Client
|
2021-03-11 18:58:13 +08:00 |
|
John Guo
|
4d32733790
|
improve ghttp.Client for #1179
|
2021-03-09 22:54:38 +08:00 |
|
John Guo
|
204fea395c
|
add struct object support in group router registering for package ghttp
|
2021-03-01 20:49:09 +08:00 |
|
John Guo
|
5db4bbc186
|
fix issue 1162
|
2021-02-24 01:07:09 +08:00 |
|
John Guo
|
2c34d96b9d
|
add tls configuration for ghttp.Client
|
2021-02-23 22:00:11 +08:00 |
|
jianchenma
|
6135085d61
|
improve package gtrace
|
2021-02-03 15:27:41 +08:00 |
|
jianchenma
|
40bdc76af1
|
improve package gtrace
|
2021-02-03 15:14:07 +08:00 |
|
John Guo
|
ce40d139e7
|
fix issue of nil response handling for ghttp.Client
|
2021-02-01 21:51:42 +08:00 |
|
John Guo
|
8368e11827
|
merge develop
|
2021-02-01 17:14:08 +08:00 |
|
John Guo
|
e6b4662ec2
|
improve tracing feature
|
2021-02-01 17:10:50 +08:00 |
|
John Guo
|
3e33d66ab4
|
fix issue https://github.com/gogf/gf/issues/1148
|
2021-01-30 23:05:02 +08:00 |
|
tangjoin
|
8bd24724e7
|
Update client_request.go
|
2021-01-30 22:10:06 +08:00 |
|
jianchenma
|
80248e9a6e
|
improve tracing
|
2021-01-28 14:09:13 +08:00 |
|
jianchenma
|
2734903886
|
tracing baggage
|
2021-01-28 13:51:23 +08:00 |
|
jianchenma
|
2451b40d3e
|
improve package gtrace
|
2021-01-28 13:11:09 +08:00 |
|
jianchenma
|
9fb6227461
|
fix issue in signal handler for windows
|
2021-01-28 10:08:52 +08:00 |
|
John Guo
|
6e4e1abf1e
|
improve tracing by adding constants for attribute and event names
|
2021-01-27 20:25:57 +08:00 |
|
John Guo
|
2c15aad0e7
|
add common tracing labels
|
2021-01-27 19:50:32 +08:00 |
|
John Guo
|
152c472bc2
|
add common tracing labels
|
2021-01-27 19:24:04 +08:00 |
|
John Guo
|
8f6f17c341
|
add common tracing labels
|
2021-01-27 19:15:14 +08:00 |
|
jianchenma
|
f2fe084988
|
improve tracing feature
|
2021-01-27 13:28:12 +08:00 |
|
John Guo
|
9cc5d7a691
|
improve package gdebug/gfile
|
2021-01-27 00:20:23 +08:00 |
|