Alex Knight
f155a5f955
Add cron changed plugin hook (#72773)
* feat: add cron changed plugin hook
* fix: improve cron_changed hook correctness and code quality
- Fix PluginHookGatewayCronDeliveryStatus: replace 'error' with 'unknown'
to match internal CronDeliveryStatus enum
- Add job snapshot to CronEvent so removed events carry the deleted job
- Extract pickDefined helper, replace 14-field verbose spread mapping
- Add toPluginCronJob mapper for explicit internal→public type boundary
- Fix schedule union: use literal-only kind discriminants for TS narrowing
- Use loadConfig() (runtime) instead of params.cfg (startup) in hook ctx
- Use formatErrorMessage instead of String(err) for stack preservation
- Fix pre-existing getCron TS2322 with explicit cast (matches gateway_start)
- Re-export supporting types from hooks.ts for plugin consumers
- Add tests: removed events with job, finished with full fields, runtime cfg
2026-04-28 21:34:42 +10:00
..
2026-04-28 11:44:44 +01:00
2026-04-28 02:59:36 +01:00
2026-04-04 13:36:58 +09:00
2026-04-28 08:13:21 +01:00
2026-04-28 18:47:09 +08:00
2026-04-28 03:56:58 -07:00
2026-04-28 01:42:25 -07:00
2026-04-23 20:40:15 -07:00
2026-04-23 20:40:15 -07:00
2026-04-28 11:35:26 +01:00
2026-04-28 08:27:11 +01:00
2026-04-13 18:03:44 +08:00
2026-04-28 09:37:59 +01:00
2026-04-28 10:18:07 +01:00
2026-04-26 23:52:28 -07:00
2026-04-28 08:55:06 +01:00
2026-04-28 21:34:42 +10:00
2026-04-28 03:40:39 -07:00
2026-04-28 11:10:30 +01:00
2026-04-28 00:20:47 -05:00
2026-04-28 03:13:20 +01:00
2026-04-28 09:56:41 +01:00
2026-04-24 20:36:45 -05:00
2026-04-28 10:57:31 +01:00
2026-04-28 08:13:21 +01:00
2026-04-23 07:25:06 +01:00
2026-04-26 23:58:35 -07:00
2026-04-23 20:40:15 -07:00
2026-04-28 04:00:14 -07:00
2026-04-12 09:09:50 +01:00
2026-04-23 13:15:17 -07:00
2026-04-28 18:47:09 +08:00
2026-04-21 20:36:55 -05:00
2026-04-27 23:59:47 +01:00
2026-04-23 20:40:15 -07:00
2026-04-23 20:40:15 -07:00
2026-04-26 23:57:10 -07:00
2026-04-26 23:52:28 -07:00
2026-04-23 20:40:15 -07:00
2026-04-17 16:05:10 +01:00
2026-04-23 20:40:15 -07:00
2026-04-23 20:40:15 -07:00