Kevin Wan
|
620c7f9693
|
chore: add more tests (#4718)
|
2025-03-19 23:54:04 +08:00 |
|
Meng Ye
|
dba444a382
|
feat: support redis getdel command (#4709)
|
2025-03-19 23:40:14 +08:00 |
|
dependabot[bot]
|
b24fb3ebf7
|
chore(deps): bump github.com/fullstorydev/grpcurl from 1.9.2 to 1.9.3 (#4701)
|
2025-03-12 12:05:28 +08:00 |
|
POABOB
|
967f0926eb
|
fix: fix the bug of the numeric/decimal data type in pg (#4686)
|
2025-03-07 11:12:02 +00:00 |
|
dependabot[bot]
|
e68c683df9
|
chore(deps): bump github.com/prometheus/client_golang from 1.21.0 to 1.21.1 (#4683)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-03-05 11:14:23 +08:00 |
|
Kevin Wan
|
247985a065
|
chore: refactoring & add more tests (#4677)
|
2025-03-02 20:11:10 +08:00 |
|
anlynn
|
80573af0d8
|
feat: Add support for serialization of anonymous fields in HTTP client(httpc) (#4676)
Co-authored-by: 李安琳 <anlynn@gmail.com>
|
2025-03-02 19:10:50 +08:00 |
|
Kevin Wan
|
c0394b631a
|
chore: fix display problems in version-check workflow (#4675)
|
2025-03-01 22:18:49 +08:00 |
|
Kevin Wan
|
68d1aba377
|
chore: upgrade go-zero version in goctl (#4674)
tools/goctl/v1.8.1
|
2025-03-01 21:23:23 +08:00 |
|
Kevin Wan
|
3315e60272
|
chore: performance tunning for stable runner (#4670)
v1.8.1
|
2025-02-26 19:19:24 +08:00 |
|
dependabot[bot]
|
327ef73700
|
chore(deps): bump go.mongodb.org/mongo-driver from 1.17.2 to 1.17.3 (#4669)
|
2025-02-26 10:03:43 +08:00 |
|
dependabot[bot]
|
eb11521655
|
chore(deps): bump github.com/redis/go-redis/v9 from 9.7.0 to 9.7.1 (#4665)
|
2025-02-22 08:19:28 +08:00 |
|
Kevin Wan
|
4c37545e55
|
Update readme-cn.md (#4664)
|
2025-02-20 21:13:33 +08:00 |
|
dependabot[bot]
|
2f47c1fba4
|
chore(deps): bump github.com/prometheus/client_golang from 1.20.5 to 1.21.0 (#4663)
|
2025-02-20 11:14:13 +08:00 |
|
dependabot[bot]
|
16d54d0ace
|
chore(deps): bump github.com/go-sql-driver/mysql from 1.8.1 to 1.9.0 in /tools/goctl (#4662)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-02-19 11:38:41 +08:00 |
|
dependabot[bot]
|
9925bcbf99
|
chore(deps): bump github.com/go-sql-driver/mysql from 1.8.1 to 1.9.0 (#4661)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-02-19 11:13:41 +08:00 |
|
dependabot[bot]
|
38a5ecb796
|
chore(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1 in /tools/goctl (#4660)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-02-18 10:47:42 +08:00 |
|
Kevin Wan
|
af78fc7c5f
|
chore: add more tests (#4656)
|
2025-02-14 23:43:34 +08:00 |
|
Kevin Wan
|
790302b486
|
fix: should not ignore slowThreshold (#4655)
|
2025-02-14 23:14:57 +08:00 |
|
Nanosk07
|
6a0672b801
|
fix: SlowThreshold configuration not taking effect (#4654)
|
2025-02-14 14:56:25 +00:00 |
|
Kevin Wan
|
560c61612c
|
chore: refactor (#4652)
|
2025-02-14 09:41:54 +08:00 |
|
Kevin Wan
|
6a988dc4a9
|
fix: make test purpose method private (#4649)
|
2025-02-14 00:31:53 +08:00 |
|
Kevin Wan
|
15842c3c7a
|
Create version-check.yml (#4646)
|
2025-02-13 19:39:22 +08:00 |
|
Rui Chen
|
f2914a74df
|
fix: update version to match with the release (#4645)
|
2025-02-13 01:11:09 +00:00 |
|
Kevin Wan
|
f113d512e8
|
chore: coding style (#4644)
tools/goctl/v1.7.7
|
2025-02-12 23:48:39 +08:00 |
|
kesonan
|
7a4818da59
|
Generate caches that support custom key prefix. (#4643)
|
2025-02-12 15:31:30 +00:00 |
|
dependabot[bot]
|
48d0709ca6
|
chore(deps): bump golang.org/x/net from 0.34.0 to 0.35.0 (#4640)
|
2025-02-11 09:25:16 +08:00 |
|
Kevin Wan
|
f747585518
|
chore: simplify http query array parsing (#4637)
|
2025-02-09 01:00:52 +08:00 |
|
xuerbujia
|
507ff96546
|
feat add tag switch to disable form array of split comma format (#4633)
Co-authored-by: wuhongyu <readboy@DESKTOP-T8INU17>
|
2025-02-09 00:34:41 +08:00 |
|
Kevin Wan
|
651eabb4c6
|
chore: refactor gateway http context (#4636)
|
2025-02-08 21:18:07 +08:00 |
|
#Suyghur
|
e6b4372056
|
fix(gateway): fixed http gateway context propagation error (#4634)
|
2025-02-08 09:50:26 +00:00 |
|
Kevin Wan
|
24073969a1
|
fix: redis username not working in redis v7 (#4632)
|
2025-02-08 12:21:35 +08:00 |
|
Kevin Wan
|
ca797ed22c
|
chore: add trailing newlines (#4631)
|
2025-02-07 23:39:02 +08:00 |
|
youzipi
|
e347d3f8f8
|
fix(goctl): allow duplicate_path_expression under different prefix (#4626)
|
2025-02-07 08:37:11 +00:00 |
|
dependabot[bot]
|
396393b336
|
chore(deps): bump google.golang.org/protobuf from 1.36.4 to 1.36.5 (#4627)
|
2025-02-07 10:05:22 +08:00 |
|
dependabot[bot]
|
1f0531b254
|
chore(deps): bump google.golang.org/protobuf from 1.36.4 to 1.36.5 in /tools/goctl (#4628)
|
2025-02-07 08:25:54 +08:00 |
|
ningzi
|
77fb271a06
|
feat(goctl): support go work (#4332) (#4344)
|
2025-02-05 14:22:40 +00:00 |
|
dependabot[bot]
|
af7cf79963
|
chore(deps): bump golang.org/x/time from 0.9.0 to 0.10.0 (#4621)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-02-05 22:00:54 +08:00 |
|
dependabot[bot]
|
7926d396d7
|
chore(deps): bump golang.org/x/text from 0.21.0 to 0.22.0 in /tools/goctl (#4620)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-02-05 10:16:06 +08:00 |
|
dependabot[bot]
|
080cd3df84
|
chore(deps): bump golang.org/x/sys from 0.29.0 to 0.30.0 (#4622)
|
2025-02-05 09:27:03 +08:00 |
|
Kevin Wan
|
c4e1a6a2d8
|
chore: refactor mapreduce (#4619)
|
2025-02-01 00:12:37 +08:00 |
|
Kevin Wan
|
4e71e95e44
|
chore: add comments (#4618)
|
2025-01-31 22:42:46 +08:00 |
|
JiChen
|
84db9bcd15
|
fix: global fields apply to Third-party log module (#4400)
|
2025-01-31 13:51:20 +00:00 |
|
dependabot[bot]
|
b28f79ac11
|
chore(deps): bump github.com/spf13/pflag from 1.0.5 to 1.0.6 in /tools/goctl (#4615)
|
2025-01-30 16:49:47 +08:00 |
|
Kevin Wan
|
e134e77b2b
|
chore: update go-zero to v1.7.6 for goctl (#4614)
tools/goctl/v1.7.6
|
2025-01-29 12:47:23 +08:00 |
|
Kevin Wan
|
f669d84ce8
|
chore: not using goproxy by default (#4613)
|
2025-01-29 12:28:47 +08:00 |
|
Kevin Wan
|
9213b8ac27
|
chore: update go-zero to v1.8.0 for goctl (#4611)
|
2025-01-29 10:21:40 +08:00 |
|
Kevin Wan
|
ae09d0e56d
|
chore: use logc instead of logx if possible (#4610)
v1.8.0
|
2025-01-29 00:32:21 +08:00 |
|
Kevin Wan
|
0bc4206d08
|
feat: support freebsd (#4609)
|
2025-01-28 11:11:49 +08:00 |
|
Kevin Wan
|
39ce17bfd2
|
feat: auto validate config (#4607)
|
2025-01-28 09:37:27 +08:00 |
|