cc-libs/tests
Guillaume ARM 3b647090fa fix(ai): retry transient network timeouts during poll
A single poll GET that hit a network-level failure was treated as fatal,
aborting the whole poll after the ~60s per-call timeout instead of retrying
until poll_timeout. Network failures during polling are now transient: they
log and reschedule until the deadline. HTTP 404 and other non-200 codes stay
fatal.
2026-06-11 22:08:45 +02:00
..
harness test(harness): run timeout-layer checks in ci 2026-06-08 05:45:15 +02:00
ai.lua fix(ai): retry transient network timeouts during poll 2026-06-11 22:08:45 +02:00
boot.lua test(craftos): add suite runner 2026-06-08 05:10:31 +02:00
carre.lua feat(sandbox): add carre program 2026-06-09 09:15:07 +02:00
ccpm.lua feat(ccpm): default registry to gitea 2026-06-11 06:41:22 +02:00
eventloop.lua test(craftos): add suite runner 2026-06-08 05:10:31 +02:00
install-ccpm.lua feat(ccpm): default registry to gitea 2026-06-11 06:41:22 +02:00
libtui.lua fix(ui): handle utf8 text widths 2026-06-09 05:18:59 +02:00
libversion.lua feat(version): resolve versions from packages 2026-06-09 06:25:32 +02:00
mcpcomputer.lua feat(mcp): add write-file tool 2026-06-11 16:14:00 +02:00
net.lua feat(net): unify boot eventloop and service bus 2026-06-09 21:48:56 +02:00
packages.lua chore(packages): validate release metadata 2026-06-09 03:38:37 +02:00
ready.lua test(craftos): add suite runner 2026-06-08 05:10:31 +02:00
router.lua feat(net): unify boot eventloop and service bus 2026-06-09 21:48:56 +02:00
startup-servers.lua fix(boot): default shell exit to shutdown 2026-06-10 01:17:43 +02:00
trapgpt.lua feat(ai): add trapgpt chat bot 2026-06-09 20:10:52 +02:00