|
|
1fb9be0628
|
improve trace feature for package gdb/gredis; add trace example cases
|
2022-02-09 02:49:29 +08:00 |
|
|
|
af39eb4c9f
|
CI update; Example update for package gcache
|
2022-02-08 23:13:33 +08:00 |
|
|
|
f13ccd8527
|
Merge branch 'master' into feature-gsvc
|
2022-01-28 16:09:21 +08:00 |
|
|
|
04eb654133
|
add error stack for internal error printing
|
2022-01-28 14:51:49 +08:00 |
|
|
|
d322e67117
|
fix string print for time only gtime.Time; improve package drivers
|
2022-01-27 12:04:46 +08:00 |
|
|
|
01b9fa8ac9
|
improve package gcfg
|
2022-01-25 20:43:57 +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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
56f88f759a
|
add buildin function yamli for package gview
|
2022-01-17 17:10:44 +08:00 |
|
|
|
c72a9f2e1e
|
add buildin functions xml/ini/yaml/toml for package gview
|
2022-01-17 15:55:45 +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 |
|
|
|
8731123030
|
add StdoutColorDisabled configuration for package glog
|
2022-01-13 15:22:27 +08:00 |
|
|
|
9486f6e7e9
|
improve package gcmd/ghttp
|
2022-01-12 19:39:38 +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 |
|
|
|
c1586a3b81
|
improve package gcmd
|
2022-01-01 00:58:10 +08:00 |
|
|
|
09f9d1cb7a
|
improve package gcmd
|
2022-01-01 00:18:50 +08:00 |
|
|
|
fd5b0fdf49
|
comment update
|
2021-12-30 00:20:38 +08:00 |
|
|
|
48c5c1e5a8
|
change errors wrapped by gerror.Wrap with error stack info for all packages
|
2021-12-23 00:09:00 +08:00 |
|
|
|
cafd9098d7
|
change errors wrapped by gerror.Wrap with error stack info for all packages
|
2021-12-22 22:22:42 +08:00 |
|
|
|
ce93b625d4
|
change errors wrapped by gerror.Wrap with error stack info for all packages
|
2021-12-21 22:59:14 +08:00 |
|
|
|
63d384b676
|
help content update for pakcga egcmd
|
2021-12-18 23:27:41 +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 |
|
|
|
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 |
|
|
|
3658faafae
|
improve help content printing for package gcmd
|
2021-12-17 15:47:48 +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 |
|
|
|
4de74464ac
|
fix issue in unit testing case for package gctx/glog
|
2021-12-16 23:38:40 +08:00 |
|
|
|
aee52fd56e
|
enable OpenTelemetry in default for some core components
|
2021-12-16 23:09:37 +08:00 |
|
|
|
f4e8eff813
|
improve help content printing for package gcmd
|
2021-12-16 12:45:00 +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 |
|
|
|
bb1a95fff8
|
fix issue in gproc.ShellExec
|
2021-12-14 21:01:36 +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 |
|