go-zero/core
2025-01-23 00:03:49 +08:00
..
bloom chore: initialize some slice type variables (#4249) 2024-07-15 15:50:42 +00:00
breaker chore: update go version (#4540) 2025-01-04 12:17:10 +08:00
cmdline feat: rename module from tal-tech to zeromicro (#1413) 2022-01-04 15:51:32 +08:00
codec chore: fix warnings (#3989) 2024-03-08 22:35:17 +08:00
collection optimize: improve breaker algorithm on recovery time (#4077) 2024-04-18 22:33:25 +08:00
color feat: logx with color (#1872) 2022-05-07 23:22:39 +08:00
conf chore: code format (#4572) 2025-01-14 23:16:13 +08:00
configcenter chore: refactor config center (#4339) 2024-08-28 12:02:48 +00:00
contextx chore: change interface{} to any (#2818) 2023-01-24 16:32:02 +08:00
discov fix: etcd discovery mechanism on grpc with idle manager (#4589) 2025-01-22 14:01:18 +08:00
errorx refactor: simplify BatchError (#4292) 2024-08-03 13:57:41 +08:00
executors typo (#3281) 2023-05-25 15:58:11 +08:00
filex chore: optimize file reading (#4264) 2024-07-20 22:44:13 +08:00
fs typo (#3281) 2023-05-25 15:58:11 +08:00
fx chore: fix typo (#4246) 2024-07-14 10:52:47 +08:00
hash chore: change interface{} to any (#2818) 2023-01-24 16:32:02 +08:00
iox optimize: change err == xx to errors.Is(err, xx) (#3991) 2024-03-09 12:49:16 +00:00
jsonx chore: change interface{} to any (#2818) 2023-01-24 16:32:02 +08:00
lang chore: change interface{} to any (#2818) 2023-01-24 16:32:02 +08:00
limit feat: add errorx.In to facility error checking (#4105) 2024-04-27 20:43:45 +08:00
load optimize: improve breaker algorithm on recovery time (#4077) 2024-04-18 22:33:25 +08:00
logc chore: fix warnings (#3989) 2024-03-08 22:35:17 +08:00
logx chore: refactor logx file time format (#4335) 2024-08-27 22:01:01 +08:00
mapping chore: remove useless code (#4592) 2025-01-22 22:55:52 +08:00
mathx optimize: improve breaker algorithm on recovery time (#4077) 2024-04-18 22:33:25 +08:00
metric feat: add metrics (#3624) 2023-10-26 15:51:28 +00:00
mr chore: remove unnecessary return (#4226) 2024-07-02 23:45:18 +08:00
naming fix golint issues, exported doc (#451) 2021-02-08 21:31:56 +08:00
netx fix golint issues in core/netx (#501) 2021-02-22 09:56:56 +08:00
proc fix: goctl compile error on windows (#4538) 2025-01-02 22:12:10 +08:00
prof chore: add more tests (#3261) 2023-05-19 12:15:43 +08:00
prometheus fix(metrics): enable prometheus global switch when user enable devsever metrics (#3169) 2023-04-24 20:02:04 +08:00
queue chore: fix warnings (#3989) 2024-03-08 22:35:17 +08:00
rescue chore: add more tests (#3229) 2023-05-08 23:49:13 +08:00
search chore: refactor errors to use errors.Is (#3654) 2023-10-21 00:00:57 +08:00
service chore: refactor shutdown config, to prevent setting zero values (#4533) 2025-01-01 20:46:51 +08:00
stat chore: add more tests (#4042) 2024-04-05 00:13:42 +08:00
stores chore: add redis test (#4593) 2025-01-23 00:03:49 +08:00
stringx chore: update go version (#4540) 2025-01-04 12:17:10 +08:00
syncx chore: refactor errors to use errors.Is (#3654) 2023-10-21 00:00:57 +08:00
sysx feat: rename module from tal-tech to zeromicro (#1413) 2022-01-04 15:51:32 +08:00
threading chore: coding style (#3959) 2024-03-02 22:45:24 +08:00
timex chore: use time.Now() instead of timex.Time() because go optimized it (#1860) 2022-05-03 19:51:47 +08:00
trace chore: upgrade go version (#4248) 2024-07-16 11:43:25 +08:00
utils chore: add more tests (#3006) 2023-03-10 17:36:39 +08:00
validation feat: rest validation on http requests (#3041) 2023-03-19 12:04:18 +00:00