Kevin Wan
|
1aebb3e5e4
|
chore: update readme (#3190)
|
2 years ago |
Kevin Wan
|
8ffe4c01d1
|
chore: use logx.Must instead of log.Fatal (#3189)
|
2 years ago |
Kevin Wan
|
a31256b327
|
chore: add more tests (#3187)
|
2 years ago |
Kevin Wan
|
14caf5c799
|
chore: simplify tests with logtest (#3184)
|
2 years ago |
chensy
|
c0f8a58ed7
|
no \t to space line (#3177)
Co-authored-by: chenjieping <chenjieping@kezaihui.com>
|
2 years ago |
dependabot[bot]
|
3189ec7be6
|
chore(deps): bump github.com/go-sql-driver/mysql from 1.7.0 to 1.7.1 (#3174)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2 years ago |
dependabot[bot]
|
f51e9f0ea7
|
chore(deps): bump github.com/go-sql-driver/mysql from 1.7.0 to 1.7.1 in /tools/goctl (#3175)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2 years ago |
cong
|
ba9d510cdb
|
fix(metrics): enable prometheus global switch when user enable devsever metrics (#3169)
|
2 years ago |
Kevin Wan
|
8c9b619199
|
chore: update go-zero for goctl (#3165)
|
2 years ago |
Kevin Wan
|
49f73265b9
|
chore: refactor (#3164)
|
2 years ago |
Kevin Wan
|
7568674b2b
|
chore: use %q instead of %s for unmarshaling (#3163)
|
2 years ago |
Kevin Wan
|
3da740b7fc
|
chore: remove unnecessary code (#3161)
|
2 years ago |
chen quan
|
ce4eb6ed61
|
fix: fixed #2945 (#2953)
Co-authored-by: Kevin Wan <wanjunfeng@gmail.com>
|
2 years ago |
MarkJoyMa
|
9970ff55cd
|
feat: refactor gateway code (#3160)
|
2 years ago |
MarkJoyMa
|
d10740f871
|
feat: inheritance rewrite error prompt is more friendly (#3156)
|
2 years ago |
Kevin Wan
|
027193dc99
|
chore: refactor gateway (#3157)
|
2 years ago |
Kevin Wan
|
de1e0f2410
|
Update readme-cn.md
|
2 years ago |
Kevin Wan
|
062073ce58
|
chore: update codecov to ignore mock files (#3155)
|
2 years ago |
MarkJoyMa
|
e20b02f311
|
gateway: open timeout function cabinet (#3047)
Co-authored-by: Kevin Wan <wanjunfeng@gmail.com>
|
2 years ago |
Kevin Wan
|
02357d2616
|
chore: make error message more readable (#3154)
|
2 years ago |
guangwu
|
489d69f779
|
Add debug message on unmarshal errors (#3153)
|
2 years ago |
Kevin Wan
|
117611a170
|
fix: default value for keepalive set to 0 (#3152)
|
2 years ago |
Kevin Wan
|
0a46ad7ac1
|
chore: fix go 1.18 dep problem (#3149)
|
2 years ago |
Liam Hao
|
bf905eaff3
|
fix default grpc-gateway connect timeout (#3142)
|
2 years ago |
dependabot[bot]
|
88cb35e3d5
|
chore(deps): bump github.com/alicebob/miniredis/v2 from 2.30.1 to 2.30.2 (#3144)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2 years ago |
fondoger
|
078825b4eb
|
[dart-gen] Support Null-safe and omitempty json tag (#3134)
|
2 years ago |
Kevin Wan
|
bbfce6abe9
|
chore: refactor max/min in fx (#3135)
|
2 years ago |
suplalalala
|
0d11ce03a8
|
feature: two evaluate operate func addtion in package stream (#3129)
Co-authored-by: Riven <Riven.chen@hairobotics.com>
|
2 years ago |
dependabot[bot]
|
757ed19dc5
|
chore(deps): bump k8s.io/apimachinery from 0.26.3 to 0.27.1 (#3131)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2 years ago |
dependabot[bot]
|
c5fd074aac
|
chore(deps): bump github.com/prometheus/client_golang from 1.14.0 to 1.15.0 (#3122)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2 years ago |
LiKe
|
8fa0bd1f1c
|
fix(goctl): test field (#3114)
|
2 years ago |
dependabot[bot]
|
ede19a89ec
|
chore(deps): bump go.etcd.io/etcd/client/v3 from 3.5.7 to 3.5.8 (#3123)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2 years ago |
anqiansong
|
73664b92f0
|
fix(goctl): missing rpc --style flag (#3112)
|
2 years ago |
Kevin Wan
|
8d9c2fa22a
|
chore: update go-zero version in goctl (#3109)
|
2 years ago |
cong
|
22fad4bb9c
|
feat(trace): add trace test helpers (#3108)
|
2 years ago |
lchjczw
|
189e9bd9da
|
Fix the problem of package name for generated kt code. (#3082)
Co-authored-by: 李春华 <lichunhua@threesoft.cn>
|
2 years ago |
Kevin Wan
|
98c9b5928a
|
refactor: simplify zrpc stat config (#3107)
|
2 years ago |
Kevin Wan
|
e13fd62d38
|
chore: coding style (#3106)
Co-authored-by: cong <zhangcong1992@gmail.com>
|
2 years ago |
李登富
|
ffacae89eb
|
fix:multipule flag client go package name (#3104)
Co-authored-by: lidengfu <lidengfu@excean.com>
|
2 years ago |
cong
|
49135fe25e
|
refactor(zrpc): prefer static config for zrpc server statinterceptor (#3105)
|
2 years ago |
MarkJoyMa
|
2e6402f4b5
|
fix: fillDefault, handling of nested structs (#3072)
|
2 years ago |
Kevin Wan
|
07f03ebd0c
|
fix: should not conflict on lower members (#3095)
|
2 years ago |
dependabot[bot]
|
92f2676afc
|
chore(deps): bump golang.org/x/text from 0.8.0 to 0.9.0 in /tools/goctl (#3101)
|
2 years ago |
dependabot[bot]
|
1807305e6d
|
chore(deps): bump golang.org/x/net from 0.8.0 to 0.9.0 (#3100)
|
2 years ago |
dependabot[bot]
|
38a97d4531
|
chore(deps): bump github.com/spf13/cobra from 1.6.1 to 1.7.0 in /tools/goctl (#3098)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2 years ago |
dependabot[bot]
|
b9f98ecc4a
|
chore(deps): bump go.mongodb.org/mongo-driver from 1.11.3 to 1.11.4 (#3097)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2 years ago |
dependabot[bot]
|
1dc222f4b2
|
chore(deps): bump golang.org/x/sys from 0.6.0 to 0.7.0 (#3096)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2 years ago |
cong
|
a79b8de24d
|
feat(bloom): bloom support Ctx API (#3089)
|
2 years ago |
cong
|
5da8a93c75
|
feat(redis): add ScriptRun API and migrate EvalCtx to ScriptRun for limit, lock and bloom (#3087)
|
2 years ago |
cong
|
b49fc81618
|
refactor(redistest): simplify redistest.CreateRedis API (#3086)
|
2 years ago |