f2e7f18d61
CI update
2022-01-24 16:32:59 +08:00
96044822a0
CI update
2022-01-24 16:12:32 +08:00
c469d0277f
README update
2022-01-24 15:50:15 +08:00
221082b967
command -> cmd
2022-01-24 14:49:56 +08:00
2c2acfb5b8
README update
2022-01-24 14:47:22 +08:00
76b819ae3b
move gf cli and gdb drivers into gf repo.
2022-01-24 14:41:23 +08:00
43f1354e79
fix configuration support for package gcmd
2022-01-24 10:32:19 +08:00
6e1c76efe6
add GetAdapter for package gcache; add GetStorage for package gsession
2022-01-23 15:14:06 +08:00
e517bf7b0e
improve details for package gjson/gtcp/gudp
2022-01-22 15:45:38 +08:00
3b811c3434
add GetFreePort/GetFreePorts for package gtcp/gudp
2022-01-22 15:33:31 +08:00
9e3a49dd1b
add GetFreePort/GetFreePorts for package gipv4
2022-01-22 15:12:58 +08:00
65d1648c30
improve seconds unit support in configuration for package gredis
2022-01-22 13:48:09 +08:00
a4d80bf743
move db drivers to github.com/gogf/gf/gdb-drivers
2022-01-21 18:06:35 +08:00
a15ec0d677
expose attributes of struct Result for package gdb
2022-01-21 17:43:00 +08:00
7e5301c845
expose insert option constants for package gdb
2022-01-21 17:31:48 +08:00
795ac4773e
Merge branch 'master' of https://github.com/gogf/gf
2022-01-21 12:38:22 +08:00
c75cce0378
fix issue in package gjson for interface assertion of nil Json
2022-01-21 12:38:06 +08:00
5760289d2a
Merge pull request #1574 from qinyuguang/gdb_ping
...
gdb Ping with context
2022-01-21 12:13:39 +08:00
619e256138
improve package gcron/gtimer
2022-01-20 15:53:16 +08:00
7401fb09c9
add examples for package gcmd
2022-01-19 23:35:23 +08:00
bb37e5ac88
remove Handler feature for gcmd.Parser
2022-01-19 21:07:48 +08:00
69935f3d1c
remove ContainsOpt from package gcmd
2022-01-19 20:25:04 +08:00
3dcd9b535b
UT update for package gclient/ghttp
2022-01-19 18:26:39 +08:00
e90f72b538
improve UT cases for package gtime
2022-01-19 18:23:04 +08:00
9efc2894d4
improve UT cases for package gtime
2022-01-19 18:18:30 +08:00
07c5ce0bbc
improve UT cases for package gtime
2022-01-19 17:26:39 +08:00
3bbbe1db9c
change pointer receiver that implements interface MarshalJSON to struct receiver for all packages
2022-01-19 16:55:57 +08:00
d7b94428ae
fix issue in json marshal for package egtime
2022-01-19 16:44:58 +08:00
033e2c1d78
fix issue in rules of gmeta.Meta for package gvalid
2022-01-18 15:43:12 +08:00
9345eb5e94
dto -> do for package gdb
2022-01-17 21:10:58 +08:00
220ed74ad1
fix gstr.IsNumeric
2022-01-17 19:42:21 +08:00
56f88f759a
add buildin function yamli for package gview
2022-01-17 17:10:44 +08:00
ee1585fb24
gdb Ping with context
2022-01-17 15:58:31 +08:00
c72a9f2e1e
add buildin functions xml/ini/yaml/toml for package gview
2022-01-17 15:55:45 +08:00
d4b502f14e
fix issue #1571
2022-01-15 22:15:10 +08:00
d32acabcef
fix issue #1570
2022-01-15 21:38:15 +08:00
4943c3a9e0
add UT cases for package gjson
2022-01-15 20:25:29 +08:00
58290ec9ea
fix issue in package ghash
2022-01-15 20:17:40 +08:00
6468d55a81
add absolute file path support for package gcfg/gview
2022-01-14 17:16:38 +08:00
fe93d7b332
add GetRegisteredRuleMap function, add internal logging for rule overwrite situation of package gvalid
2022-01-14 16:46:25 +08:00
067514b74f
Merge branch 'master' of https://github.com/gogf/gf
2022-01-13 21:32:17 +08:00
aff2fbdc54
Merge branch 'master' of https://github.com/gogf/gf
2022-01-13 21:31:37 +08:00
805f60efa1
improve package ghash
2022-01-13 21:31:23 +08:00
b0b1b61280
Merge pull request #1555 from larryclean/master
...
修改gdb cache的key为gcache:md5(sql)方式
2022-01-13 21:29:55 +08:00
c09f22242f
Merge pull request #1566 from qinyuguang/pgsql_dropped_field
...
gdb pgsql skip dropped fields
2022-01-13 20:57:31 +08:00
9892cc46e4
improve package ghttp
2022-01-13 20:57:13 +08:00
6e12aa4bf7
fix issue #1568
2022-01-13 20:49:26 +08:00
8731123030
add StdoutColorDisabled configuration for package glog
2022-01-13 15:22:27 +08:00
eaeb8e03ab
gdb pgsql skip dropped fields
2022-01-13 14:20:01 +08:00
6ded700f92
add options for Decode/DecodeTo/DecodeToJson functions of package gjson
2022-01-13 12:09:04 +08:00
e5613e8690
improve function New for creating db by specified configuration node
2022-01-12 21:57:46 +08:00
45fbb5326c
README updates
2022-01-12 20:43:36 +08:00
b09f4e9240
Merge branch 'master' of https://github.com/gogf/gf
2022-01-12 20:42:38 +08:00
c2f2ad7a28
README updates
2022-01-12 20:42:11 +08:00
0534994fa8
Merge pull request #1546 from eh-steve/eh-steve/gconv-map-recurse
...
Recurse map fields inside structs
2022-01-12 20:01:31 +08:00
9486f6e7e9
improve package gcmd/ghttp
2022-01-12 19:39:38 +08:00
343985ad12
Add tests to highlight problem cases previously failing
2022-01-10 18:53:32 +00:00
0f67559995
add gcode.WithCode
2022-01-10 22:58:29 +08:00
280c3b4a86
improve package gvar; remove gvar.Create
2022-01-10 20:33:09 +08:00
d4cb1666e5
improve package gclient for constants
2022-01-10 16:42:30 +08:00
bc29e86e58
Merge branch 'master' of https://github.com/gogf/gf
2022-01-10 15:50:15 +08:00
2e76268005
Merge branch 'gogf:master' into master
2022-01-10 10:34:37 +08:00
9abaf744f2
edit imports sort
2022-01-10 10:02:03 +08:00
6232c873b8
Revert "Use Copyfile() to back up the log, so as not to continue writing the log to the old file because the old fd is not closed #1366 "
...
This reverts commit a3bab8db55 .
2022-01-08 12:10:39 +08:00
a3bab8db55
Use Copyfile() to back up the log, so as not to continue writing the log to the old file because the old fd is not closed #1366
2022-01-08 12:02:56 +08:00
3bed3e4f5b
修改gdb cache的key为gcache:md5(sql)方式
2022-01-07 22:14:47 +08:00
09f83bdd58
add panic for ghttp.Server.GetBody
2022-01-06 21:47:36 +08:00
4cdddbd6e0
Recurse map fields inside structs
2022-01-04 19:22:18 +00:00
99455e328b
Merge pull request #1535 from starccck/master
...
support manipulate pg.Array type data
2022-01-04 21:24:44 +08:00
ee25d696eb
improve package gcmd
2022-01-01 20:20:49 +08:00
c17530a6db
improve command not found error for package gcmd
2022-01-01 19:57:43 +08:00
0a7e4be4ef
improve DoCommit for package gdb
2022-01-01 15:47:17 +08:00
c1586a3b81
improve package gcmd
2022-01-01 00:58:10 +08:00
09f9d1cb7a
improve package gcmd
2022-01-01 00:18:50 +08:00
00692c50da
improve package gaes
2021-12-31 14:24:07 +08:00
4663978fde
improve package gaes
2021-12-30 23:02:34 +08:00
130a67c72b
improve package gaes
2021-12-30 23:02:18 +08:00
fd5b0fdf49
comment update
2021-12-30 00:20:38 +08:00
f04715bccb
support manipulate pg.Array type data
2021-12-29 00:13:22 +08:00
3932e0b15f
add OmitEmpty support for WhereIn
2021-12-28 17:15:01 +08:00
b00de2c617
add gdb.DB.DoFilter; improve function gdb.DB.DoCommit for package gdb
2021-12-27 20:51:26 +08:00
14e96069f2
comment update for package gvalid
2021-12-26 23:17:33 +08:00
079cf9d7b8
add function EncodeString for package gjson
2021-12-26 16:16:16 +08:00
ca5c0cc84d
add MustEncodeString for package gjson
2021-12-26 14:42:09 +08:00
984e5f98f7
add MustEncode for package gjson
2021-12-26 11:26:36 +08:00
b79e4a3ab7
add interface function ConvertDataForRecord for gdb.DB
2021-12-23 22:00:28 +08:00
fab17f89c4
fix issue in ut for package gsha1/gclient/ghttp/gregex
2021-12-23 00:34:02 +08:00
48c5c1e5a8
change errors wrapped by gerror.Wrap with error stack info for all packages
2021-12-23 00:09:00 +08:00
b9bb1ecd46
Merge branch 'master' of https://github.com/gogf/gf into feature/v2-gerror
2021-12-22 22:29:02 +08:00
2a8e2f9f2c
Merge pull request #1524 from houseme/master
...
feat:improve tracing
2021-12-22 22:26:15 +08:00
e5f1b74bd9
Merge pull request #1527 from huangqian1985/master
...
tidy gstr files
2021-12-22 22:25:29 +08:00
cafd9098d7
change errors wrapped by gerror.Wrap with error stack info for all packages
2021-12-22 22:22:42 +08:00
739490c62b
revert file
2021-12-22 20:23:24 +08:00
8de8a0c97a
Merge branch 'master' of https://github.com/gogf/gf
2021-12-22 20:01:50 +08:00
44089d70d4
Merge branch 'master' of https://github.com/gogf/gf into feature/v2-gerror
2021-12-22 18:28:04 +08:00
aabc1f8322
fix issue in time maintaining feature for package gdb
2021-12-22 17:42:26 +08:00
09493bbc36
Merge branch 'master' of https://github.com/gogf/gf
2021-12-21 23:25:10 +08:00
e389d73c65
Merge remote-tracking branch 'origin/master'
2021-12-21 23:25:04 +08:00
a9647a7bf3
tidy gstr file
2021-12-21 23:24:38 +08:00
ce93b625d4
change errors wrapped by gerror.Wrap with error stack info for all packages
2021-12-21 22:59:14 +08:00
bdf8244f7d
Merge branch 'gogf:master' into master
2021-12-21 22:55:21 +08:00
7e81600772
improve package gjson
2021-12-20 00:32:23 +08:00
de17302ad0
fix issue in gstr.ReplaceI
2021-12-19 21:04:35 +08:00
25bdf10cc8
feat:improve tracing
2021-12-19 00:44:31 +08:00
02c6deaec8
feat:modify trace-ID to TraceID
2021-12-19 00:18:18 +08:00
63d384b676
help content update for pakcga egcmd
2021-12-18 23:27:41 +08:00
29a996e70e
add Trace-Id response header for package ghttp
2021-12-18 21:54:12 +08:00
4978955404
fix issue in missing handler name for standard router handlers
2021-12-18 18:25:04 +08:00
a7c4597c97
Merge remote-tracking branch 'origin/master'
2021-12-18 17:20:50 +08:00
57a1a7607a
improve package gsession
2021-12-18 17:14:33 +08:00
31772d5eac
add fnction Mustremove for package gsession
2021-12-18 14:13:36 +08:00
77422f71f7
add fnction MustSet/MusetSetMap for package gsession
2021-12-18 14:10:55 +08:00
40225c5352
improve route dump for package ghttp;remove mutex for package gtag
2021-12-18 12:54:09 +08:00
ad48dc025b
improve route dump for package ghttp
2021-12-18 12:43:33 +08:00
1215f67aac
improve route dump for package ghttp
2021-12-18 12:36:34 +08:00
b9907ae3ba
improve package gview for default folder searching
2021-12-17 21:38:10 +08:00
656d1bbbd6
improve content type response for ghttp.Server
2021-12-17 17:42:18 +08:00
20c0e6d68f
error message update for package gconv
2021-12-17 17:28:02 +08:00
b27259aded
fix issue converting empty map[string]string to map[string]interface{}
2021-12-17 17:22:55 +08:00
3658faafae
improve help content printing for package gcmd
2021-12-17 15:47:48 +08:00
0b05c9e3e7
improve function gdb.Core.HasTable
2021-12-17 12:26:30 +08:00
f3c25ecba9
fix issue in ut for package gcache/gfsnotify
2021-12-17 12:11:40 +08:00
b9d6ac26d1
rename cache function from func() (interface{}, error) to func(ctx context.Context) (value interface{}, err error) for package gcache; add cache for function Tables of gdb.Core; improve Where condition with prefix handling for package gdb
2021-12-17 11:46:05 +08:00
f583f28953
rename SetTraceID to WithTraceID for package gtrace
2021-12-17 01:27:24 +08:00
b6d60fc209
downgrade otel version to v1.0.0
2021-12-17 00:55:48 +08:00
f72ba0b64d
fix issue in ut of package internal/tracing
2021-12-17 00:11:41 +08:00
8f24dc3549
add SetTraceID for package gtrace
2021-12-17 00:06:38 +08:00
4de74464ac
fix issue in unit testing case for package gctx/glog
2021-12-16 23:38:40 +08:00
fa45715416
go fmt for go 1.17
2021-12-16 23:26:41 +08:00
df68ce23d2
min required go version upgrade to 1.16
2021-12-16 23:18:12 +08:00
aee52fd56e
enable OpenTelemetry in default for some core components
2021-12-16 23:09:37 +08:00
000483cc6f
Merge branch 'master' of https://github.com/gogf/gf
2021-12-16 12:45:27 +08:00
f4e8eff813
improve help content printing for package gcmd
2021-12-16 12:45:00 +08:00
4143722f6f
Merge pull request #1521 from huangqian1985/master
...
gstr Example Function
2021-12-16 10:05:01 +08:00
b0675400e3
Merge branch 'gstr_sample'
2021-12-15 21:18:55 +08:00
eb5332ea11
Merge branch 'master' of https://github.com/gogf/gf
2021-12-15 21:18:49 +08:00
ff2e9b568b
Implemented gstr Example
...
1. PrefixArray 2.SubStrFrom 3.SubStrFromEx 4.SubStrFromR 5.SubStrFromREx
2021-12-15 21:15:34 +08:00
19c9f0a488
add DTO feature for package gdb
2021-12-15 00:01:59 +08:00
90e116fb9e
Merge branch 'master' of https://github.com/gogf/gf
2021-12-14 23:54:53 +08:00
e28be8d114
reorder the sample function
2021-12-14 23:54:15 +08:00
36e05561cc
improve Export feature for package gres
2021-12-14 23:49:08 +08:00
bc2ce19876
add Export feature for package gres
2021-12-14 23:01:20 +08:00
4c7e409e61
improve argument/option printing content for package gcmd
2021-12-14 22:34:06 +08:00
a4bb80b6fd
Merge branch 'master' of https://github.com/gogf/gf
2021-12-14 21:13:58 +08:00
bb1a95fff8
fix issue in gproc.ShellExec
2021-12-14 21:01:36 +08:00
937845e67d
Merge branch 'master' of https://github.com/gogf/gf
2021-12-14 16:14:04 +08:00
7d84ab761b
improve package gcmd for help content printing
2021-12-13 20:30:56 +08:00
80daed6bdf
add repeated checks for command name, argument name and short name for package gcmd
2021-12-13 20:18:13 +08:00
1015fb5338
improve package gcmd
2021-12-13 19:59:41 +08:00
e401ba0f43
Merge branch 'master' of https://github.com/gogf/gf
2021-12-11 23:11:35 +08:00
b4e6abc460
Adjust the function sequence
2021-12-11 23:11:17 +08:00
a1fb5f18dc
improve package gcmd
2021-12-11 01:11:40 +08:00
780d06b19e
improve package gcmd
2021-12-11 00:57:26 +08:00
3a20883a81
improve package gcmd
2021-12-11 00:12:58 +08:00
f0c25d8476
improve package gcmd/gtag
2021-12-10 23:58:10 +08:00
34e7913268
add internal logging for package gtrace
2021-12-10 23:26:53 +08:00
e10ba4cf67
improve stack filtering for package gdebug/glog
2021-12-10 22:54:32 +08:00
39bbca2a50
add stack filter of goframe module path for logging content
2021-12-10 18:52:35 +08:00
e02bdd875d
add stack filter of goframe module path for logging content
2021-12-10 18:25:28 +08:00
3f24159636
add tracing configuration switch for whole framework
2021-12-10 18:08:36 +08:00
4769fbf383
Merge branch 'master' of https://github.com/gogf/gf
2021-12-09 23:49:53 +08:00
f25f8e8033
add argument feature for package gcmd
2021-12-09 23:49:39 +08:00
6a7722995e
Merge pull request #1517 from huangqian1985/master
...
gpool Function Example
2021-12-09 22:34:45 +08:00
892619678e
Merge branch 'master' of https://github.com/gogf/gf
2021-12-09 21:29:15 +08:00
8a2f49a4d2
Merge remote-tracking branch 'origin/master'
2021-12-09 21:28:52 +08:00
57a939e10b
Implemented gpool All Example
2021-12-09 21:28:03 +08:00
01930c9899
improve package gcmd
2021-12-08 19:50:28 +08:00
4f0b45aeac
improve package gcmd
2021-12-08 19:21:25 +08:00
b7b71795a4
improve package gcmd
2021-12-07 22:19:28 +08:00
9c41f2e3f8
improve package gcmd
2021-12-07 22:10:19 +08:00
a8d6363e79
inject Command into context and add function CommandFromCtx for package gcmd
2021-12-07 21:55:06 +08:00
5dcdb66794
add MustShell/MustShellRun/MustShellExec for package gproc
2021-12-07 21:13:50 +08:00
0c1de766bc
Merge branch 'master' of https://github.com/gogf/gf
2021-12-07 21:03:23 +08:00
ad64a29145
add MustSet/MusetRemove for package genv
2021-12-07 21:03:06 +08:00
885ddd36fc
Merge branch 'master' of https://github.com/gogf/gf
2021-12-07 19:09:09 +08:00
6a82fdb888
add config feature for package gcmd
2021-12-07 19:08:52 +08:00
02f01323f9
Merge pull request #1510 from huangqian1985/master
...
Validator Function Example
2021-12-07 19:07:54 +08:00
5af426d265
Merge branch 'gvalid_Example'
2021-12-07 13:50:11 +08:00
10fc81f716
modify gvalid sample file name
2021-12-07 13:49:08 +08:00
4b168f5579
Merge branch 'gvalid_Example'
2021-12-06 22:20:41 +08:00
a0a9ecfa20
Merge branch 'master' of https://github.com/gogf/gf into gvalid_Example
2021-12-06 22:20:15 +08:00
ff36667dbc
move sample function to right file
2021-12-06 22:20:00 +08:00
667b6aa4ca
Merge branch 'gvalid_Example'
2021-12-05 22:18:39 +08:00
e11698dc2a
modify function name
2021-12-05 22:18:13 +08:00
dacc19ac98
Merge pull request #1508 from Hades300/GetRemoteIp-IPv6Fix
...
ghttp_request.go GetRemoteIp ipv6 fix
2021-12-05 21:59:20 +08:00
d330e9ac8f
Merge pull request #1509 from victory460/master
...
fix a comment error in IsSubDomain
2021-12-05 21:57:43 +08:00
85d01f3d9e
Merge branch 'gvalid_Example'
...
# Conflicts:
# util/gvalid/gvalid_z_example_test.go
2021-12-05 15:01:08 +08:00
15fd815144
Merge branch 'master' of https://github.com/gogf/gf into gvalid_Example
2021-12-05 14:56:50 +08:00
68a8a456c9
move function sample to new file
2021-12-05 14:56:34 +08:00
2bb80593a7
Merge pull request #1511 from houseme/master
...
Update README.MD
2021-12-04 23:51:56 +08:00
58992fa0ba
Merge branch 'master' of https://github.com/gogf/gf
2021-12-04 23:34:34 +08:00
0e3a8576b4
improve debugging feature
2021-12-04 23:07:54 +08:00
8586f31e03
github action
2021-12-04 22:44:02 +08:00
bca467cd15
github action
2021-12-04 22:43:30 +08:00
21215f6b2f
github action
2021-12-04 22:36:13 +08:00
cb6095dc17
github action
2021-12-04 22:17:35 +08:00
8121b9c794
test commit
2021-12-04 21:29:37 +08:00
66450b0ecd
disable debugging internal logging content in github action
2021-12-04 20:51:24 +08:00
a4d7cf14a7
Merge branch 'master' of https://github.com/gogf/gf
2021-12-04 20:50:09 +08:00
65fde53083
Update README.MD
2021-12-04 18:25:24 +08:00
acb2bc7d99
Merge branch 'master' of https://github.com/gogf/gf into gvalid_Example
2021-12-04 14:35:45 +08:00
7b9a03d13c
Implemented Validator Example
...
1.RuleFunc 2.RuleFuncMap
2021-12-04 14:35:33 +08:00
b6df7b94d0
change MaxConnCount to 0 for ulimited connections for package gdb
2021-12-04 13:57:38 +08:00
71399d1f65
improve package gcmd
2021-12-04 00:26:45 +08:00
0da5535bda
improve package gvalid
2021-12-04 00:11:57 +08:00
c74a33f04a
README update
2021-12-04 00:07:49 +08:00
ecfedff32a
README update
2021-12-04 00:07:05 +08:00
34bf315623
README update
2021-12-04 00:05:54 +08:00
3f030b1f6e
improve error message for invalid rule for package gvalid
2021-12-03 23:56:00 +08:00
8de176d73f
move package /net/ghttp/internal/client as /net/gclient
2021-12-03 23:32:00 +08:00
afc3367f31
auto enable dump feature for ghttp.Client
2021-12-03 17:49:26 +08:00
f56c2ed356
fix a comment error in IsSubDomain
...
Signed-off-by: xuweiwei <xuweiwei_yewu@cmss.chinamobile.com >
2021-12-03 17:19:42 +08:00
e2fbce0420
ghttp_request.go GetRemoteIp ipv6 fix
2021-12-03 16:07:04 +08:00
80e8a58f45
add NeedArgs feature for package gcmd
2021-12-02 23:50:29 +08:00
26ef8c5872
add root tag in matadata of struct to specify the root command function for the object for package gcmd
2021-12-02 23:31:06 +08:00
b840405af6
improve error logging format for ghttp.Server
2021-12-02 21:22:02 +08:00
6aa39b3451
improve package gcfg
2021-12-02 20:55:41 +08:00
c1b75b9071
improve package gcmd
2021-12-02 20:27:26 +08:00
65e1048715
improve package gcron
2021-12-02 20:05:29 +08:00
9ed6ebbcff
Merge pull request #1384 from kingeasternsun/processconflict
...
feat(fix bug , add nexttime feature):
2021-12-02 19:50:01 +08:00
e615528f17
Merge pull request #1506 from houseme/master
...
feat:add trace db.statement、host.name
2021-12-02 19:47:07 +08:00
261fa7e843
Merge pull request #1505 from jqb44179/feature/gfile_example
...
pull request by gfile example
2021-12-02 19:41:21 +08:00
5ed5adc6df
feat:add trace db.statement、host.name
2021-12-02 18:54:56 +08:00
632b7f34ae
add gfile example
2021-12-02 17:27:53 +08:00
9659f45fbb
Implemented Validator Example
...
1.Ci 2.Data 3.Assoc 4.Rules 5.Messages
2021-12-01 23:16:16 +08:00
30a597cadc
Merge pull request #1501 from ehproject-teamer/master
...
update MarshalJSON example
2021-12-01 22:18:25 +08:00
e4e98caf8f
Merge branch 'master' of https://github.com/gogf/gf into gvalid_Example
2021-11-30 23:49:34 +08:00
6b5f111b6a
Implemented gvalid Example
...
1.New 2.Run 3.Clone 4.I18n
2021-11-30 23:48:26 +08:00
8f0c0337c5
update gtime example output
2021-11-30 23:10:02 +08:00
d87413fb23
Merge branch 'master' of https://github.com/ehproject-teamer/gf
2021-11-30 22:55:51 +08:00
0340fb7124
update gtime example
2021-11-30 22:53:28 +08:00
6c19844a2f
Merge branch 'gogf:master' into master
2021-11-30 22:50:48 +08:00
dd0045e36f
improve package gcmd
2021-11-30 16:43:42 +08:00
6acb2f46e6
update gtime example
2021-11-29 10:14:55 +08:00
578d8218bd
go fmt
2021-11-29 10:08:12 +08:00
f754bdbb0e
Update gtime_z_example_time_test.go
2021-11-29 10:05:52 +08:00
3ff77a87d4
add json
2021-11-28 23:57:49 +08:00
2ead7606b2
go fmt
2021-11-28 23:41:41 +08:00
1fdf85e3b8
update MarshalJSON example
2021-11-28 23:36:21 +08:00
18c4082bd2
Merge branch 'master' of https://github.com/gogf/gf
2021-11-27 20:54:15 +08:00
45e9e108bd
add search folders for package gcfg
2021-11-27 20:54:02 +08:00
ec55463856
Merge pull request #1500 from huangqian1985/master
...
AVLTree Example And RedBlackTree Example
2021-11-27 20:37:02 +08:00
8944635bf9
modify "May Output" to "Output"
...
modify fuinction name
2021-11-27 20:07:39 +08:00
c4b45d2400
modify "May Output" to "Output"
2021-11-27 19:33:00 +08:00
b444a661c2
Merge branch 'master' of https://github.com/gogf/gf
2021-11-27 19:12:04 +08:00
085ac39231
Implemented RedBlackTree All Example
2021-11-27 19:11:14 +08:00
f5bd5a8748
Implemented AVLTree All Example
2021-11-27 18:09:16 +08:00
478f901595
Fix AVLTree MarshalJSON() Bug
2021-11-27 18:08:48 +08:00
5073413ffc
improve TableFields feature for package gdb
2021-11-27 12:59:41 +08:00
7bdb4fe660
fix unit testing case for package gcache
2021-11-27 12:10:05 +08:00
bf8afc96e4
improve instance creating of database for package gins
2021-11-27 11:53:05 +08:00
817c3ce698
add Available function for Adapter of package gcfg
2021-11-27 01:36:21 +08:00
c33378540a
add Available function for Adapter of package gcfg
2021-11-27 01:33:53 +08:00
c160500c7d
Merge branch 'master' of https://github.com/gogf/gf
2021-11-27 01:10:14 +08:00
35cf228d83
add AdapterRedis for package gcache
2021-11-27 01:10:00 +08:00
b0eb76359e
Implemented AVLTree Example
...
1.ExampleNewAVLTree 2.ExampleNewAVLTreeFrom
Implemented RedBlackTree Example
1.ExampleNewRedBlackTree 2.ExampleNewRedBlackTreeFrom
2021-11-27 00:04:43 +08:00
16a05f1450
Fix IteratorAscFrom() And IteratorDescFrom() Panic Bug
2021-11-27 00:02:19 +08:00
1749af1416
Merge branch 'master' of https://github.com/gogf/gf into gtree_Example
2021-11-26 23:37:07 +08:00
ae7685278d
Merge pull request #1496 from huangqian1985/master
...
BTree Example
2021-11-26 23:32:49 +08:00
b63786cd75
Merge branch 'master' of https://github.com/gogf/gf into gtree_Example
2021-11-26 23:21:19 +08:00
e5c3444ea6
Merge branch 'master' of https://github.com/gogf/gf
2021-11-26 23:03:10 +08:00
0ded168715
Merge branch 'master' of https://github.com/gogf/gf into gtree_Example
2021-11-26 22:57:12 +08:00
a7b78b00b1
comment update for package gtree
2021-11-26 22:49:06 +08:00
a0c139f6a7
rename words and format output
2021-11-26 21:05:01 +08:00
b649c5aca8
Merge pull request #1486 from Hamster601/gvar_dev
...
add gvar example
2021-11-26 20:38:37 +08:00
56c13c2abf
Merge pull request #1495 from mojo-zd/master
...
remove unnecessary code
2021-11-26 20:38:06 +08:00
e21cd301c2
Merge pull request #1499 from zxr615/fix_orderby_null
...
order by null is not escaped
2021-11-26 20:37:27 +08:00
656fb99b6a
add test case
2021-11-26 11:48:15 +08:00
1725d247ae
order by null is not escaped
2021-11-26 10:38:50 +08:00
85aa850539
Merge branch 'master' into gvar_dev
2021-11-26 10:25:49 +08:00
2cae1412f9
add line
2021-11-26 10:25:25 +08:00
f78d65833b
Fix Left() And Right() Panic Bug
2021-11-25 23:56:51 +08:00
2c542cfd46
Implemented BTree Example
...
1.Keys 2.Values 3.Map 4.MapStrAny 5.Clear 6.Replace 7.Height 8.Left 9.Right 10.String 11.Search 12.Print 13.Iterator 14.IteratorFrom 15.IteratorAsc 16.IteratorAscFrom 17.IteratorDesc 18.IteratorDescFrom 19.MarshalJson
2021-11-25 23:55:36 +08:00
ab1f64a83e
remove unnecessary code
2021-11-25 22:01:47 +08:00
9105590c69
improve chaining feature for ghttp.Client
2021-11-25 16:23:18 +08:00
fe1ca3cc22
format
2021-11-25 16:13:12 +08:00
c906990b63
add http instance function for package gins
2021-11-25 16:06:02 +08:00
23f13c0f6a
新增gvar使用示例
2021-11-25 15:50:58 +08:00
be0df90d05
add strict attribute for gcmd.Command for strict option parsing
2021-11-25 14:56:15 +08:00
65b6fbba84
Implemented BTree Example
...
1.GetVar 2.GetVarOrSet 3.GetVarOrSetFunc 4.GetVarOrSetFuncLock 5.SetIfNotExist 6.SetIfNotExistFunc 7.SetIfNotExistFuncLock 8.Contains 9.Remove 10.Removes 11.IsEmpty 12.Size
2021-11-25 07:25:29 +08:00
58a2e5a3b3
Merge branch 'master' of https://github.com/gogf/gf into gtree_Example
2021-11-24 23:23:50 +08:00
2866ee75a1
Implemented BTree Example
...
1.Clone 2.Set 3.Sets 4.Get 5.GetOrSet 6.GetOrSetFunc 7.GetOrSetFuncLock
2021-11-24 23:23:14 +08:00
f91b5b558a
improve package gcmd
2021-11-24 22:45:34 +08:00
0db3a9f0f6
improve package gcmd
2021-11-24 22:27:09 +08:00
8442bab164
improve package gcmd
2021-11-24 22:15:23 +08:00
332de30fba
improve package gcmd
2021-11-24 21:57:41 +08:00
c5541b484f
improve package gtag/gcmd
2021-11-24 21:41:36 +08:00
7b22355abb
expose package internal/structs as os/gstructs; add package gtag for custom tag storage feature
2021-11-24 16:17:50 +08:00
09be476fd9
Implemented BTree Example
...
1.NewBTree 2.NewBTreeFrom
2021-11-23 23:21:29 +08:00
e2abee7ba4
Merge branch 'master' of https://github.com/gogf/gf
2021-11-23 21:05:44 +08:00
6d62e071e4
fix issue in package goai
2021-11-23 21:05:31 +08:00
af289bcc7e
Merge branch 'master' of https://github.com/gogf/gf into gtree_Example
2021-11-23 20:57:30 +08:00
c12404b378
add gtree example new file
2021-11-23 20:53:17 +08:00
8a22b129dd
add gtree example new file
2021-11-23 20:52:57 +08:00
28fe100761
Merge pull request #1489 from huangqian1985/master
...
gmap Example and gvalid Example
2021-11-23 20:40:33 +08:00
0622b517c5
command object feature for package gcmd
2021-11-23 20:26:55 +08:00
d7da2b5657
Merge branch 'master' of https://github.com/gogf/gf
2021-11-23 20:22:00 +08:00
5415d6dc52
Merge branch 'master' into feature/gcmd-manager
2021-11-23 16:24:11 +08:00
1978a262a8
improve ScanList feature for pakcga egdb
2021-11-23 15:28:40 +08:00
9e21052a3c
object feature for package gcmd
2021-11-23 14:08:37 +08:00
9748b9f70b
improve association feature for package gvalid
2021-11-23 10:42:43 +08:00
a237495b66
modify CheckStruct to Run
2021-11-23 07:44:35 +08:00
00ac9069ee
Merge branch 'master' of https://github.com/gogf/gf
2021-11-22 23:26:40 +08:00
7e3d7b3575
modify UnmarshalValue Sample
2021-11-22 23:11:40 +08:00
a96acf6eed
improve dump feature for package gutil
2021-11-22 23:05:32 +08:00
bbc43520fb
improve package gvalid
2021-11-22 22:47:00 +08:00
cea6e4c3d9
improve package gvalid
2021-11-22 22:43:09 +08:00
7e56bf700a
Merge branch 'master' of https://github.com/gogf/gf
2021-11-22 21:10:52 +08:00
2728ab9e42
add "ci" rule Example
2021-11-22 21:04:24 +08:00
3be19e58e1
recursive validation feature for package gvalid
2021-11-22 20:28:47 +08:00
82ea10a59b
Merge branch 'master' of https://github.com/gogf/gf
2021-11-22 15:27:38 +08:00
86a1721326
Merge branch 'master' into feature/recursive-validation
2021-11-22 14:45:53 +08:00
eaef2d865e
add rule ci for package gvalid
2021-11-22 14:41:33 +08:00
dc1ad3dda4
gcmd manager feature
2021-11-22 11:23:46 +08:00
c94513f4aa
add "bail" rule Example
2021-11-22 08:59:21 +08:00
bae18a92b7
Merge branch 'master' of https://github.com/gogf/gf
2021-11-22 00:27:10 +08:00
a3dfebffb4
output modify
2021-11-22 00:26:34 +08:00
f5920fff68
Merge branch 'master' of https://github.com/gogf/gf
2021-11-21 23:04:11 +08:00
e15a862cd2
Merge pull request #1463 from hailaz/master
...
add examples for package gfile
2021-11-21 22:47:03 +08:00
22b7b2b953
comment updates for package gcmd
2021-11-21 22:38:47 +08:00
dde4b75022
improve command feature for package gcmd
2021-11-21 13:11:28 +08:00
e936b376fb
improve command feature for package gcmd
2021-11-21 13:09:45 +08:00
b58c5311d0
Implemented TreeMap Example
2021-11-21 12:44:59 +08:00
dbee5810dc
merge master
2021-11-21 00:54:40 +08:00
8ea4b71e7a
Implemented ListMap Example
2021-11-20 21:46:20 +08:00
3e5b3a6dad
Implemented StrStrMap Example
2021-11-20 12:37:09 +08:00
61bc38fff6
Implemented StrStrMap Example
2021-11-20 12:27:01 +08:00
c047214a33
Merge branch 'master' of https://github.com/gogf/gf
2021-11-20 12:13:12 +08:00
7d75f6e7c5
Implemented StrStrMap Example
2021-11-20 12:13:05 +08:00
a99cc34243
Implemented StrStrMap Example
2021-11-20 12:12:32 +08:00
8db890c510
improve unit testing case for package gcache
2021-11-20 12:08:14 +08:00
1db2c31ecc
Implemented StrIntMap Example
2021-11-20 08:47:44 +08:00
49edad0216
Implemented StrAnyMap Example
2021-11-20 08:13:10 +08:00
51fd87bc01
Implemented StrAnyMap Example
2021-11-20 07:49:56 +08:00
42673c383a
merge master
2021-11-19 23:14:58 +08:00
9aeac45198
Implemented IntIntMap Example
2021-11-19 21:46:11 +08:00
d9a152b772
Merge branch 'master' of https://github.com/gogf/gf
2021-11-19 20:44:52 +08:00
cd9ea5697b
Merge branch 'master' of https://github.com/gogf/gf
2021-11-19 15:23:34 +08:00
551ceef0e1
improve package gconv
2021-11-19 15:21:46 +08:00
b81a1e7c9c
Merge pull request #12 from gogf/master
...
pr from master
2021-11-19 09:56:02 +08:00
0355ec6b21
doc: add code comments
2021-11-19 09:53:32 +08:00
076b15d71f
Implemented IntAnyMap Example
2021-11-19 07:27:19 +08:00
d35daa0f72
Merge pull request #1487 from stardemo/master
...
add ci notice for go fmt
2021-11-18 22:36:36 +08:00
d138c5bff2
improve unit testing case for package gview
2021-11-18 22:33:36 +08:00
66d56396ca
improve unit testing case for package gview
2021-11-18 22:16:54 +08:00
0c62c62a7a
improve example for package gstr
2021-11-18 22:13:12 +08:00
7d6c9244cf
Implemented AnyAnyMap Example Function:
...
1.Replace 2.LockFunc 3.RLockFunc 4.Flip 5.Merge 6.String 7.MarshalJSON 8.UnmarshalJSON 9.UnmarshalValue
2021-11-18 21:37:27 +08:00
7f33c101c8
Merge branch 'master' of https://github.com/giamyl/gf
2021-11-18 20:11:41 +08:00
07ac8aca41
fix unit testing cases for package gres/gview
2021-11-18 20:07:24 +08:00
de4db409ee
improve gutil.Dump
2021-11-18 15:25:24 +08:00
712416f490
improve gutil.Dump
2021-11-18 15:20:37 +08:00
0d8c9d5cfb
move "gofmt check pass" echo
2021-11-18 11:56:03 +08:00
9547277931
fix gofmt check cmd
2021-11-18 11:32:03 +08:00
02849956e8
add ci gofmt check notice
2021-11-18 11:23:51 +08:00
dcf5975334
Merge branch 'gogf-master'
2021-11-18 09:54:35 +08:00
747ed6c64d
Merge branch 'master' of https://github.com/gogf/gf into gogf-master
2021-11-18 09:52:27 +08:00
e586e4d109
更新示例文件
2021-11-18 08:59:51 +08:00
be2a0f4a18
Delete gstr_z_all_example_test.go
2021-11-18 08:58:48 +08:00
a184d16f06
更新示例
2021-11-18 08:58:21 +08:00
f6facc7507
修改示例
2021-11-18 08:54:44 +08:00
7d7ceec1d6
Merge branch 'gogf:master' into master
2021-11-18 08:54:13 +08:00
3f4dff462d
Merge branch 'master' of https://github.com/gogf/gf
2021-11-18 07:33:29 +08:00
36927b4371
Implemented AnyAnyMap Example Function:
...
1.Remove 2.Removes 3.Keys 4.Values 5.Contains 6.Size 7.IsEmpty 8.Clear
2021-11-18 07:32:29 +08:00
290200a490
修改示例表现形式
2021-11-18 06:26:27 +08:00
57ccc13e0c
unit testing files renaming
2021-11-17 23:20:58 +08:00
ef29ee4804
Implemented AnyAnyMap Example Function:
...
1.Iterator 2.Clone 3.Map 4.MapCopy 5.MapStrAny 6.FilterEmpty 7.FilterNil 8.Set 9.Sets 10.Search 11.Get 12.Pop 13.Pops 14.GetOrSet 15.GetOrSetFunc 16.GetOrSetFuncLock 17.GetVar 18.GetVarOrSet 19.GetVarOrSetFunc 20.GetVarOrSetFuncLock
2021-11-17 23:18:35 +08:00
732664a1ff
files renaming for package gdb
2021-11-17 22:01:17 +08:00
f2ef7454c2
improve prefix feature for package gdb
2021-11-17 21:29:46 +08:00
e4023cadce
doc: add code comments
2021-11-17 19:50:03 +08:00
92b9af5d9e
Merge branch 'master' of https://github.com/gogf/gf
2021-11-17 19:32:06 +08:00
51cc9c541f
doc: add copyright
2021-11-17 14:14:19 +08:00
6ad7baeb2c
remove gsmtp
2021-11-16 23:39:45 +08:00
266a4214c5
fix example for package gregex
2021-11-16 21:40:04 +08:00
67a479a2cd
remove .example
2021-11-16 21:37:59 +08:00
459aaea6e1
.golangci.yml updates
2021-11-16 21:25:14 +08:00
9b93542e99
Merge pull request #1483 from houseme/master
...
improve code 'if block ends with a return statement, so drop this els…
2021-11-16 21:02:56 +08:00
0b9931a3a4
improve Dump feature for package gutil
2021-11-16 20:41:31 +08:00
bb4f72d1ec
improve code Introduce according to grouping
2021-11-16 19:43:02 +08:00
e86ee052cb
improve code import
2021-11-16 19:29:02 +08:00
c6efb5ee3b
[feature] improve code range map
2021-11-16 17:21:13 +08:00
efcba5ecae
Merge branch 'master' of https://github.com/gogf/gf
2021-11-16 07:36:23 +08:00
416a5173ae
1# Complete the AnyAnyMap Example Function (Not Implemented)
...
2# Implemented AnyAnyMap Example Function:
1.NewAnyAnyMap 2.NewAnyAnyMapFrom
2021-11-16 07:30:14 +08:00
cc9b3a08d0
splite gmap example file.
2021-11-16 07:20:18 +08:00
857ca4d978
URL encode and decode
2021-11-16 00:59:15 +08:00
0135d23b16
URL-encode according to RFC 3986
2021-11-16 00:56:38 +08:00
babb84a798
Merge branch 'gogf:master' into master
2021-11-16 00:45:34 +08:00
e92aaa0891
Merge branch 'master' of https://github.com/gogf/gf
2021-11-16 00:42:44 +08:00
939a9267c6
improve slice converting for package gconv
2021-11-16 00:41:47 +08:00
ff8633231f
improve code 'if block ends with a return statement, so drop this else and outdent its block (golint)'
2021-11-16 00:26:10 +08:00
4e1bbd76f9
Merge branch 'master' of https://github.com/gogf/gf
2021-11-15 23:34:43 +08:00
570814cf6e
gmap example function
...
1.NewFrom 2.NewHashMap 3.NewHashMapFrom
2021-11-15 23:34:25 +08:00
47a4c6b58c
Merge pull request #1481 from houseme/master
...
improve code
2021-11-15 22:36:31 +08:00
4fa2a879d7
[feature] improve code gview
2021-11-15 20:49:02 +08:00
cd60a4aca7
[feature] improve code glog
2021-11-15 20:31:16 +08:00
b664982be3
[feature] improve code gfile gcfg
2021-11-15 20:26:31 +08:00
485785e023
improve example for package gqueue
2021-11-15 19:20:46 +08:00
5389a93ec8
Merge branch 'master' of https://github.com/gogf/gf
2021-11-15 19:16:40 +08:00
634cacd435
merge develop
2021-11-15 19:15:58 +08:00
61bf7a28d2
Merge pull request #1480 from huangqian1985/master
...
gring Example
2021-11-15 19:12:22 +08:00
e172c486c3
Merge pull request #1478 from houseme/master
...
Upgrade opentelemetry version to 1.2.0. Improved import, by group improt
2021-11-15 19:11:41 +08:00
da7ddd43f5
improve field filtering for list type parameters of function Data for ForDao models
2021-11-15 17:39:23 +08:00
98e5fb1542
improve field filtering for list type parameters of function Data for ForDao models
2021-11-15 17:27:35 +08:00
f99b037c60
improve field filtering for list type parameters of function Data for ForDao models
2021-11-15 17:06:04 +08:00
5a1209c82d
developing recursive validation
2021-11-15 16:50:30 +08:00
8ddab7f0cc
Merge branch 'gogf:master' into master
2021-11-14 22:50:53 +08:00
6cd8d008eb
Modifying LockIteratorPrev to RLockIteratorPrev and its implementation
2021-11-14 21:35:00 +08:00
f4f1145424
gring example function
...
1.Set 2.Put 3.Move 4.Prev 5.Next 6.Link 7.Unlink 8.RLockIteratorNext 9.RLockIteratorPrev 10.SliceNext 11.SlicePrev
2021-11-14 21:33:23 +08:00
d7c121430e
Merge branch 'master' of https://github.com/gogf/gf
2021-11-14 21:17:30 +08:00
e23704d694
improve package gvalid by adding extra internal variable for error message template, changing :xxx varibale name to {xxx} format
2021-11-14 21:00:34 +08:00
e4ddeb6033
Improved import, by group improt.
2021-11-14 18:24:38 +08:00
4cdd98dbf5
Merge branch 'master' of https://github.com/gogf/gf
2021-11-14 17:47:34 +08:00
ce16dad88f
improve error handling for custom validation rule for package gvalid
2021-11-14 17:47:21 +08:00
b59ed1b943
Improved import, by group improt.
2021-11-14 15:37:24 +08:00
ea31af5364
Merge branch 'gogf:master' into master
2021-11-14 15:33:18 +08:00
ac2a95534e
Merge pull request #1474 from ehproject-teamer/master
...
add gtime example test
2021-11-14 12:29:51 +08:00
1a7450b9e9
v2.0.0-beta
2021-11-14 11:36:59 +08:00
5ef8280c31
fix: gfile scan dir example
2021-11-14 00:08:31 +08:00
15deeb19b0
go fmt
2021-11-13 23:48:47 +08:00
d13bbb7a04
merge conflict
2021-11-13 23:46:18 +08:00
f2dc26a7b3
Improved gfile example
2021-11-13 23:42:03 +08:00
299e16bed1
Improved import, by group improt.
2021-11-13 23:34:16 +08:00
d864120353
Improved import, by group improt.
2021-11-13 23:30:31 +08:00
be03b3cdda
Improved import, by group improt.
2021-11-13 23:23:55 +08:00
cfa3d817af
update gtime example
2021-11-13 23:16:18 +08:00
2c716a88c4
gring example function
...
1.New 2.Cap 3.Len
2021-11-12 22:52:41 +08:00
89d2a896f1
Update gtime_z_example_basic_test.go
2021-11-12 12:16:08 +08:00
56648638aa
Merge branch 'gogf:master' into master
2021-11-12 11:14:03 +08:00
741a790660
修改了示例的表现格式
2021-11-12 01:37:27 +08:00
684fa9b9c9
Merge pull request #1467 from 564104865/zhiwei
...
update cache
2021-11-11 23:53:45 +08:00
4e91039254
Update gcache_z_example_cache_test.go
2021-11-11 23:37:01 +08:00
195e167502
Update gcache_z_example_cache_test.go
2021-11-11 23:29:29 +08:00
01a50b06cb
Update gcache_z_example_cache_test.go
2021-11-11 22:32:08 +08:00
9b663b4c2b
Update gcache_z_example_cache_test.go
2021-11-11 22:18:01 +08:00
655426c322
Update gcache_z_example_cache_test.go
2021-11-11 21:19:33 +08:00
ae819ad44b
Merge branch 'master' of https://github.com/ehproject-teamer/gf
2021-11-11 17:51:33 +08:00
50ad3f0f26
go fmt
2021-11-11 17:49:43 +08:00
413a8be037
Merge branch 'gogf:master' into master
2021-11-11 17:45:49 +08:00
da659817c5
complete gtime example
2021-11-11 17:41:31 +08:00
6d37515e14
Optimization gfile example
2021-11-11 13:01:32 +08:00
ae27afaeb4
Merge branch 'zhiwei' of https://github.com/564104865/gf into zhiwei
2021-11-10 16:46:20 +08:00
30f462288e
Update gcache_z_example_cache_test.go
2021-11-10 16:39:26 +08:00
4862505c5e
Merge branch 'gogf:master' into zhiwei
2021-11-10 16:37:56 +08:00
4b0a8f81d5
修改了ExampleEqual 示例的对比值
2021-11-10 01:47:03 +08:00
f889df8d50
go fmt 格式化
2021-11-10 01:27:59 +08:00
836be74d13
修改示例中结果为map输出的地方增加May
2021-11-10 01:12:22 +08:00
7f24f0637b
修改了部分示例
2021-11-10 01:03:04 +08:00
31d793fafb
improve example for package gqueue
2021-11-10 00:20:00 +08:00
be274478d0
Merge branch 'zhiwei' of https://github.com/564104865/gf into zhiwei
2021-11-09 20:47:28 +08:00
5b8c91a877
Merge branch 'gogf:master' into zhiwei
2021-11-09 20:46:12 +08:00
95a4690e69
improve error feature for package gvalid
2021-11-09 17:50:14 +08:00
33694c8b47
fix: ExampleGetContentsWithCache intlog
2021-11-09 16:34:00 +08:00
14b7c591d0
fix "github.com/gogf/gf/v2/test/gtest"
2021-11-09 16:25:44 +08:00
72043d0657
Merge branch 'gogf:master' into processconflict
2021-11-09 16:11:07 +08:00
e0a0fcbde2
improve cache feature for package gdb
2021-11-09 16:06:31 +08:00
58dd8a29db
fix: gflie size example dir default size 4k
2021-11-09 16:04:47 +08:00
1f83c00ebf
fix: gfile size example fail
2021-11-09 15:49:00 +08:00
02e1d01f29
improve RuleFunc for package gvalid
2021-11-09 15:22:17 +08:00
e0db3c87cf
improve RuleFunc for package gvalid
2021-11-09 14:31:16 +08:00
903299728f
update Must Cache
2021-11-09 11:46:53 +08:00
c617ad6a04
Merge branch 'gogf:master' into zhiwei
2021-11-09 11:38:05 +08:00
814649e7a3
Merge branch 'master' of https://github.com/gogf/gf
2021-11-08 19:51:45 +08:00
d1b69142c4
improve unit testing case for package gcache
2021-11-08 19:51:32 +08:00
2d1593f78e
Merge branch 'zhiwei' of https://github.com/564104865/gf into zhiwei
2021-11-08 12:12:15 +08:00
d61f7af60c
update cache adapter
2021-11-08 12:12:10 +08:00
65140d1293
Merge branch 'gogf:master' into zhiwei
2021-11-08 12:11:19 +08:00
85299cd447
Merge pull request #1466 from mingzaily/master
...
add examples for container gqueue
2021-11-07 21:53:24 +08:00
091df972f1
improve example for package gcache
2021-11-07 21:52:27 +08:00
748040fb0b
improve group router for package ghttp
2021-11-07 21:31:33 +08:00
df02ca764f
add size example for gqueue
2021-11-07 16:52:28 +08:00
6f64c26349
Merge branch 'gogf:master' into master
2021-11-07 16:40:20 +08:00
072355dc2c
Merge branch 'zhiwei' of https://github.com/564104865/gf into zhiwei
2021-11-07 16:05:17 +08:00
3ca2cad449
improve gutil.Dump
2021-11-07 00:32:16 +08:00
05bb81cd71
Merge branch 'master' of https://github.com/gogf/gf
2021-11-07 00:16:52 +08:00
fd9246358a
Merge branch 'feature/gconv.ScanList' into develop
2021-11-07 00:16:26 +08:00
42c4b32720
add gconv.ScanList
2021-11-07 00:16:14 +08:00
2757647211
Revert "11"
...
This reverts commit 45787dd8e4 .
2021-11-06 20:31:47 +08:00
45787dd8e4
11
2021-11-06 20:31:16 +08:00
38b797b42f
finish example for gqueue
2021-11-06 16:27:17 +08:00
e8f6ebc154
Merge branch 'gogf:master' into master
2021-11-06 16:12:38 +08:00
e715ce0625
Merge pull request #1450 from DGuang21/feature-regex-example
...
add examples for package gregex
2021-11-06 11:35:15 +08:00
aceb586bef
Merge pull request #1461 from Evil-king/master
...
add examples for InitSet of package gset
2021-11-06 11:34:17 +08:00
15f9b69b36
fix
2021-11-06 06:38:28 +08:00
0aabb7d990
update package gstr
2021-11-06 04:41:08 +08:00
b036767fc0
📝 add example
2021-11-06 01:47:00 +08:00
b967cf6224
📝 add example
2021-11-06 01:16:51 +08:00
1a596fe84d
📝 add example
2021-11-06 00:54:10 +08:00
64fa8d5282
📝 add example
2021-11-06 00:49:15 +08:00
99d2186c8c
📝 add example
2021-11-06 00:06:56 +08:00
24f759e00e
📝 add example
2021-11-05 23:56:08 +08:00
66731c9c66
Merge pull request #1459 from visualsun/master
...
Create garray_z_example_sorted_str_test.go
2021-11-05 23:27:56 +08:00
e5ec9cd676
Merge pull request #1452 from 564104865/zhiwei
...
gcache Examples
2021-11-05 23:24:20 +08:00
e7b63839c8
Update garray_z_example_sorted_str_test.go
2021-11-05 19:31:11 +08:00
2511c378f2
Create garray_z_example_int_test.go
2021-11-05 17:02:28 +08:00
3de37873dc
Merge pull request #10 from gogf/master
...
pr from master
2021-11-05 15:02:25 +08:00
12514a0311
Update garray_z_example_sorted_str_test.go
2021-11-05 14:45:04 +08:00
8a9dd169e2
test: add gflie example
2021-11-05 14:30:50 +08:00
84046a060a
Package gstr's All Example
2021-11-05 10:50:15 +08:00
a27eec7752
Delete gstr_z_example_test.go
2021-11-05 10:48:13 +08:00
4539a9a4ab
修改gstr测试用例包名为gstr_test
2021-11-05 10:42:44 +08:00
cffa098373
更新gstr为gf-v2版本
2021-11-05 10:35:01 +08:00
c663a0d9c5
修改gstr测试用例
...
修改gstr测试用例的错误
2021-11-05 10:20:36 +08:00
5b83b2375e
Update gcache_z_example_cache_test.go
2021-11-05 09:41:49 +08:00
98d72fae25
Merge branch 'gogf:master' into zhiwei
2021-11-05 09:38:41 +08:00
041ebacb8c
添加gstr包的实例
2021-11-05 01:20:18 +08:00
4f2a22dd0e
Merge branch 'master' of https://github.com/gogf/gf
2021-11-05 01:15:30 +08:00
4acc0e9876
gconv.ScanList
2021-11-05 01:15:11 +08:00
7be24776d5
Merge branch 'develop' of https://github.com/gogf/gf into develop
2021-11-05 01:07:19 +08:00
485706a676
improve ScanList feature for package gdb
2021-11-05 01:07:06 +08:00
ea7d963f20
IntSet
2021-11-05 00:56:59 +08:00
613958a4b6
IntSet finish
2021-11-05 00:50:44 +08:00
44023ea91d
Merge pull request #1453 from Evil-king/master
...
gstrset Example Finish
2021-11-05 00:21:15 +08:00
ef7f7e35f8
update review
2021-11-05 00:04:24 +08:00
613a50428b
Update gcache_z_example_cache_test.go
2021-11-04 23:23:40 +08:00
3091f61a26
update ExampleStrSet_Remove
2021-11-04 22:26:17 +08:00
5776b2596d
Create garray_z_example_sorted_str_test.go
2021-11-04 22:17:32 +08:00
430102c995
update
2021-11-04 22:11:09 +08:00
2a2bb4f1e1
improve the example document
2021-11-04 21:39:28 +08:00
205243e8b9
update
2021-11-04 21:02:54 +08:00
d16ce643fd
Merge branch 'zhiwei' of https://github.com/564104865/gf into zhiwei
2021-11-04 20:58:19 +08:00
e94eb8f668
Merge branch 'gogf:master' into zhiwei
2021-11-04 20:56:02 +08:00
357084e788
update cache
2021-11-04 20:55:01 +08:00
9a757acc88
Merge pull request #1438 from danvinhe/bugfix/i1435
...
Bugfix/i1435
2021-11-04 20:38:58 +08:00
3fb1c07eac
Merge pull request #1454 from visualsun/master
...
Update garray_z_example_str_test.go
2021-11-04 20:29:33 +08:00
6050b14087
Update garray_z_example_str_test.go
2021-11-04 20:11:54 +08:00
58c1c1bb16
Merge pull request #1455 from huangqian1985/develop
...
Validator Rule Example
2021-11-04 19:33:06 +08:00
b6f6ab17f9
go fmt
2021-11-03 23:50:57 +08:00
7bcba437a0
update cache values
2021-11-03 23:44:16 +08:00
abf199bf61
Merge branch 'gogf:master' into zhiwei
2021-11-03 23:29:31 +08:00
9ea2db5c81
fix
2021-11-03 23:17:04 +08:00
7a6fb4a807
Merge branch 'master' of https://github.com/gogf/gf
2021-11-03 23:14:08 +08:00
c3a75f5568
logging content update for package gdb
2021-11-03 23:13:11 +08:00
c850c420fd
fixCi
2021-11-03 23:06:24 +08:00
e045aaaf07
Merge branch 'master' of https://github.com/gogf/gf into develop
2021-11-03 23:05:23 +08:00
0cd40caf0c
Merge branch 'gogf:master' into master
2021-11-03 22:57:44 +08:00
f2bb9d65c3
edit review
2021-11-03 22:49:30 +08:00
4e05795642
Modify variable name
2021-11-03 22:38:31 +08:00
1df52637e8
Merge pull request #1429 from osgochina/master
2021-11-03 22:38:21 +08:00
b83362cc2e
Update garray_z_example_str_test.go
2021-11-03 22:34:43 +08:00
274052511c
Complete the following verification rule example method
...
1.mac 2.url 3.domain 4.size 5.length 6.min-length 7.max-length 8.between 9.min 10.max 11.json 12.integer 13.float 14.boolean 15.regex
2021-11-03 22:20:05 +08:00
32bc1ec064
Merge pull request #1432 from danvinhe/hotfix/i1421
...
Hotfix/i1421
2021-11-03 22:08:30 +08:00
5fa62e02c6
Update garray_z_example_str_test.go
2021-11-03 18:08:44 +08:00
bf3c3367a6
Update garray_z_example_str_test.go
2021-11-03 17:14:49 +08:00
9c05682605
change some example for gqueue
2021-11-03 16:16:03 +08:00
8f090739d9
go fmt
2021-11-03 15:23:51 +08:00
7971177c58
newredis
2021-11-03 15:16:07 +08:00
5707763758
Merge branch 'gogf:master' into zhiwei
2021-11-03 15:07:32 +08:00
35a786d765
Update gdb_func.go
2021-11-03 15:05:25 +08:00
12fe41e34d
Merge branch 'master' into bugfix/i1435
2021-11-03 15:04:22 +08:00
5ffd362b6e
Update glog_logger.go
...
多了个空格
2021-11-03 15:02:21 +08:00
a423fba2a8
comment or be unexported
...
exported method Redis.UpdateExpire should have comment or be unexported
2021-11-03 14:59:28 +08:00
41d0832fa5
Merge branch 'master' into hotfix/i1421
2021-11-03 14:55:02 +08:00
5e7b0c9303
Merge branch 'master' of https://github.com/gogf/gf
2021-11-03 13:27:49 +08:00
0c43e7986f
improve function gutil.Dump/DumpWithType
2021-11-03 13:27:37 +08:00
bc1d76a796
add example for gqueue
2021-11-03 11:41:34 +08:00
6b9f72d973
📝 add example
2021-11-03 11:28:54 +08:00
d980cff663
📝 add example
2021-11-03 11:22:17 +08:00
7de69db707
232234
2021-11-03 10:16:41 +08:00
5e34aee2d7
example over
2021-11-03 00:49:06 +08:00
797719d8d5
Complete the following verification rule example method
...
1. passport 2.password 3.password2 4.password3 5.postcode 6.resident-id 7.bank-card 8.qq 9.ip 10.ipv4 11.ipv6
2021-11-02 23:47:25 +08:00
6c3aa6ede5
📝 add example
2021-11-02 20:08:15 +08:00
18459ec1bc
Merge pull request #1449 from mingzaily/master
...
Example for glist
2021-11-02 19:37:47 +08:00
e727788f42
Merge branch 'gogf:master' into master
2021-11-02 14:33:13 +08:00
3df7711e74
complete example for glist
2021-11-02 14:31:34 +08:00
c1f856fa8e
update
2021-11-02 13:27:54 +08:00
8ffc7699d6
Merge pull request #9 from gogf/master
...
pr from master
2021-11-02 11:25:49 +08:00
a3eff53c69
Modify "date" rule Example
2021-11-02 11:22:34 +08:00
56c12ad7c3
fix unit testing case for pakage gfile
2021-11-02 09:56:53 +08:00
77a0f59cd3
add automatic adding OmitNil option for data and where filtering if given struct name is defined like 'xxxForDao'
2021-11-02 09:55:37 +08:00
94768530cc
Complete the following verification rule example method
...
1. datetime 2.date-format 3.email 4.phone 5.phone-loose 6.telephone
2021-11-02 00:03:44 +08:00
79a233eb78
example&comment update
2021-11-01 19:46:39 +08:00
183d800f4c
📝 add example
2021-11-01 12:17:53 +08:00
191ad20436
Complete the following verification rule example method
...
1. date
2021-10-31 23:16:54 +08:00
c0c68d1e46
rename Println -> Print for package glog
2021-10-30 20:47:38 +08:00
ac6968edf1
improve Dump feature
2021-10-30 20:35:55 +08:00
e22e1d0e4a
remove function Println from package glog
2021-10-30 19:44:22 +08:00
42e27dd14c
add context parameter for package grpool
2021-10-30 18:09:58 +08:00
d817047c98
remove Logger interface from package gdb
2021-10-30 16:12:51 +08:00
e15cd6ae89
fix issue in package gcache
2021-10-30 16:00:38 +08:00
17e6063c5c
add neccessary parameter context for package gcron/gtimer
2021-10-30 15:36:10 +08:00
a8b2a2ff33
Merge remote-tracking branch 'origin/develop' into develop
2021-10-29 22:46:00 +08:00
4b3eb09492
Complete the following verification rule example method
...
1. required 2.required-if 3.required-unless 4.required-with 5.required-with-all 6.required-without 7.required-without-all 8.same 9.different 10.in 11.not-in
2021-10-29 22:44:35 +08:00
d1c09cb21d
完成以下校验规则示例方法
...
1. required 2.required-if 3.required-unless 4.required-with 5.required-with-all 6.required-without 7.required-without-all 8.same 9.different 10.in 11.not-in
2021-10-29 22:37:38 +08:00
1188793f8f
automatically add column prefix for where conditions
2021-10-29 16:57:56 +08:00
09b8df1818
add WherePrefix/WhereOrPrefix for gdb.Model
2021-10-29 15:49:08 +08:00
6192d32501
add LeftJoinOnField/InnerJoinOnField/InnerJoinOnField/FieldsPrefix/FieldsExPrefix for package gdb
2021-10-29 15:12:31 +08:00
a6a8d787e4
merge IgnoreEmptySliceWhere feature into OmitEmptyWhere
2021-10-29 10:50:14 +08:00
e5c6d3f777
fix issue in unit testing cases for package gjson
2021-10-28 23:46:24 +08:00
1bfa792ea9
fix context canceled error while propagate context from http.Request
2021-10-28 23:37:51 +08:00
8ef4f68215
add IgnoreEmptySliceWhere feature for package gdb; add OriginValueAndKind/OriginTypeAndKind functions for package internal/utils
2021-10-28 23:18:23 +08:00
493f5dcff2
remove unused functions for package gdb
2021-10-27 15:41:15 +08:00
2cf84e020f
add automatically detectting feature for 'in' attribute of parameters for package goai;add 'datetime' rule for package gvalid
2021-10-27 15:33:29 +08:00
e21bd9b4cb
Update gcron_schedule.go
2021-10-27 10:44:28 +08:00
ded94276a8
Merge branch 'master' into processconflict
2021-10-27 10:33:36 +08:00
a19ba3d530
add embedded struct fields overwrite feature for package internal/structs
2021-10-26 21:57:56 +08:00
e0674ee7fe
improve openapi implements
2021-10-25 21:23:47 +08:00
2481435829
improve openapi implements
2021-10-25 21:06:24 +08:00
e48b565e18
improve openapi implements
2021-10-25 20:36:09 +08:00
f6c2206b88
improve logging content field name from selected/updated to rows
2021-10-25 19:50:52 +08:00
4717e01708
replace gopkg.in/yaml.v2 with gopkg.in/yaml.v3
2021-10-25 19:17:56 +08:00
17861fc45d
add short tags for default for package goai
2021-10-25 14:25:35 +08:00
a92c31168a
add short tags for summary/description for package goai
2021-10-25 10:50:01 +08:00
940dcfb8c4
v2.0.0-alpha
2021-10-22 17:54:53 +08:00
8dd9483572
fix issue in unit testing case for package gview
2021-10-22 14:09:08 +08:00
4e7b33bde3
fix issue in unit testing case for package gview
2021-10-22 13:14:48 +08:00
977780736f
improve gutil.Dump
2021-10-21 22:07:43 +08:00
aacfa1bd96
add short typed tag mapping for summary/description for package goai;add suffix checks for request/response struct naming
2021-10-21 20:17:02 +08:00
862ef57e0f
fix unit testing cases
2021-10-21 19:25:39 +08:00
fa5499373a
replace char <xxx> to ;add GetWithEnv/GetWithCmd fuctions for package gcfg
2021-10-21 18:22:47 +08:00
f901f19714
Parameters of type gdb.Raw do not require special treatment
2021-10-15 17:45:30 +08:00
6bde7c61b4
openapi
2021-10-14 15:03:39 +08:00
085c887b33
openapi
2021-10-13 22:34:52 +08:00
920c97af79
openapi
2021-10-13 22:28:49 +08:00
f887c9f44b
improve package gmeta
2021-10-12 17:52:31 +08:00
18ceebeffd
filter key updates for stack information
2021-10-12 17:25:45 +08:00
854747574d
fix issue in package gcfg
2021-10-12 16:15:52 +08:00
7eb3b32b26
fix unit testing cases
2021-10-11 21:53:16 +08:00
54dd11f511
README update
2021-10-11 21:43:27 +08:00
1bc0635f8b
version 2
2021-10-11 21:41:56 +08:00
bea54b445e
add context for validation functions of package gvalid
2021-10-11 21:34:19 +08:00
bc735fee51
openapi
2021-10-11 20:39:13 +08:00
82175b5de9
rename gctx.Value/WithValue to CtxId/WithCtxId
2021-10-11 20:25:02 +08:00
cefa3638cf
openapi
2021-10-11 19:59:15 +08:00
cbfd92a21d
add common request structure feature support for openapi
2021-10-11 17:10:55 +08:00
310e178206
add common response structure feature support for openapi
2021-10-11 16:55:38 +08:00
e0c4f7ccbf
Fixed : #1421
2021-10-09 18:32:59 +08:00
17904bccd0
openapi
2021-10-08 21:23:30 +08:00
5b2f40a454
openapi
2021-10-08 21:16:47 +08:00
b1113c328a
openapi
2021-10-08 17:05:11 +08:00
26d823bd81
openapi
2021-10-08 16:32:40 +08:00
5a5809bd95
修复gini的bug。
...
当ini的配置值中含有"="时候,不能正确解析。
2021-10-08 16:17:58 +08:00
c225a15746
openapi
2021-10-08 16:02:53 +08:00
edd62f3b4f
openapi
2021-10-08 15:37:17 +08:00
73e4a69383
openapi
2021-10-08 14:44:10 +08:00
5e32e8868e
openapi
2021-10-08 11:42:28 +08:00
d430f2f52e
openapi
2021-10-08 11:40:47 +08:00
51dbd133a4
openapi generating feature
2021-10-06 21:51:21 +08:00
4eb48660df
openapi generating feature
2021-10-06 21:11:16 +08:00
d66d8585a2
openapi generating feature
2021-10-06 20:44:34 +08:00
89661301b0
fix issue for unit testing case for package ghttp
2021-10-06 20:16:18 +08:00
5d804987b9
add alias g.Meta for gmeta.Meta
2021-10-06 20:11:54 +08:00
892d3abf38
openapi generating feature
2021-10-06 19:52:19 +08:00
4a1a8c9fc5
openapi generating feature
2021-10-06 15:24:01 +08:00
18ede3ae1f
improve error information for package goai
2021-10-06 15:03:00 +08:00
9ed79e9e86
openapi generating for ghttp.Server
2021-10-06 14:52:29 +08:00
5a7555a6ec
fix issue in goai for recursive attribute
2021-10-06 14:45:29 +08:00
82d04d612b
fix openapi specification generating; improve handler type
2021-10-06 14:22:58 +08:00
9f2eeb23ba
print error stack in faltal error for ghttp.Server
2021-10-06 12:12:59 +08:00
c84e79a46d
improve swagger ui feature for package ghttp
2021-10-06 11:54:53 +08:00
337c2d0953
filter issue in internal/structs
2021-10-06 11:10:35 +08:00
71189c8fb0
improve converting performance for equal type converting
2021-10-03 00:58:57 +08:00
322f5933ad
add build-in swagger ui support for ghttp.Server
2021-10-03 00:22:06 +08:00
1e80dc71eb
add automatic generating for OpenApi specification for ghttp.Server routes
2021-10-02 22:34:39 +08:00
198a6c8e33
add package goai for OpenAPIv3 support
2021-10-02 18:54:06 +08:00
0fdb935c3d
add package goai for OpenAPIv3 support
2021-10-02 15:07:47 +08:00
dcafba8a2d
add package goai for OpenAPIv3 support
2021-10-02 14:52:28 +08:00
131214151c
add context for Client of package ghttp
2021-09-30 14:06:46 +08:00
dd4e08e88d
refract package gdb; add selected & affected count to logging
2021-09-29 20:39:02 +08:00
b7b4067973
fix issue in unit testing case of package internal/structs
2021-09-29 19:18:27 +08:00
02478371f2
fix issue missing org tag value retrieving when using struct in Fields for package gdb
2021-09-28 22:02:08 +08:00
750972e7c6
fix unit testing cases
2021-09-28 19:04:36 +08:00
a9d7dc68a3
remove usage of package gparser
2021-09-27 23:05:46 +08:00
0a828aaed3
Merge branch 'v2_release' into develop
2021-09-27 22:52:28 +08:00
f2bab9777d
comment update for package gvalid
2021-09-27 22:52:14 +08:00
993bf897cf
remove deprecated functions; refract package gjson
2021-09-27 22:47:39 +08:00
df09d8c604
refract package ghttp/gredis/glog
2021-09-27 21:27:24 +08:00
5904a1e7c0
refract package gredis
2021-09-26 23:22:32 +08:00
b826ed6b03
Merge branch 'gogf:master' into master
2021-09-24 10:25:38 +08:00
6eee72b336
refract package gredis
2021-09-23 21:23:22 +08:00
a2c5c577db
fix issue #1412
2021-09-23 19:29:20 +08:00
6fa0ad5793
gredis refract
2021-09-23 19:12:02 +08:00
2891c8e29d
Merge branch 'gogf:master' into master
2021-09-23 19:05:53 +08:00
c3b3258194
update dependencies clbanning/mxj,grokify/html-strip-tags-go,gopkg.in/yaml to stable version
2021-09-22 19:43:52 +08:00
ef0aeb363b
comment update for paxkage gcache; improve package gbuild
2021-09-22 19:29:08 +08:00
c843661dfd
Merge branch 'develop' of https://github.com/gogf/gf into develop
2021-09-22 19:12:44 +08:00
b2629b9bfa
comment update for package gtrace
2021-09-22 19:12:31 +08:00
ad2b3e6cc6
Merge branch 'master' of https://github.com/houseme/gf into develop
2021-09-22 19:04:22 +08:00
cbe704333a
[feature] upgrade opentelemetry version v1.0.0 map to string
2021-09-22 14:54:42 +08:00
45b45517c8
[feature] upgrade opentelemetry version v1.0.0
2021-09-21 23:53:03 +08:00
9d67cb4f34
[feature] upgrade opentelemetry version v1.0.0
2021-09-21 15:15:37 +08:00
fe2eccfda4
remove usage of package unsafe for package gtype/grand
2021-09-20 12:58:10 +08:00
81e54be0c1
readme update
2021-09-20 12:29:05 +08:00
2e49c33cc7
remove depecated functions from package ghttp
2021-09-19 23:13:53 +08:00
e01e8dd4a2
github ci action updates
2021-09-19 10:50:31 +08:00
a1297b0402
github ci action updates
2021-09-19 10:36:43 +08:00
53db88c630
comment update for package gsession
2021-09-19 10:18:58 +08:00
c99c13acd1
refract pacakge gcfg, adding adapter interface for pacakge gcfg
2021-09-19 10:01:09 +08:00
01a3dd1eb0
add function gerror.HasStack; rename all api* interfaces to i*
2021-09-17 19:26:56 +08:00
5383672d78
change returned parameter from interface{} to *gvar.Var for gsession.Sessio.Get; remove Get* function excluding Get for gsession.Session
2021-09-17 11:15:00 +08:00
28f70d52ee
add context parameter for all functions of package gcache
2021-09-17 10:48:08 +08:00
cfc1f8fbe4
use english doc
2021-09-17 09:27:31 +08:00
1455e30350
change returned value by Get* and Update/Remove functions from type interface{} to *gvar.Var for package gcache
2021-09-16 22:13:00 +08:00
b46e9bb68a
improve package gcache
2021-09-16 21:17:03 +08:00
55a9c0738b
improve package gcache, add GetVar*/RemoveVar/UpdateVar functions for package gcache
2021-09-16 20:57:59 +08:00
a72493f320
Merge branch 'master' into processconflict
2021-09-16 11:32:54 +08:00
0d9d7b8e04
Merge branch 'gogf:master' into master
2021-09-16 11:31:38 +08:00
101db282c2
fix issue #1401
2021-09-15 22:28:26 +08:00
ac78b2fa50
fix ci issue
2021-09-15 21:46:58 +08:00
e877eab033
fix ci issue
2021-09-15 21:21:29 +08:00
68e760d13a
fix issue @1380
2021-09-15 21:17:45 +08:00
c323256812
Merge branch 'master' into processconflict
2021-09-15 18:54:46 +08:00
26584cdbb4
Merge branch 'gogf:master' into master
2021-09-15 18:52:59 +08:00
64a5cedcdf
fix recover logic
2021-09-14 20:47:06 +08:00
40fedea408
Merge branch 'master' of https://github.com/gogf/gf
2021-09-14 20:25:33 +08:00
ffedfb7c0c
improve package gproc for customize environment variables when creating process
2021-09-14 20:25:23 +08:00
cc08ceb797
improve package gring; remove function LockIteratorNext/LockIteratorPrev from package gring
2021-09-14 20:15:21 +08:00
053e4f2fc8
Merge pull request #1395 from houseme/master
...
[feature] upgrade opentelemetry v1.0.0-RC3
2021-09-14 20:15:01 +08:00
727f58a24b
remove usage of gconv.Unsafe* functions internally to avoid unexpected errors
2021-09-14 19:30:20 +08:00
99b6085235
Merge branch 'master' of https://github.com/gogf/gf
2021-09-13 16:43: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
5820e6ebe1
Merge branch 'gogf:master' into master
2021-09-13 15:11:01 +08:00
0776c35ddb
upgrade toml version 0.4.1
2021-09-08 05:43:04 +08:00
471a37ef00
upgrade toml version 0.4.1
2021-09-08 05:41:44 +08:00
1242733735
[feature] upgrade opentelemetry v1.0.0-RC3
2021-09-04 14:27:38 +08:00
a6c9a7a944
fix test
2021-09-03 19:35:19 +08:00
e782facdf3
Merge branch 'gogf:master' into master
2021-09-03 14:39:58 +08:00
077a41911b
Merge pull request #1390 from houseme/master
...
fix #1389
2021-09-03 10:54:03 +08:00
adee4ac8dd
fix #1389
2021-08-29 12:23:22 +08:00
b9a07b104a
Update gcron_schedule_test.go
...
add test to slash template parse
2021-08-26 10:58:54 +08:00
c7b379e53f
Merge branch 'master' into processconflict
2021-08-26 09:33:23 +08:00
ac73851f78
Merge branch 'master' into processconflict
2021-08-25 09:28:04 +08:00
22e3fddf8d
feat(fix bug , add nexttime feature):
...
1. fix bug: "Mon Jul 9 23:35 2012", "0 0 0 * Feb Mon/2". wo should get 1,3,5,7
2. add function to get the next run time
2021-08-23 23:12:16 +08:00
9ee0f04e58
add command feature for package gcmd
2021-05-26 22:08:13 +08:00
531519e8f2
Merge pull request #8 from gogf/master
...
mr from master
2021-05-07 09:53:15 +08:00
799e8214f8
Merge remote-tracking branch 'upstream/master'
2020-12-28 11:06:38 +08:00
e3b8f374e5
Merge pull request #1 from gogf/master
...
pr from gf
2020-07-17 16:27:51 +08:00