Commit Graph

5501 Commits

Author SHA1 Message Date
John Guo
b1611fee1b
improve port listening for ghttp.Server (#2175)
* version updates

* fix issue #2172

* improve port listening for ghttp.Server

* UT cases update

* UT cases update

* add GetListenedPort/GetListenedAddress for gtcp.Server

* UT cases update for package gudp

* up
2022-10-08 21:45:21 +08:00
John Guo
dba903c13b
add WithUUID for package gtrace (#2176)
* add WithUUID for package gtrace

* feat: improve import

Co-authored-by: houseme <housemecn@gmail.com>
2022-10-08 21:44:42 +08:00
John Guo
7cb5fbe684
fix issue #1965 (#2177) 2022-10-08 21:42:30 +08:00
glennliao
d7ae5624c8
fix issue #1965 (#2174)
Co-authored-by: houseme <housemecn@gmail.com>
2022-10-08 19:36:05 +08:00
John Guo
f1455ad37a
fix issue #2172 (#2173)
* version updates

* fix issue #2172
2022-10-08 11:46:38 +08:00
John Guo
127e8af6a6
add gcfg.Adapter implements using apollo service (#2165)
* version updates

* up

* add watch feature for package kubecm

* feat: support apollo as Adapter (#2143)

* feat: support apollo as Adapter

* feat: support apollo as Adapter

* feat: support apollo as Adapter

* feat: test apollo Adapter

* feat: test apollo Adapter

Co-authored-by: hongyihui <hongyihui@lixiang.com>
Co-authored-by: houseme <housemecn@gmail.com>
Co-authored-by: John Guo <john@johng.cn>

* add gcfg.Adapter implements using apollo service

* ci yaml update for apollo

Co-authored-by: hong0220 <hong0220@users.noreply.github.com>
Co-authored-by: hongyihui <hongyihui@lixiang.com>
Co-authored-by: houseme <housemecn@gmail.com>
2022-09-30 18:19:52 +08:00
John Guo
d9be1d0b52
add watch feature for package kubecm (#2164)
* version updates

* up

* add watch feature for package kubecm
2022-09-30 17:36:40 +08:00
John Guo
6cd84e8276
fix configuration management for package gdb (#2163) 2022-09-30 15:41:51 +08:00
John Guo
ceaeceadd9
add local db configuration support for package gdb (#2161)
* version updates

* add local db configuration support for package gdb

* add local db configuration support for package gdb

* add local db configuration support for package gdb
2022-09-29 11:58:03 +08:00
zhonghuaxunGM
cd5bf7c504
Feature/driver-dm fix something is invalid in dm (#2158)
* fix core.hasfield error index out of range & fix GroupConcat is invalid in dm

* add unit test

Co-authored-by: Xu <zhenghao.xu>
2022-09-28 10:02:48 +08:00
John Guo
66aa0c7050
add switch of brief stack for package gerror (#2153) 2022-09-27 10:11:33 +08:00
John Guo
141ca62c6d
feature/v2.2.0 (#2154) 2022-09-26 22:11:13 +08:00
John Guo
9dc97f4b0d
fix issue in init context for package gctx (#2138)
* fix issue in init context for package gctx

* improve package gtest
2022-09-23 20:50:48 +08:00
John Guo
714bda3e0f
remove noisy internal logging content of package gcron (#2141) 2022-09-23 20:50:25 +08:00
HaiLaz
2b4598f65b
fix: pgsql DoExec Transaction checks (#2101)
Co-authored-by: John Guo <john@johng.cn>
2022-09-20 20:29:42 +08:00
John Guo
5e9ef8ada4
fix issue incorrect struct name match pattern for command gen service (#2125)
* project template update for command init

* improve command , add extra option 

* add  option for command

* up
2022-09-15 14:44:24 +08:00
John Guo
cf7c07cc34
improve and add clear option for command gen dao/service (#2123)
* project template update for command init

* improve command , add extra option 

* add  option for command
2022-09-14 21:01:57 +08:00
lingcoder
508062f8dc
fix issue bot :ignore issue which without labels (#2077)
Co-authored-by: John Guo <john@johng.cn>
2022-09-14 15:44:54 +08:00
John Guo
e5c63c7e16
project template update for command init (#2117) 2022-09-11 20:02:28 +08:00
promisingMan
7a11f00eb4
TplTableNameCamelLowerCase remove space (#2109)
Co-authored-by: zengjia <zengjia2@37.com>
Co-authored-by: houseme <housemecn@gmail.com>
2022-09-11 20:02:07 +08:00
John Guo
faf09c586c
add GzipPathWriter for package gcompress (#2116)
* add GzipPathWriter for package gcompress

* UT case updates for package package gclient
2022-09-08 17:32:21 +08:00
John Guo
c866b5005f
fix error message for package gtrace (#2103) 2022-08-31 19:53:21 +08:00
daguang
a0619f7ff0
remove uint repeat conversion (#2096)
Co-authored-by: houseme <housemecn@gmail.com>
2022-08-26 15:45:41 +08:00
John Guo
37aee19bfa
new release v2.1.4 (#2095)
v2.1.4
2022-08-26 15:05:45 +08:00
John Guo
27609d8da8
fix issue #1921 (#2091)
* CI updates

* fix issue in OpenAPI json marshaling of embedded struct definition; improve command gen service

* improve logging content printing for internal log

* fix issue #1921
2022-08-26 14:30:49 +08:00
John Guo
c083b333d8
fix field type check for package gdb (#2086)
* CI updates

* fix field type check for package gdb
2022-08-26 14:30:33 +08:00
John Guo
ee376883d1
improve logging content printing for internal log (#2090)
* CI updates

* fix issue in OpenAPI json marshaling of embedded struct definition; improve command gen service

* improve logging content printing for internal log
2022-08-26 14:30:12 +08:00
John Guo
98169784b1
fix issue in OpenAPI json marshaling of embedded struct definition; improve command gen service (#2089)
* CI updates

* fix issue in OpenAPI json marshaling of embedded struct definition; improve command gen service
2022-08-24 21:20:17 +08:00
John Guo
9d1c6f2daa
v2.1.3 release (#2084) 2022-08-22 14:40:36 +08:00
John Guo
25d4ba320a
improve command init: add go mod tidy for init project (#2083)
* CI updates

* improve command init
2022-08-22 14:31:35 +08:00
John Guo
3988a7ff6b
add more UT cases for package gview (#2072)
* CI updates

* add more UT cases for package gview
2022-08-18 21:06:20 +08:00
John Guo
26e3c7aeb8
fix issue 1914 (#2075)
* CI updates

* fix issue #1914
2022-08-18 21:05:58 +08:00
John Guo
eff46bd1db
fix issue #2047 (#2069) 2022-08-16 20:46:22 +08:00
John Guo
7a3176ea77
Fix name of issue CI (#2071)
CI updates
2022-08-16 20:41:54 +08:00
lingcoder
a656ad0941
add issue bot support (#2065) (#2066) 2022-08-15 21:52:33 +08:00
daguang
299573dd19
fixed inconsistent results when converting float64(NaN) to int/uint on multiple platforms (#2064) 2022-08-15 21:51:34 +08:00
marun
43b84f4044
fix clickhouse in function TableFields when configuration using link (#2063) 2022-08-15 20:53:02 +08:00
OmegaMT
897d6d9ad0
fix gctx init slice bounds out of range on ios platform (#2062) 2022-08-15 20:40:17 +08:00
John Guo
e4c8cfc16b
add interface DB.CheckLocalTypeForField for package gdb (#2059) 2022-08-11 21:47:35 +08:00
HaiLaz
95888e0b77
add last insert id support for pgsql (#1994) 2022-08-09 19:45:05 +08:00
Gin
4ded89d453
improve gdb.CheckValueForLocalType for pgsql (#2040) 2022-08-08 19:56:06 +08:00
Gin
82a3391937
fix precision lost of int64 for package gcfg (#2044)
fix: gcfg lose precision

Co-authored-by: qinyuguang <qinyuguang@meican.com>
2022-08-03 21:50:17 +08:00
John Guo
f580b7a488
improve header printing in json format for package glog; add golang v1.18 support for ci workflow (#2037) 2022-07-29 19:06:22 +08:00
John Guo
9df0a9da0a
fix issue #1648 (#2033) 2022-07-28 10:11:15 +08:00
John Guo
6172862061
add MiddlewareJsonBody, improve error response handling for package ghttp (#2032) 2022-07-27 19:52:02 +08:00
ar026
1ae037f515
Update goai_path.go (#2029) 2022-07-26 22:48:40 +08:00
HaiLaz
6f7cd96a7f
feature: gen dao from tpl file path (#2021) 2022-07-25 20:55:48 +08:00
John Guo
e00d3ff7ff
fix issue in gstr.Nl2Br (#2028) 2022-07-25 20:54:42 +08:00
SSnoWich
390b936153
fix gf-cli command 'gen dao' help infomation (#2022) 2022-07-25 19:43:47 +08:00
John Guo
863bea1ad1
improve field type check from db to golang (#2023) 2022-07-22 16:44:24 +08:00