Commit Graph

2382 Commits

Author SHA1 Message Date
John
6384e75ed9 improva container for json marshal/unmarshal interface 2019-10-01 16:03:18 +08:00
John
195cae6577 add new functions and mark deprecated for some functions for gdb 2019-10-01 11:29:02 +08:00
John
c8cf46a5a7 add Create function for gvar; add Uints/SliceUint function for gconv 2019-10-01 10:42:34 +08:00
John
eba97277b2 add more unit test cases for ghttp 2019-10-01 09:33:26 +08:00
John
4e19fbc5fb add separate put/delete functions for ghttp.Request 2019-10-01 09:06:35 +08:00
John
494b5bbae2 fix issue in unit test case for gvar 2019-09-30 17:30:24 +08:00
John
987ce709e5 add UnmarshalJSON for gtime; add ineterface MapStrAny support for gjson.New 2019-09-30 17:23:23 +08:00
John
35ad4d869f fix issue in cycle import for gtime 2019-09-30 15:51:15 +08:00
John
39d654e3f2 update comment for gtime 2019-09-30 15:26:32 +08:00
John
7fe9c641f4 add UnmarshalJSON func tion for gset 2019-09-30 14:37:05 +08:00
John
ee1414c010 add UnmarshalJSON func tion for gmap/gvar 2019-09-30 14:23:15 +08:00
John
8eb1b685a5 improve UnmarshalJSON function for garray 2019-09-29 22:16:36 +08:00
John
46768d6f91 add UnmarshalJSON function and corresponding unit test cases for package grray 2019-09-29 20:47:59 +08:00
John
bb6fed3dc2 add UnmarshalJSON function and corresponding unit test cases for package gtype 2019-09-29 20:12:59 +08:00
John
47e74d27bf add MarshalJSON function to implement the interface MarshalJSON for json.Marshal for gtype 2019-09-29 15:59:09 +08:00
John
b830f9b96d improve ghttp.Server.Request for parameter retrieving; add Option feature for gdb; update example for hook feature of ghttp.Server 2019-09-29 14:27:09 +08:00
John
c85162a8a0 improving gdb.Model/gmap 2019-09-26 20:01:48 +08:00
John
ef4e128af7 fix issue in cors 2019-09-26 15:54:13 +08:00
John
cb7c3a9fa4 fix issue in index folder feature for ghttp.Server 2019-09-25 10:56:44 +08:00
John
b0f859cc91 improve example codes 2019-09-24 23:41:18 +08:00
John
6d4da529ee add websocket unit test case for ghttp 2019-09-24 21:08:28 +08:00
John
6c7e536eeb fix issue in gbase64/ghttp 2019-09-24 20:39:00 +08:00
John
36c2648be8 improve ghttp.Response; move gflock to new repo 2019-09-24 20:19:18 +08:00
John
a876b6133d fix issue in unit test case og grand 2019-09-23 23:24:36 +08:00
John
03ff358da8 update ci/readme/donator 2019-09-23 23:08:58 +08:00
John Guo
037f74c549
Create FUNDING.yml 2019-09-23 22:32:31 +08:00
John
a8caf4ad21 RELEASE updates 2019-09-23 22:00:04 +08:00
John
51d9fe5253 add AllowDomain option for ghttp.CORS; add IsSubDomain function for gstr; improve grand.Intn 2019-09-23 19:25:03 +08:00
John
3218c89f17 improve gfile/gstr/ghttp 2019-09-23 16:21:19 +08:00
John
02e467fb57 rename MapStruct* functions to MapToMap* for gconv and according packags 2019-09-19 23:23:41 +08:00
John
ec994f3080 add more examples of middleware feature for ghttp.Server; release updates 2019-09-19 21:17:54 +08:00
John
1181ab499c improve error handling in hook feature for ghttp.Server 2019-09-19 20:25:01 +08:00
John
5424935fd9 rename AddMiddleware to BindMiddleWareDefault for ghttp.Server; add more unit test cases fpr gstr 2019-09-19 20:19:07 +08:00
John
b9fbfb91bd improve middleware feature of ghttp.Server; add MapStrAny function for gmap/gtree 2019-09-19 19:44:46 +08:00
John
62f66b4fec remove unnecessary stack trace of gf for stack printing 2019-09-19 13:13:39 +08:00
John
eef9da9a41 improve parameters parsing for ghttp.Server 2019-09-19 09:09:12 +08:00
John
7d32be3b6c improve perameter parsing for ghttp.Server 2019-09-18 23:20:45 +08:00
John
c2ad9f5fb9 fix issue in gyaml for invalid decoding result of type map[interface{}]interface{} 2019-09-17 20:53:20 +08:00
John
4847fecdaa Merge branch 'master' of https://github.com/gogf/gf 2019-09-17 19:48:19 +08:00
John
f75383e0c5 fix issue in quote word for gdb 2019-09-17 19:45:51 +08:00
John Guo
f683dccb6f
Merge pull request #335 from LetMyPplGo/master
added tests for gsmtp
2019-09-17 10:44:15 +08:00
LetMyPplGo
6fb106b618 added tests for gsmtp 2019-09-17 00:06:46 +03:00
John
97956ad903 version/release update 2019-09-16 23:07:57 +08:00
John
5d72a5b5ae improve gcmd 2019-09-16 20:57:43 +08:00
John
1d7ded562c add quote support for table named with '.'; improve case conversion for strings named with '.' for gstr 2019-09-16 17:15:39 +08:00
John
0d87b601cc fix issue in data filter for gdb.Model 2019-09-16 16:54:52 +08:00
John
33fbedffb8 gix issue in Config variable for ghttp.Response.View 2019-09-16 15:49:31 +08:00
John
2cfcbc82e1 RELEASE updates 2019-09-16 11:10:38 +08:00
John
e1721cb1b6 add package gmode for release mode management 2019-09-16 11:08:41 +08:00
John
1d264a6545 add package gmode for release mode management; add error returning for template rendoring for gmvc.View/ghttp.Response 2019-09-16 10:44:07 +08:00