Commit Graph

5221 Commits

Author SHA1 Message Date
John Guo
aa6705f493 improva gf cli, package gcfg 2022-02-22 17:42:40 +08:00
John Guo
3f526c3819 command usage description update for package gf cli 2022-02-22 14:17:18 +08:00
John Guo
6f5058c9b6 add x-url-path feature for ghttp.Server 2022-02-22 14:12:09 +08:00
John Guo
4935416b94 add middleware for CORS with default options 2022-02-22 10:51:22 +08:00
John Guo
afa58ed45b fix issue #1227 #1617 2022-02-22 10:43:31 +08:00
daguang
455d724c01 improve clickhouse driver 2022-02-19 23:10:31 +08:00
huangqian
42bccb4c23 Merge branch 'master' of https://github.com/gogf/gf 2022-02-19 19:49:36 +08:00
huangqian
b2b0a1828e Implemented gjson Example
1.MapStrAny 2.Interfaces 3.Interface 4.Var 5.IsNil 6.Get 7.GetJson 8.GetJsons 9.GetJsonMap 10.Set 11.MustSet 12.Remove 13.MustRemove 14.Contains 15.Len 16.Append 17.MustAppend 18. Map 19.Array 20.Scan 21.Dump
2022-02-19 19:48:50 +08:00
daguang
ea60f7e054 improve clickhouse driver 2022-02-19 17:49:53 +08:00
daguang
daf2b649ef improve clickhouse driver 2022-02-19 16:59:17 +08:00
daguang
aa87d234e3 improve clickhouse driver 2022-02-19 15:09:44 +08:00
huangqian
5eec9ce7b1 Modify Function Name 2022-02-19 11:43:45 +08:00
John Guo
7812f41b43 fix issue #1219 2022-02-17 23:04:50 +08:00
huangqian
0bd3537a78 Implemented gjson Example
1.SetViolenceCheck 2.ToJson 3.ToJsonString 4.ToJsonIndent 5.ToJsonIndentString 6.MustToJson 7.MustToJsonString 8.MustToJsonIndent 9.MustToJsonIndentString 10.ToXml 11.ToXmlString 12.ToXmlIndent 13.ToXmlIndentString 14.MustToXml 15.MustToXmlString 16.MustToXmlIndent 17.MustToXmlIndentString 18.ToYaml 19.ToYamlString 20.ToYamlIndent 21.MustToYaml 22.MustToYamlString 23.ToToml 24.ToTomlString 25.MustToToml 26.MustToTomlString 27.ToIni 28.ToIniString 29.MustToIni 30.MustToIniString 31.MarshalJSON 32.UnmarshalJSON 33.UnmarshalValue
2022-02-17 22:54:29 +08:00
John Guo
fdf09b5978 improve UT case for package gtimer 2022-02-17 22:45:06 +08:00
John Guo
17d7c92b9d fix issue #1217 2022-02-17 22:42:33 +08:00
John Guo
b6a7788240 fix issue #1609 2022-02-17 22:24:50 +08:00
John Guo
00ccce7bb8 fix issue #1607 2022-02-17 22:02:51 +08:00
John Guo
54b564b871 fix UT cases for package ghttp 2022-02-17 21:14:11 +08:00
huangqian
5882a9dc21 Merge branch 'gjson_example' 2022-02-17 20:30:26 +08:00
huangqian
144249fcff Implemented gjson Example
1.SetSplitChar
2022-02-17 20:29:38 +08:00
John Guo
31ce55eb4d cli update 2022-02-17 17:52:48 +08:00
John Guo
255b502460 README update 2022-02-17 17:15:09 +08:00
John Guo
073869b354 downgrade otel version from v1.3.0 to v1.0.0 2022-02-17 15:47:08 +08:00
John Guo
9fdf20b3e2 add SetError for ghttp.Request 2022-02-17 11:51:21 +08:00
John Guo
2461ef9f29 fix issue #1597 2022-02-17 11:46:35 +08:00
huangqian
f8f13bd905 Implemented gjson Example
1.Unmarshal 2.Encode 3.MustEncode 4.EncodeString 5.MustEncodeString 6.Decode 7.DecodeTo 8.DecodeToJson
2022-02-16 22:38:25 +08:00
John Guo
948cb9ff7c enhance from issue #1589 2022-02-16 20:51:39 +08:00
John Guo
fa39b9ee54 fix issue in UT cases for package gring 2022-02-16 15:31:01 +08:00
John Guo
6d09328d6d improve package goai; add example for array items response definition 2022-02-16 15:28:40 +08:00
John Guo
77fc8866bf fix issue #1567 2022-02-16 01:12:22 +08:00
John Guo
a5cc03ff25 fix issue #1563 2022-02-16 00:47:23 +08:00
John Guo
5ab959ba58 fix issue #1554 2022-02-16 00:26:06 +08:00
John Guo
86b90ed4b6 enhancement from #1552 2022-02-15 23:55:05 +08:00
John Guo
6ffdff7095 fix issue #1537 2022-02-15 23:43:47 +08:00
John Guo
37c6320dd7 fix issue #1530 2022-02-15 23:04:37 +08:00
huangqian
33367fd3ee Implemented gjson Example
1.ExampleValid 2.ExampleMarshal 3.ExampleMarshalIndent
2022-02-15 23:02:48 +08:00
huangqian
3a1cd3d588 Merge branch 'master' of https://github.com/gogf/gf into gjson_example 2022-02-15 22:15:33 +08:00
huangqian
4fc27f6509 Implemented gjson Example
1. ExampleLoad 2.ExampleLoadJson 3.ExampleLoadXml 4.ExampleLoadIni 5.ExampleLoadYaml 6.ExampleLoadToml
7.ExampleLoadContent 8.ExampleLoadContentType 9.ExampleIsValidDataType
2022-02-15 22:08:51 +08:00
John Guo
f0b78253b2 fix issue #1605 2022-02-15 01:10:03 +08:00
John Guo
2428b27168 fix issue #1488 2022-02-15 00:21:05 +08:00
John Guo
01ba56c38b remove function Set for package gcfg 2022-02-14 17:20:27 +08:00
John Guo
887cad3b96 fix issue #1458 2022-02-14 17:04:14 +08:00
John Guo
14268aa1c0 fix issue #1405 2022-02-14 16:33:07 +08:00
John Guo
23c00eb83f fix issue #1394 2022-02-14 16:08:26 +08:00
John Guo
5f2047d61b fix issue in configuration StdoutColorDisabled for package glog; rename TempDir to Temp for package gfile 2022-02-14 14:50:25 +08:00
John Guo
1f9d86f015 improve configuration read from package frame/gins 2022-02-14 11:46:20 +08:00
huangqian
8cb6086f73 Implemented gjson Example
1. New 2.NewWithTag 3.NewWithOptions
2022-02-12 17:27:32 +08:00
John Guo
a887cedb99 example update 2022-02-09 16:51:15 +08:00
John Guo
1fb9be0628 improve trace feature for package gdb/gredis; add trace example cases 2022-02-09 02:49:29 +08:00