Scott Nixon
810192157c
fix(export): populate export_hashes after successful export (GH#1278) ( #1286 )
...
Child issues created with --parent were missing from export_hashes table,
which affects integrity tracking and future incremental export features.
This fix ensures SetExportHash() is called for all exported issues:
- Updated ExportResult to include IssueContentHashes map
- Updated finalizeExport() to call SetExportHash() for each exported issue
- Updated exportToJSONLDeferred() to collect content hashes during export
- Updated performIncrementalExport() to collect content hashes for dirty issues
- Updated exportToJSONLWithStore() to call SetExportHash() after export
- Updated daemon's handleExport() to call SetExportHash() after export
Added test TestExportPopulatesExportHashes to verify the fix works for
both regular and hierarchical (child) issue IDs.
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-24 17:10:02 -08:00
..
2026-01-23 20:35:57 -08:00
2026-01-21 21:50:01 -08:00
2026-01-21 23:42:07 -08:00
2026-01-20 20:50:59 -08:00
2026-01-20 20:50:59 -08:00
2026-01-17 01:54:50 -08:00
2026-01-20 20:50:59 -08:00
2026-01-22 20:52:20 -08:00
2026-01-17 01:55:16 -08:00
2026-01-20 20:50:59 -08:00
2026-01-21 10:36:59 -08:00
2026-01-22 15:54:04 -08:00
2026-01-17 03:48:51 -08:00
2026-01-17 01:54:50 -08:00
2026-01-17 14:02:28 -08:00
2026-01-19 11:42:09 -08:00
2026-01-21 10:36:59 -08:00
2026-01-21 21:22:04 -08:00
2026-01-21 21:22:04 -08:00
2026-01-21 13:13:24 -08:00
2026-01-21 16:59:51 -08:00
2026-01-23 20:20:59 -08:00
2026-01-19 10:08:53 -08:00
2026-01-23 20:20:59 -08:00
2026-01-20 20:55:27 -08:00
2026-01-21 18:06:06 -08:00
2026-01-19 10:21:12 -08:00
2026-01-19 10:08:41 -08:00
2026-01-24 17:10:02 -08:00
2026-01-22 00:01:37 -08:00
2026-01-23 20:20:59 -08:00
2026-01-17 01:55:16 -08:00
2026-01-20 16:51:14 -08:00
2026-01-24 00:26:58 -08:00
2026-01-20 23:15:37 -08:00
2026-01-23 20:38:20 -08:00
2026-01-23 20:29:12 -08:00
2026-01-22 20:52:20 -08:00
2026-01-22 20:52:20 -08:00
2026-01-22 20:52:20 -08:00
2026-01-22 20:52:20 -08:00
2026-01-20 17:34:00 -08:00
2026-01-20 17:34:00 -08:00
2026-01-21 13:13:24 -08:00
2026-01-22 00:01:37 -08:00
2026-01-22 00:01:37 -08:00
2026-01-21 18:06:06 -08:00
2026-01-17 03:44:13 -08:00
2026-01-17 03:44:13 -08:00
2026-01-21 10:36:59 -08:00
2026-01-21 13:13:24 -08:00
2026-01-22 00:01:37 -08:00
2026-01-22 00:01:37 -08:00
2026-01-21 19:34:29 -08:00
2026-01-21 10:36:59 -08:00
2026-01-21 10:36:59 -08:00
2026-01-17 01:55:16 -08:00
2026-01-19 11:44:08 -08:00
2026-01-22 20:52:20 -08:00
2026-01-17 08:44:30 +01:00
2026-01-20 19:15:18 -08:00
2026-01-22 20:52:20 -08:00
2026-01-21 23:42:07 -08:00
2026-01-21 21:22:04 -08:00
2026-01-20 19:13:02 -08:00
2026-01-17 02:29:01 -08:00
2026-01-17 02:29:01 -08:00
2026-01-20 20:03:28 -08:00
2026-01-23 20:20:59 -08:00
2026-01-24 17:10:02 -08:00
2026-01-20 14:05:48 -08:00
2026-01-20 14:05:48 -08:00
2026-01-20 14:05:48 -08:00
2026-01-21 19:11:25 -08:00
2026-01-24 17:09:45 -08:00
2026-01-20 16:51:14 -08:00
2026-01-20 14:05:40 -08:00
2026-01-23 22:35:34 -08:00
2026-01-17 03:44:02 -08:00
2026-01-21 17:46:15 -08:00
2026-01-21 19:27:01 -08:00
2026-01-19 10:21:12 -08:00
2026-01-21 17:46:15 -08:00
2026-01-21 19:30:15 -08:00
2026-01-21 10:36:59 -08:00
2026-01-21 19:30:15 -08:00
2026-01-20 14:06:57 -08:00
2026-01-21 19:30:15 -08:00
2026-01-21 19:52:31 -08:00
2026-01-21 21:11:33 -08:00
2026-01-21 19:30:15 -08:00
2026-01-24 17:09:51 -08:00
2026-01-20 18:49:44 -08:00
2026-01-21 19:50:03 -08:00
2026-01-21 21:50:38 -08:00
2026-01-24 00:26:58 -08:00
2026-01-21 21:50:01 -08:00
2026-01-23 21:14:59 -08:00
2026-01-21 10:36:59 -08:00
2026-01-24 17:09:48 -08:00
2026-01-18 18:25:50 -08:00
2026-01-21 10:36:59 -08:00
2026-01-19 10:21:12 -08:00
2026-01-20 21:26:17 -08:00
2026-01-24 17:10:02 -08:00
2026-01-22 20:52:20 -08:00
2026-01-21 19:40:39 -08:00
2026-01-21 19:40:39 -08:00
2026-01-21 19:40:39 -08:00
2026-01-21 19:40:39 -08:00
2026-01-18 10:36:20 -08:00
2026-01-19 11:49:44 -08:00
2026-01-19 10:11:06 -08:00
2026-01-22 20:52:20 -08:00
2026-01-17 05:07:11 -08:00
2026-01-21 10:36:59 -08:00
2026-01-22 20:52:20 -08:00
2026-01-21 10:36:59 -08:00
2026-01-22 15:54:04 -08:00
2026-01-22 20:52:20 -08:00
2026-01-21 23:42:07 -08:00
2026-01-21 19:30:15 -08:00
2026-01-20 14:04:51 -08:00