John Guo
|
546b6b1724
|
t.Assert(err, nil) -> t.AssertNil(err)
|
2022-03-10 11:36:40 +08:00 |
|
John Guo
|
1724a26957
|
improve package gcfg
|
2022-03-01 22:34:57 +08:00 |
|
John Guo
|
f0b78253b2
|
fix issue #1605
|
2022-02-15 01:10:03 +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 |
|
John Guo
|
4fae47db63
|
add secondary configuration node name for http server; improve package gsvc
|
2022-01-28 17:29:05 +08:00 |
|
John Guo
|
3cb578488c
|
add service registry feature for package ghttp/gclient
|
2022-01-27 16:50:31 +08:00 |
|
John Guo
|
e5613e8690
|
improve function New for creating db by specified configuration node
|
2022-01-12 21:57:46 +08:00 |
|
John Guo
|
fd5b0fdf49
|
comment update
|
2021-12-30 00:20:38 +08:00 |
|
John Guo
|
ce93b625d4
|
change errors wrapped by gerror.Wrap with error stack info for all packages
|
2021-12-21 22:59:14 +08:00 |
|
John Guo
|
8de176d73f
|
move package /net/ghttp/internal/client as /net/gclient
|
2021-12-03 23:32:00 +08:00 |
|
John Guo
|
bf8afc96e4
|
improve instance creating of database for package gins
|
2021-11-27 11:53:05 +08:00 |
|
John Guo
|
c906990b63
|
add http instance function for package gins
|
2021-11-25 16:06:02 +08:00 |
|
John Guo
|
de4db409ee
|
improve gutil.Dump
|
2021-11-18 15:25:24 +08:00 |
|
John Guo
|
57ccc13e0c
|
unit testing files renaming
|
2021-11-17 23:20:58 +08:00 |
|
houseme
|
be03b3cdda
|
Improved import, by group improt.
|
2021-11-13 23:23:55 +08:00 |
|
John Guo
|
748040fb0b
|
improve group router for package ghttp
|
2021-11-07 21:31:33 +08:00 |
|
John Guo
|
ac6968edf1
|
improve Dump feature
|
2021-10-30 20:35:55 +08:00 |
|
John Guo
|
977780736f
|
improve gutil.Dump
|
2021-10-21 22:07:43 +08:00 |
|
John Guo
|
fa5499373a
|
replace char <xxx> to ;add GetWithEnv/GetWithCmd fuctions for package gcfg
|
2021-10-21 18:22:47 +08:00 |
|
John Guo
|
1bc0635f8b
|
version 2
|
2021-10-11 21:41:56 +08:00 |
|
John Guo
|
5d804987b9
|
add alias g.Meta for gmeta.Meta
|
2021-10-06 20:11:54 +08:00 |
|
John Guo
|
993bf897cf
|
remove deprecated functions; refract package gjson
|
2021-09-27 22:47:39 +08:00 |
|
John Guo
|
5904a1e7c0
|
refract package gredis
|
2021-09-26 23:22:32 +08:00 |
|
John Guo
|
6fa0ad5793
|
gredis refract
|
2021-09-23 19:12:02 +08:00 |
|
John Guo
|
c99c13acd1
|
refract pacakge gcfg, adding adapter interface for pacakge gcfg
|
2021-09-19 10:01:09 +08:00 |
|
John Guo
|
55a9c0738b
|
improve package gcache, add GetVar*/RemoveVar/UpdateVar functions for package gcache
|
2021-09-16 20:57:59 +08:00 |
|
John Guo
|
006fb79967
|
improve package gjson; replace fmt.Errorf to gerror; improve examples for package gdb
|
2021-09-13 16:43:09 +08:00 |
|
John Guo
|
29d50994ae
|
add function Close for DB for package gdb
|
2021-08-24 22:59:25 +08:00 |
|
John Guo
|
abc8e62d58
|
add package gcode and improve error implements for package gerror
|
2021-08-24 21:18:59 +08:00 |
|
John Guo
|
3fc96f2bd0
|
add package gctx
|
2021-08-11 13:20:00 +08:00 |
|
John Guo
|
1c600d5b20
|
revert ORM logger from interface to glog.Logger
|
2021-08-10 15:36:15 +08:00 |
|
John Guo
|
dc407bf293
|
merge develop
|
2021-08-07 12:04:31 +08:00 |
|
John Guo
|
0e158903c2
|
improve package gtimer for priority checks
|
2021-08-06 12:08:49 +08:00 |
|
John Guo
|
28cb0bef25
|
change logger of DB from glog.Logger to interface Logger
|
2021-08-03 20:34:26 +08:00 |
|
jflyfox
|
ef77a54c7e
|
improve OmitEmpty feature for package gdb; mark package gmvc deprecated
|
2021-07-30 14:58:23 +08:00 |
|
John Guo
|
0ddacdd7e2
|
add error code for components
|
2021-07-20 23:02:02 +08:00 |
|
John Guo
|
0140808460
|
add handler extension feature for package ghttp
|
2021-07-13 23:01:31 +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
|
237f172ae5
|
add file configuration support for logger in ghttp.Server
|
2021-06-26 11:18:44 +08:00 |
|
John Guo
|
2af4fd86cc
|
rename configuration node name from LinkInfo to Link
|
2021-06-15 19:57:55 +08:00 |
|
John Guo
|
1441ce7f5f
|
add examples for package gproc
|
2021-05-29 15:47:07 +08:00 |
|
John Guo
|
ea0340db8e
|
improve validation manager feature for package gvalid
|
2021-05-19 09:25:49 +08:00 |
|
John Guo
|
c8c28770fb
|
change Error from struct to interface for package gvalid;error string update for package gdb
|
2021-05-18 20:51:31 +08:00 |
|
John Guo
|
23110b5d19
|
fix issue in unit testing case of package gins
|
2021-05-13 08:53:54 +08:00 |
|
John Guo
|
a8c3d07d9f
|
improve with feature for package gdb
|
2021-05-02 22:35:47 +08:00 |
|
jianchenma
|
150f237f13
|
fix issue in incorrect parameter sequence in package gi18n;improve package gcfg for detailed error printing
|
2021-03-16 14:39:01 +08:00 |
|
John Guo
|
acf47f3907
|
orm with feature
|
2021-02-08 17:57:21 +08:00 |
|
John Guo
|
b4d5335e43
|
add package gmeta for embedded struct of meta data feature
|
2021-02-07 21:23:09 +08:00 |
|
John Guo
|
f1ed9b31b6
|
add g.Listen for automatic signal handling feature
|
2021-01-22 12:57:21 +08:00 |
|