Kevin Wan
|
82a937d517
|
chore: refactor unit tests (#5041)
|
2025-07-31 20:10:45 +08:00 |
|
Joe Bird
|
93c11a7eb7
|
fix(httpx): Resolve HTML escaping issue during JSON serialization (#5032)
|
2025-07-31 11:53:40 +00:00 |
|
Kevin Wan
|
63ec989376
|
fix: large memory usage on detail logging post requests (#5039)
|
2025-07-31 19:09:32 +08:00 |
|
Kevin Wan
|
bf75027889
|
chore: add more tests (#5038)
|
2025-07-30 19:45:35 +08:00 |
|
Kevin Wan
|
d505fae979
|
fix: unmarshal problem on env vars for type env string (#5037)
Signed-off-by: kevin <wanjunfeng@gmail.com>
Signed-off-by: Kevin Wan <wanjunfeng@gmail.com>
|
2025-07-30 18:09:25 +08:00 |
|
Kevin Wan
|
25f37ca750
|
chore: add unit test for WithCodeResponseWriter (#5028)
Signed-off-by: kevin <wanjunfeng@gmail.com>
|
2025-07-25 21:45:47 +08:00 |
|
csbzy
|
0be63c3625
|
Fix SSE timeout will affected by http.Server 's WriteTimeout (#5024)
Co-authored-by: csbzy <chenshaobo65@mail.com>
Co-authored-by: Kevin Wan <wanjunfeng@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-07-23 23:04:45 +08:00 |
|
dependabot[bot]
|
b011a072c7
|
chore(deps): bump github.com/spf13/pflag from 1.0.6 to 1.0.7 in /tools/goctl (#5021)
|
2025-07-23 09:53:42 +08:00 |
|
Kevin Wan
|
3c9b6335fb
|
chore: refactor set in collection package (#5016)
|
2025-07-18 21:25:40 +08:00 |
|
Qiu shao
|
bf6ef5f033
|
feat: add generic TypedSet with 2x performance boost and compile-time (#4888)
Co-authored-by: Kevin Wan <wanjunfeng@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-07-18 12:57:43 +00:00 |
|
Kevin Wan
|
ff890628b0
|
feat: optimize ignore fields in orm (#5015)
|
2025-07-18 20:36:28 +08:00 |
|
wiki
|
cc79e3d842
|
feat(sqlx): add field tag (-) skip logic in unwrapFields (#5010)
Co-authored-by: wukun30 <wukun30@meituan.com>
|
2025-07-18 11:58:38 +00:00 |
|
Kevin Wan
|
f11b78ced9
|
feat: support masking sensitive data in logx (#5003)
Signed-off-by: kevin <wanjunfeng@gmail.com>
|
2025-07-18 19:51:22 +08:00 |
|
dependabot[bot]
|
1d2b0d7ab8
|
chore(deps): bump github.com/grafana/pyroscope-go from 1.2.3 to 1.2.4 (#5014)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-07-18 10:41:26 +08:00 |
|
dependabot[bot]
|
da987e1270
|
chore(deps): bump github.com/grafana/pyroscope-go from 1.2.2 to 1.2.3 (#5004)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-07-15 11:51:22 +08:00 |
|
Kevin Wan
|
12e03c8843
|
chore: update goctl version (#5002)
tools/goctl/v1.8.5
|
2025-07-13 11:18:51 +08:00 |
|
Twilikiss
|
8cf4f95bd7
|
Fix POST JSON parameter determination logic (goctl api swagger) & Add some unit test. (#4997)
Co-authored-by: XiaobinChen <xiaobin.chen@corerain.com>
|
2025-07-13 03:07:35 +00:00 |
|
anlynn
|
ba0febf308
|
fix: Fix PostgreSQL numeric type mapping in goctl model generation (#4992)
Co-authored-by: 李安琳 <anlynn@gmail.com>
|
2025-07-13 02:40:16 +00:00 |
|
Kevin Wan
|
c9ff6a10d3
|
feat: support serverless in rest (#5001)
Signed-off-by: kevin <wanjunfeng@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
v1.8.5
|
2025-07-13 00:00:52 +08:00 |
|
Kevin Wan
|
a71e56de52
|
fix: context key error in sql read write mode (#5000)
|
2025-07-12 06:58:08 +08:00 |
|
Kevin Wan
|
bae8d4f4c8
|
chore: refactoring sql read write mode (#4990)
Signed-off-by: kevin <wanjunfeng@gmail.com>
|
2025-07-11 01:05:55 +08:00 |
|
zhoushuguang
|
8c6266f338
|
sql read write support (#4976)
Co-authored-by: light.zhou <light.zhou@bkyo.io>
|
2025-07-09 16:04:56 +00:00 |
|
Kevin Wan
|
95d5b81f44
|
chore: optimize pr 4979 (#4988)
Signed-off-by: kevin <wanjunfeng@gmail.com>
|
2025-07-09 23:55:24 +08:00 |
|
geekeryy
|
bca7bbc142
|
fix: correct duration type comparison in environment variable processing (#4979)
|
2025-07-09 15:22:27 +00:00 |
|
Kevin Wan
|
df9a52664b
|
fix issue #4986
|
2025-07-08 13:58:48 +00:00 |
|
Kevin Wan
|
937cf0db96
|
Update readme-cn.md (#4983)
|
2025-07-04 11:02:49 +08:00 |
|
Kevin Wan
|
75cebb65f8
|
fix: timeout 0s not working (#4932)
Signed-off-by: kevin <wanjunfeng@gmail.com>
|
2025-07-01 17:01:24 +08:00 |
|
dependabot[bot]
|
410f56e73a
|
chore(deps): bump github.com/redis/go-redis/v9 from 9.10.0 to 9.11.0 (#4969)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-06-25 18:35:01 +08:00 |
|
dependabot[bot]
|
017909a3ab
|
chore(deps): bump github.com/emicklei/proto from 1.14.1 to 1.14.2 in /tools/goctl (#4961)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-06-19 15:40:18 +08:00 |
|
kesonan
|
0d31e6c375
|
(goctl): fix #4943 (#4953)
|
2025-06-14 15:36:30 +00:00 |
|
Kevin Wan
|
0ba86b1849
|
chore: add more tests (#4949)
|
2025-06-13 22:10:08 +08:00 |
|
wanwu
|
4cacc4d9d3
|
fix: the time.Duration type panics due to numerical values (#4944)
Co-authored-by: sam.yang <sam.yang@yijinin.com>
|
2025-06-12 15:11:07 +00:00 |
|
Eric
|
a99c14da4a
|
fix: typo of the logic of CpuThreshold in comments (#4942)
Co-authored-by: zhouyy <zhouyy@ickey.cn>
|
2025-06-12 08:28:44 +00:00 |
|
Kevin Wan
|
985582264a
|
chore: fix warnings (#4940)
|
2025-06-12 00:04:29 +08:00 |
|
Kevin Wan
|
8364e341e1
|
chore: update go-zero dep (#4933)
Signed-off-by: kevin <wanjunfeng@gmail.com>
tools/goctl/v1.8.4
|
2025-06-09 18:08:20 +08:00 |
|
Kevin Wan
|
0f2b589d4d
|
Revert "fix: api group set timeout: 0s not working." (#4931)
v1.8.4
|
2025-06-08 23:14:38 +08:00 |
|
spectatorMrZ
|
19fec36d24
|
fix: api group set timeout: 0s not working. (#4785)
|
2025-06-08 14:50:21 +00:00 |
|
Kevin Wan
|
f037bf344d
|
chore: add more tests (#4930)
|
2025-06-08 22:08:04 +08:00 |
|
MarkJoyMa
|
d99cf35b07
|
Feat/continue profiling (#4867)
Co-authored-by: aiden.ma <Aiden.ma@yijinin.com>
Co-authored-by: aiden.ma <aiden.ma@bkyo.io>
|
2025-06-07 21:12:31 +08:00 |
|
Kevin Wan
|
f459f1b5ff
|
chore: update goctl version (#4929)
|
2025-06-07 21:01:35 +08:00 |
|
Haiwei Zhang
|
0140fd417b
|
feat(goctl): generate mongo model with cache prefix (#4907)
|
2025-06-07 12:54:33 +00:00 |
|
jaron
|
7969e0ca38
|
fix(goctl): Fix getting swagger consume types (#4903)
|
2025-06-07 12:46:34 +00:00 |
|
Kevin Wan
|
91c885b5b0
|
chore: add more unit tests for mcp (#4928)
|
2025-06-07 20:41:57 +08:00 |
|
MarkJoyMa
|
d4cccca387
|
Fix the problem that mcp request id is not of int type (#4914)
|
2025-06-07 10:37:18 +08:00 |
|
dependabot[bot]
|
4b2095ed03
|
chore(deps): bump github.com/redis/go-redis/v9 from 9.9.0 to 9.10.0 (#4926)
|
2025-06-07 10:07:26 +08:00 |
|
dependabot[bot]
|
1229eeb2d2
|
chore(deps): bump go.mongodb.org/mongo-driver from 1.17.3 to 1.17.4 (#4924)
|
2025-06-06 19:45:26 +08:00 |
|
dependabot[bot]
|
9142b146c5
|
chore(deps): bump github.com/alicebob/miniredis/v2 from 2.34.0 to 2.35.0 (#4919)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-06-06 10:09:15 +08:00 |
|
Kevin Wan
|
8a1b2d5aed
|
chore: fix typo (#4920)
|
2025-06-05 22:51:22 +08:00 |
|
Leon cap
|
da5d39e6ca
|
fix: correct spelling of 'cancellation' in timeout handler comment (#4916)
Co-authored-by: Kevin Wan <wanjunfeng@gmail.com>
|
2025-06-05 22:42:53 +08:00 |
|
Leon cap
|
68c5a17c67
|
fix: correct spelling of 'underlying' in Header method comment (#4918)
|
2025-06-05 10:36:21 +00:00 |
|