openclaw/src/cron
Peter Steinberger 5193189953 refactor(tests): dedupe cron store migration setup 2026-03-03 01:54:27 +00:00
..
isolated-agent feat(hooks): add trigger and channelId to plugin hook agent context (#28623) 2026-03-02 17:39:20 -08:00
service refactor: modularize slack/config/cron/daemon internals 2026-03-02 22:30:21 +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 feat(cron): add failure destination support to failed cron jobs (#31059) 2026-03-02 09:27:41 -06:00
delivery.ts feat(cron): add failure destination support to failed cron jobs (#31059) 2026-03-02 09:27:41 -06:00
heartbeat-policy.test.ts refactor: modularize slack/config/cron/daemon internals 2026-03-02 22:30:21 +00:00
heartbeat-policy.ts refactor: modularize slack/config/cron/daemon internals 2026-03-02 22:30:21 +00:00
isolated-agent.auth-profile-propagation.test.ts perf(test): trim fixture and serialization overhead in integration suites 2026-03-03 01:09:07 +00:00
isolated-agent.delivers-response-has-heartbeat-ok-but-includes.test.ts fix: strengthen cron heartbeat multi-payload suppression (#32131) (thanks @adhishthite) 2026-03-02 22:16:18 +00:00
isolated-agent.delivery-target-thread-session.test.ts feat(cron): add --account flag for multi-account delivery routing (#26284) 2026-02-28 10:57:49 -06:00
isolated-agent.delivery.test-helpers.ts refactor: dedupe gateway config and infra flows 2026-03-03 00:15:14 +00:00
isolated-agent.direct-delivery-forum-topics.test.ts refactor: dedupe gateway config and infra flows 2026-03-03 00:15:14 +00:00
isolated-agent.mocks.ts refactor: dedupe cli config cron and install flows 2026-03-02 19:57:33 +00:00
isolated-agent.skips-delivery-without-whatsapp-recipient-besteffortdeliver-true.test.ts test(perf): speed up cron, memory, and secrets hotspots 2026-03-03 00:43:01 +00:00
isolated-agent.subagent-model.test.ts refactor: dedupe gateway config and infra flows 2026-03-03 00:15:14 +00:00
isolated-agent.test-harness.ts test: dedupe fixtures and test harness setup 2026-02-23 05:45:54 +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.test.ts refactor(tests): dedupe isolated agent cron turn assertions 2026-03-03 01:54:27 +00:00
legacy-delivery.ts refactor(cron): share legacy delivery helpers 2026-02-15 17:29:08 +00:00
normalize.test.ts refactor: dedupe gateway config and infra flows 2026-03-03 00:15:14 +00:00
normalize.ts fix(cron): migrate legacy schedule cron fields on load (#28889) 2026-03-01 06:53:39 -06: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 Cron: drain pending writes before reading run log (#25416) 2026-03-01 07:04:04 -06:00
run-log.ts Cron: drain pending writes before reading run log (#25416) 2026-03-01 07:04:04 -06:00
schedule.test.ts perf(cron): cache schedule evaluators and stagger offsets 2026-03-02 20:19:10 +00:00
schedule.ts perf(cron): cache schedule evaluators and stagger offsets 2026-03-02 20:19:10 +00:00
service.armtimer-tight-loop.test.ts refactor: dedupe cli config cron and install flows 2026-03-02 19:57:33 +00:00
service.delivery-plan.test.ts test(perf): skip scheduler startup in cron delivery-plan tests 2026-03-02 12:54:53 +00:00
service.every-jobs-fire.test.ts test(cron): improve fire-and-forget harness coverage 2026-02-22 11:29:31 +00:00
service.failure-alert.test.ts refactor(core): dedupe command, hook, and cron fixtures 2026-03-02 21:31:36 +00:00
service.get-job.test.ts chore: Fix types in tests 40/N. 2026-02-17 15:50:07 +09:00
service.heartbeat-ok-summary-suppressed.test.ts refactor(core): dedupe command, hook, and cron fixtures 2026-03-02 21:31:36 +00:00
service.issue-13992-regression.test.ts test: dedupe fixtures and test harness setup 2026-02-23 05:45:54 +00:00
service.issue-16156-list-skips-cron.test.ts refactor(test): centralize trigger and cron test helpers 2026-02-22 20:04:51 +00:00
service.issue-17852-daily-skip.test.ts refactor(test): centralize trigger and cron test helpers 2026-02-22 20:04:51 +00:00
service.issue-19676-at-reschedule.test.ts fix(cron): re-arm one-shot at-jobs when rescheduled after completion (openclaw#28915) thanks @Glucksberg 2026-03-01 21:31:24 -06:00
service.issue-22895-every-next-run.test.ts fix(cron): restore interval cadence after restart 2026-02-22 20:19:23 +01:00
service.issue-regressions.test-helpers.ts refactor(test): extract cron issue-regression harness and frozen-time helper 2026-03-03 01:44:21 +00:00
service.issue-regressions.test.ts refactor(test): extract cron issue-regression harness and frozen-time helper 2026-03-03 01:44:21 +00:00
service.jobs.test.ts refactor: dedupe gateway config and infra flows 2026-03-03 00:15:14 +00:00
service.jobs.top-of-hour-stagger.test.ts perf(cron): cache schedule evaluators and stagger offsets 2026-03-02 20:19:10 +00:00
service.list-page-sort-guards.test.ts fix(cron): guard list sorting against malformed legacy jobs (#28896) 2026-03-01 07:01:36 -06:00
service.main-job-passes-heartbeat-target-last.test.ts refactor: dedupe cli config cron and install flows 2026-03-02 19:57:33 +00:00
service.persists-delivered-status.test.ts fix(test): resolve upstream typing drift in feishu and cron suites 2026-03-03 01:44:21 +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 fix(cron): keep manual runs non-blocking 2026-02-22 20:19:22 +01:00
service.rearm-timer-when-running.test.ts fix(cron): keep watchdog timer armed during ticks 2026-02-22 20:19:23 +01:00
service.restart-catchup.test.ts refactor(test): centralize trigger and cron test helpers 2026-02-22 20:04:51 +00:00
service.runs-one-shot-main-job-disables-it.test.ts refactor: dedupe gateway config and infra flows 2026-03-03 00:15:14 +00:00
service.session-reaper-in-finally.test.ts fix(cron): move session reaper to finally block so it runs reliably (#31996) 2026-03-02 18:38:59 +00:00
service.skips-main-jobs-empty-systemevent-text.test.ts test: dedupe fixtures and test harness setup 2026-02-23 05:45:54 +00:00
service.store-migration.test.ts refactor: dedupe gateway config and infra flows 2026-03-03 00:15:14 +00:00
service.store.migration.test.ts refactor(tests): dedupe cron store migration setup 2026-03-03 01:54:27 +00:00
service.test-harness.ts test: dedupe fixtures and test harness setup 2026-02-23 05:45:54 +00:00
service.ts Web UI: add full cron edit parity, all-jobs run history, and compact filters (openclaw#24155) thanks @Takhoffman 2026-02-22 23:05:42 -06:00
session-reaper.test.ts Session/Cron maintenance hardening and cleanup UX (#24753) 2026-02-23 22:39:48 +00:00
session-reaper.ts Session/Cron maintenance hardening and cleanup UX (#24753) 2026-02-23 22:39:48 +00:00
stagger.test.ts Cron: guard missing expr in schedule parsing 2026-02-21 20:18:11 -08:00
stagger.ts Cron: guard missing expr in schedule parsing 2026-02-21 20:18:11 -08:00
store.test.ts refactor: dedupe cli config cron and install flows 2026-03-02 19:57:33 +00:00
store.ts perf(runtime): reduce cron persistence and logger overhead 2026-03-02 19:34:04 +00:00
types-shared.ts refactor: dedupe cli config cron and install flows 2026-03-02 19:57:33 +00:00
types.ts refactor(core): dedupe command, hook, and cron fixtures 2026-03-02 21:31:36 +00: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