go-zero/core
2023-10-15 22:58:15 +08:00
..
bloom feat(bloom): bloom support Ctx API (#3089) 2023-04-03 14:37:04 +00:00
breaker chore: rename noOpBreaker to nopBreaker (#3602) 2023-10-06 23:41:09 +08:00
cmdline feat: rename module from tal-tech to zeromicro (#1413) 2022-01-04 15:51:32 +08:00
codec fix: fixed #2945 (#2953) 2023-04-23 14:22:03 +00:00
collection chore: add more tests (#3575) 2023-09-18 11:01:46 +08:00
color feat: logx with color (#1872) 2022-05-07 23:22:39 +08:00
conf chore: add more tests (#3279) 2023-05-24 23:58:45 +08:00
contextx chore: change interface{} to any (#2818) 2023-01-24 16:32:02 +08:00
discov fix: remove etcd pings to avoid too-many-pings error (#3212) 2023-05-06 12:39:19 +08:00
errorx chore: change interface{} to any (#2818) 2023-01-24 16:32:02 +08:00
executors typo (#3281) 2023-05-25 15:58:11 +08:00
filex chore: add more tests (#3315) 2023-06-01 21:08:44 +08:00
fs typo (#3281) 2023-05-25 15:58:11 +08:00
fx feat: retry with ctx deadline (#3626) 2023-10-15 13:39:44 +00:00
hash chore: change interface{} to any (#2818) 2023-01-24 16:32:02 +08:00
iox chore: add more tests (#3592) 2023-09-27 22:33:27 +08: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(redis): add ScriptRun API and migrate EvalCtx to ScriptRun for limit, lock and bloom (#3087) 2023-04-02 11:28:25 +08:00
load chore: better shedding algorithm, make sure recover from shedding (#2476) 2022-10-01 20:55:25 +08:00
logc chore: simplify tests with logtest (#3184) 2023-04-29 20:36:29 +08:00
logx chore: add test for logging rotate size (#3587) 2023-09-24 22:28:03 +08:00
mapping fix: unmarshal from number to string with incorrect error message (#3625) 2023-10-15 02:06:00 +00:00
mathx chore: change interface{} to any (#2818) 2023-01-24 16:32:02 +08:00
metric feat: add prometheus summary metrics (#3440) 2023-07-29 16:51:43 +08:00
mr chore: make test stable (#3412) 2023-07-11 16:20:41 +00: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 feat: add the SIGINT signal in signals.go to subscribe the user input ctrl+c to exit the application operation (#3611) 2023-10-15 22:58:15 +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: make test stable (#3317) 2023-06-04 23:20:58 +08:00
rescue chore: add more tests (#3229) 2023-05-08 23:49:13 +08:00
search chore: add more tests (#3338) 2023-06-12 01:22:20 +08:00
service chore: make servicegroup panic as demand (#3422) 2023-07-13 14:08:35 +00:00
stat chore: add more tests (#3359) 2023-06-17 20:51:33 +08:00
stores chore: refactor error comparison (#3629) 2023-10-15 13:41:06 +00:00
stringx chore: add more tests (#3006) 2023-03-10 17:36:39 +08:00
syncx chore: more tests (#3340) 2023-06-12 23:29:23 +08:00
sysx feat: rename module from tal-tech to zeromicro (#1413) 2022-01-04 15:51:32 +08:00
threading Add RunSafe with context (#3224) 2023-05-08 23:08:31 +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: fix potential nil pointer errors (#3454) 2023-07-30 21:37:41 +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