liuhao1024
047785eb30
fix(cron): report SQLite storage path in cron.status instead of legacy jobs.json ( #92144 )
...
* fix(cron): report SQLite storage path in cron.status instead of legacy jobs.json
The `cron.status` gateway response returned `storePath` pointing to the
legacy `jobs.json` path, but cron jobs are actually stored in the shared
SQLite state database. This misled operators and agents into looking for
a JSON file that no longer exists.
- Add `storage: "sqlite"` and `sqlitePath` fields to CronStatusSummary
- Mark legacy `storePath` as @deprecated (kept for backward compat)
- Update CLI warning to prefer sqlitePath over storePath
- Add regression assertions in read-ops test
Fixes #91766
* fix(macos): prefer sqlitePath in cron status display
* fix(macos): add sqlitePath to CronSchedulerStatus type
2026-06-11 22:39:42 +09:00
..
2026-05-13 13:33:38 +01:00
2026-06-06 02:44:59 +00:00
2026-06-04 00:06:52 +01:00
2026-05-21 10:33:49 +01:00
2026-05-18 09:16:35 +01:00
2026-05-29 00:14:05 +01:00
2026-04-28 01:25:31 +01:00
2026-05-07 09:07:18 +01:00
2026-04-30 14:21:06 +03:00
2026-05-18 11:16:55 +01:00
2026-05-17 08:18:27 +01:00
2026-05-18 09:16:36 +01:00
2026-05-17 06:34:04 +01:00
2026-05-18 15:37:36 +01:00
2026-05-17 09:46:30 +01:00
2026-05-17 08:03:10 +01:00
2026-05-17 08:18:27 +01:00
2026-05-17 05:21:47 +01:00
2026-05-16 23:49:18 +01:00
2026-05-17 06:34:04 +01:00
2026-05-18 15:37:36 +01:00
2026-05-08 04:11:28 -05:00
2026-05-27 19:24:04 +01:00
2026-05-18 05:21:19 +01:00
2026-05-31 16:18:37 +01:00
2026-05-17 05:21:47 +01:00
2026-05-29 00:14:05 +01:00
2026-05-29 00:14:05 +01:00
2026-06-11 22:39:42 +09:00
2026-05-17 08:18:27 +01:00
2026-05-18 15:37:36 +01:00
2026-05-17 12:41:27 +01:00
2026-05-18 04:06:17 +01:00
2026-05-16 23:49:18 +01:00
2026-05-18 00:56:28 +01:00
2026-05-13 13:33:38 +01:00
2026-05-27 19:24:04 +01:00
2026-05-18 00:56:28 +01:00
2026-05-17 01:12:59 +01:00
2026-05-13 13:33:38 +01:00
2026-05-16 23:49:18 +01:00
2026-04-25 17:02:13 -04:00
2026-04-17 15:59:08 -06:00
2026-05-08 10:18:41 +05:30
2026-06-11 09:30:56 +09:00
2026-05-27 14:58:11 +10:00
2026-05-27 14:58:11 +10:00
2026-05-08 10:18:41 +05:30
2026-05-08 10:18:41 +05:30
2026-05-08 10:18:41 +05:30
2026-05-08 10:18:41 +05:30
2026-06-11 22:39:42 +09:00
2026-05-18 04:06:17 +01:00
2026-05-18 04:06:17 +01:00
2026-05-18 04:06:17 +01:00
2026-04-30 04:10:54 +01:00
2026-05-18 04:06:17 +01:00
2026-05-18 15:37:36 +01:00
2026-05-13 13:33:38 +01:00
2026-06-10 14:41:25 -07:00
2026-06-10 14:41:25 -07:00
2026-05-18 15:37:36 +01:00
2026-05-31 16:18:37 +01:00
2026-05-22 22:53:32 +01:00
2026-05-18 05:21:19 +01:00
2026-05-17 01:35:20 +01:00
2026-05-29 00:14:05 +01:00
2026-05-17 01:12:59 +01:00
2026-04-30 14:14:03 +03:00
2026-05-22 22:53:32 +01:00
2026-05-22 22:53:32 +01:00
2026-05-18 06:28:14 +01:00
2026-05-09 23:25:26 +01:00
2026-05-18 04:06:17 +01:00
2026-05-17 01:12:59 +01:00
2026-05-20 12:58:56 +01:00
2026-05-18 15:37:36 +01:00
2026-05-13 13:33:38 +01:00
2026-04-20 14:17:25 +01:00
2026-05-18 04:06:17 +01:00
2026-05-17 01:36:12 +01:00
2026-05-18 06:22:36 +01:00
2026-05-15 02:27:33 -05:00
2026-05-18 09:16:36 +01:00
2026-05-13 13:33:38 +01:00
2026-05-13 13:33:38 +01:00
2026-05-18 15:37:36 +01:00
2026-05-18 15:37:36 +01:00
2026-05-22 22:53:32 +01:00
2026-05-18 09:16:36 +01:00
2026-05-18 09:16:36 +01:00
2026-05-22 22:53:32 +01:00
2026-04-11 03:58:20 +01:00
2026-05-18 15:37:36 +01:00
2026-05-29 00:14:05 +01:00
2026-05-02 02:47:33 +01:00
2026-05-18 15:37:36 +01:00
2026-05-02 03:23:00 -05:00
2026-04-22 02:12:07 +01:00
2026-04-25 17:05:51 -04:00
2026-04-25 21:05:24 +01:00
2026-06-01 23:03:27 -04:00
2026-04-25 17:05:51 -04:00
2026-05-02 02:54:33 +01:00
2026-05-02 02:54:33 +01:00
2026-05-13 13:33:38 +01:00
2026-06-01 23:03:27 -04:00
2026-05-02 02:28:49 +01:00
2026-05-13 13:33:38 +01:00
2026-06-10 15:59:03 -07:00
2026-05-02 02:47:33 +01:00
2026-05-02 02:47:33 +01:00
2026-05-02 02:54:33 +01:00
2026-05-13 13:33:38 +01:00