go-zero/core
2024-07-27 16:27:05 +08:00
..
bloom chore: initialize some slice type variables (#4249) 2024-07-15 15:50:42 +00:00
breaker chore: initialize some slice type variables (#4249) 2024-07-15 15:50:42 +00: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: fix warnings (#3989) 2024-03-08 22:35:17 +08:00
contextx chore: change interface{} to any (#2818) 2023-01-24 16:32:02 +08:00
discov chore: optimize lock in discov.etcd (#4275) 2024-07-27 16:27:05 +08:00
errorx feat: add errorx.In to facility error checking (#4105) 2024-04-27 20:43:45 +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 feat: support adding more writer, easy to write to console additionally (#4234) 2024-07-07 23:31:27 +08:00
mapping fix: log concurrency problems after calling WithXXX methods (#4164) 2024-05-26 12:52:05 +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 chore: fix warnings (#3989) 2024-03-08 22:35:17 +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: upgrade otel, removed ut temporarily because of otel API changes (#3795) 2023-12-17 12:26:48 +08:00
stat chore: add more tests (#4042) 2024-04-05 00:13:42 +08:00
stores chore: upgrade go version (#4248) 2024-07-16 11:43:25 +08:00
stringx chore: coding style (#3959) 2024-03-02 22:45:24 +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