Commit Graph

941 Commits

Author SHA1 Message Date
Kevin Wan
4307ce45fc
chore: add redis test (#4593) 2025-01-23 00:03:49 +08:00
xujb
37b54d1fc7
A new User property has been added to the RedisConf object. (#4559) 2025-01-22 23:28:14 +08:00
Kevin Wan
00e0db5def
chore: remove useless code (#4592) 2025-01-22 22:55:52 +08:00
Devin
cbcacf31c1
fix: httpx.ParseJsonBody error when request has []byte field #4450 (#4471) 2025-01-22 21:35:32 +08:00
benben
238c92aaa9
fix: wrong way of Unmarshal (#4397) 2025-01-22 13:25:35 +00:00
Kevin Wan
520d2a2075
chore: only upload metrics on mysql (#4591) 2025-01-22 20:26:24 +08:00
Kevin Wan
1023800b02
fix: health check problem (#4590) 2025-01-22 19:32:28 +08:00
MarkJoyMa
030c859171
feat/sqlx_metric (#4587)
Co-authored-by: aiden.ma <Aiden.ma@yijinin.com>
2025-01-22 07:42:02 +00:00
Kevin Wan
e6d1b47a43
Revert "feat/conf_map_required" (#4580) 2025-01-22 07:10:47 +00:00
Kevin Wan
bf883101d7
fix: etcd discovery mechanism on grpc with idle manager (#4589) 2025-01-22 14:01:18 +08:00
Nanosk07
33011c7ed1
fix: routinegroup & etcd watch goroutine leak (#4514)
Co-authored-by: Kevin Wan <wanjunfeng@gmail.com>
2025-01-22 13:38:56 +08:00
saury
17d98f69e0
fix memory leak of grpc resolver (#4490)
Co-authored-by: nk <kui.niu@akuvox.com>
2025-01-22 13:36:13 +08:00
Kevin Wan
b25c45b352
chore: code format (#4572) 2025-01-14 23:16:13 +08:00
R1aEnK
f05234a967
opt:Error message for optimizing mapping data method (#4570) 2025-01-14 22:50:49 +08:00
MarkJoyMa
12071d17b4
feat/conf_map_required (#4405)
Co-authored-by: aiden.ma <Aiden.ma@yijinin.com>
2025-01-12 17:13:41 +00:00
Kevin Wan
e1787b4ccb
chore: update go version (#4540)
Signed-off-by: kevin <wanjunfeng@gmail.com>
2025-01-04 12:17:10 +08:00
Kevin Wan
cdd068575c
fix: goctl compile error on windows (#4538) 2025-01-02 22:12:10 +08:00
Kevin Wan
e89e2d8a75 fix compiling error on windows. 2025-01-02 07:00:42 +00:00
Kevin Wan
acd2b94bd9 fix compiling error for goctl on windows 2025-01-02 06:51:40 +00:00
Kevin Wan
6a0c8047f4 fix compiling error for goctl on windows 2025-01-02 06:22:26 +00:00
Kevin Wan
48d21ef8ad
chore: add comments (#4534) 2025-01-01 20:49:45 +08:00
Kevin Wan
28a001c5f9
chore: refactor shutdown config, to prevent setting zero values (#4533)
Signed-off-by: kevin <wanjunfeng@gmail.com>
2025-01-01 20:46:51 +08:00
Qiying Wang
22a41cacc7
feat: add ProcConf to make SetTimeToForceQuit configurable (#4446) 2025-01-01 11:48:53 +00:00
Kevin Wan
fcc246933c
fix: service group not working well when callback takes long time (#4531)
Signed-off-by: kevin <wanjunfeng@gmail.com>
2025-01-01 07:06:50 +00:00
Kevin Wan
1d9159ea39
feat: support form array in three notations (#4498)
Signed-off-by: kevin <wanjunfeng@gmail.com>
2024-12-23 00:56:20 +08:00
Kevin Wan
18cb3141ba
feat: support query array in httpx.Parse (#4440) 2024-11-02 13:55:37 +00:00
fishJack01
f52af1ebf9
feat:New redis method TxPipeline (#4417)
Co-authored-by: fish <fish@fishdeMac-mini.local>
2024-10-13 05:51:55 +00:00
MarkJoyMa
9aebba1566
fix/conf_multi_layer_map (#4407)
Co-authored-by: aiden.ma <Aiden.ma@yijinin.com>
2024-10-05 04:46:32 +00:00
Kevin Wan
24d6150073
chore: refactor config center (#4339)
Signed-off-by: kevin <wanjunfeng@gmail.com>
2024-08-28 12:02:48 +00:00
MarkJoyMa
44cddec5c3
feat: added configuration center function (#3035)
Co-authored-by: aiden.ma <Aiden.ma@yijinin.com>
2024-08-28 14:47:52 +08:00
Kevin Wan
896e1a2abb
chore: refactor logx file time format (#4335) 2024-08-27 22:01:01 +08:00
kui
075817a8dd
Add custom log file name date format (#4333) 2024-08-27 20:43:25 +08:00
Kevin Wan
dedba17219
refactor: simplify BatchError (#4292) 2024-08-03 13:57:41 +08:00
chentong
8689a6247e
refactor(core/errorx): use errors.Join simplify error handle (#4289) 2024-08-03 03:00:59 +00:00
Kevin Wan
caf0e64beb
chore: optimize lock in discov.etcd (#4275) 2024-07-27 16:27:05 +08:00
Kevin Wan
8ae0f287d6
chore: optimize lock in discov.etcd (#4272) 2024-07-25 17:24:05 +08:00
Kevin Wan
0eec33f14b
chore: optimize file reading (#4264) 2024-07-20 22:44:13 +08:00
JiChen
9de04ee035
fix: handle with read the empty file (#4258) 2024-07-20 12:01:13 +00:00
Kevin Wan
a00c956776
chore: upgrade go version (#4248)
Signed-off-by: kevin <wanjunfeng@gmail.com>
2024-07-16 11:43:25 +08:00
yonwoo9
c02fb3acab
chore: initialize some slice type variables (#4249) 2024-07-15 15:50:42 +00:00
Kevin Wan
9f8455ddb3
chore: fix typo (#4246) 2024-07-14 10:52:47 +08:00
Kevin Wan
2026d4410b
fix: should not trigger breaker on duplicate key with mongodb (#4238) 2024-07-08 23:41:02 +08:00
MarkJoyMa
f8437e6364
feat/sqlc_partial (#4237) 2024-07-07 15:54:18 +00:00
Kevin Wan
bd2033eb35
feat: support adding more writer, easy to write to console additionally (#4234)
Signed-off-by: kevin <wanjunfeng@gmail.com>
2024-07-07 23:31:27 +08:00
MarkJoyMa
fed835bc25
feat/redis_hook (#4233) 2024-07-07 04:50:30 +00:00
Kevin Wan
490559434a
chore: remove unnecessary return (#4226) 2024-07-02 23:45:18 +08:00
jiz4oh
424119d796
chore: fix the confused log level in comment (#4175) 2024-06-04 10:43:26 +00:00
Kevin Wan
962b36d745
fix: log concurrency problems after calling WithXXX methods (#4164) 2024-05-26 12:52:05 +08:00
Kevin Wan
e0c16059d9
optimize: simplify breaker algorithm (#4151) 2024-05-14 17:02:21 +08:00
Alex Last
a5ece25c07
feat: add secure option for sending traces via otlphttp (#3973) 2024-05-12 17:00:54 +00:00