openclaw/src/cron
Peter Steinberger b8b43175c5 style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
..
isolated-agent style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
service style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
cron-protocol-conformance.test.ts cron: separate webhook POST delivery from announce (#17901) 2026-02-16 02:36:00 -08:00
delivery.test.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
delivery.ts cron: separate webhook POST delivery from announce (#17901) 2026-02-16 02:36:00 -08:00
isolated-agent.delivers-response-has-heartbeat-ok-but-includes.test.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
isolated-agent.mocks.ts refactor(test): share cron isolated agent fixtures 2026-02-14 22:54:37 +00:00
isolated-agent.skips-delivery-without-whatsapp-recipient-besteffortdeliver-true.e2e.test.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
isolated-agent.test-harness.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
isolated-agent.test-setup.ts refactor(agent): dedupe harness and command workflows 2026-02-16 14:59:30 +00:00
isolated-agent.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
isolated-agent.uses-last-non-empty-agent-text-as.e2e.test.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
legacy-delivery.ts refactor(cron): share legacy delivery helpers 2026-02-15 17:29:08 +00:00
normalize.test.ts feat(cron): add default stagger controls for scheduled jobs 2026-02-17 23:48:14 +01:00
normalize.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
parse.ts chore: Enable "curly" rule to avoid single-statement if confusion/errors. 2026-01-31 16:19:20 +09:00
payload-migration.ts chore: Enable "curly" rule to avoid single-statement if confusion/errors. 2026-01-31 16:19:20 +09:00
run-log.test.ts test: cover cron telemetry and typed fetch mocks 2026-02-17 09:47:29 -05:00
run-log.ts refactor(cron): reuse shared run outcome telemetry types 2026-02-17 00:32:34 +00:00
schedule.test.ts fix(cron): prevent spin loop when job completes within firing second (#17821) 2026-02-17 00:01:53 +01:00
schedule.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
service.delivery-plan.test.ts chore: Fix types in tests 40/N. 2026-02-17 15:50:07 +09:00
service.every-jobs-fire.test.ts chore: Fix types in tests 40/N. 2026-02-17 15:50:07 +09:00
service.get-job.test.ts chore: Fix types in tests 40/N. 2026-02-17 15:50:07 +09:00
service.issue-13992-regression.test.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
service.issue-16156-list-skips-cron.test.ts chore: Fix types in tests 40/N. 2026-02-17 15:50:07 +09:00
service.issue-17852-daily-skip.test.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
service.issue-regressions.test.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
service.jobs.test.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
service.jobs.top-of-hour-stagger.test.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
service.prevents-duplicate-timers.test.ts chore: Fix types in tests 40/N. 2026-02-17 15:50:07 +09:00
service.read-ops-nonblocking.test.ts perf: avoid async cron timer callbacks 2026-02-16 02:45:00 +00:00
service.rearm-timer-when-running.test.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
service.restart-catchup.test.ts chore: Fix types in tests 40/N. 2026-02-17 15:50:07 +09:00
service.runs-one-shot-main-job-disables-it.test.ts chore: Fix types in tests 40/N. 2026-02-17 15:50:07 +09:00
service.skips-main-jobs-empty-systemevent-text.test.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
service.store-migration.test.ts fix cron announce routing and timeout handling 2026-02-17 11:40:04 -08:00
service.store.migration.test.ts feat(cron): add default stagger controls for scheduled jobs 2026-02-17 23:48:14 +01:00
service.test-harness.ts test: annotate harness mocks to avoid TS2742 in CI 2026-02-16 15:19:11 +00:00
service.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
session-reaper.test.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
session-reaper.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
stagger.test.ts feat(cron): add default stagger controls for scheduled jobs 2026-02-17 23:48:14 +01:00
stagger.ts feat(cron): add default stagger controls for scheduled jobs 2026-02-17 23:48:14 +01:00
store.test.ts fix(paths): respect OPENCLAW_HOME for all internal path resolution (#12091) 2026-02-08 16:20:13 -05:00
store.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
types.ts feat(cron): add default stagger controls for scheduled jobs 2026-02-17 23:48:14 +01:00
validate-timestamp.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
webhook-url.ts cron: separate webhook POST delivery from announce (#17901) 2026-02-16 02:36:00 -08:00