gsxdsm
d8735b3dbe
FN-8249: persist GitHub translations and show status
Persist legacy GitHub translation cache entries and expose background translation progress to import operators.
- Backfill historic unscoped translation cache partitions during schema migration.
- Display accessible translating and failure status in the GitHub issues import list.
- Add migration, service, and UI coverage plus operator documentation.
Files changed:
.../fn-8249-github-import-translation-status.md | 7 ++
docs/dashboard-guide.md | 2 +-
.../postgres/import-translation-cache.pg.test.ts | 13 +++-
.../src/__tests__/postgres/schema-applier.test.ts | 48 ++++++++++++
...translation_cache_legacy_partition_backfill.sql | 31 ++++++++
packages/core/src/postgres/schema-applier.ts | 29 ++++++-
.../dashboard/app/components/GitHubImportModal.css | 42 ++++++++++
.../dashboard/app/components/GitHubImportModal.tsx | 29 +++++++
.../__tests__/GitHubImportModal.test.tsx | 90 ++++++++++++++++++++++
.../src/__tests__/import-translate-service.test.ts | 62 +++++++++++++++
10 files changed, 346 insertions(+), 7 deletions(-)
Fusion-Task-Id: FN-8249
Fusion-Task-Lineage: 79c26d85-50f1-4d01-9341-a17db5e57f8f
Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>
2026-07-17 16:46:42 -07:00
..
2026-07-17 16:46:42 -07:00
2026-07-16 14:08:43 -07:00
2026-07-17 12:59:34 -07:00
2026-07-02 11:38:35 -07:00
2026-07-10 22:25:21 -07:00
2026-06-26 17:38:41 -07:00
2026-07-15 18:07:37 -07:00
2026-06-26 17:38:41 -07:00
2026-07-15 15:49:18 -07:00
2026-07-13 13:58:35 -07:00
2026-07-17 13:31:42 -07:00
2026-07-10 21:36:43 -07:00
2026-06-04 23:39:07 -07:00
2026-07-12 09:56:26 -07:00
2026-07-14 22:13:30 -07:00
2026-07-17 10:53:19 -07:00
2026-07-17 12:00:26 -07:00
2026-07-13 19:07:58 -07:00
2026-07-03 21:45:20 -07:00
2026-06-05 03:56:29 -07:00
2026-06-15 02:30:41 -07:00
2026-06-05 03:41:54 -07:00
2026-07-02 15:00:40 -07:00
2026-07-09 19:58:03 -07:00
2026-07-15 00:27:59 -07:00
2026-06-21 13:25:41 -07:00
2026-07-13 23:16:36 -07:00
2026-06-29 23:17:49 -07:00
2026-07-15 10:07:20 -07:00
2026-07-15 19:29:02 -07:00
2026-06-30 00:03:37 -07:00
2026-07-15 20:24:49 -07:00
2026-06-10 10:34:36 -07:00
2026-07-17 13:04:45 -07:00
2026-05-16 12:56:31 -07:00
2026-05-18 04:01:51 -07:00
2026-07-16 09:33:20 -07:00
2026-06-10 10:34:36 -07:00
2026-07-05 11:31:48 -07:00
2026-07-17 10:37:00 -07:00
2026-07-02 19:01:09 -07:00
2026-07-15 20:24:49 -07:00
2026-07-02 11:38:34 -07:00
2026-07-02 11:38:34 -07:00
2026-07-02 12:34:35 -07:00
2026-07-15 19:07:51 -07:00
2026-07-02 11:38:34 -07:00
2026-07-15 21:58:46 -07:00
2026-07-13 23:16:36 -07:00
2026-07-09 19:58:03 -07:00
2026-07-07 22:04:55 -07:00
2026-07-17 13:31:42 -07:00
2026-07-15 15:16:19 -07:00
2026-07-13 19:07:58 -07:00
2026-07-14 00:12:22 -07:00
2026-07-15 21:58:46 -07:00
2026-06-15 20:34:52 -07:00
2026-07-14 22:16:16 -07:00
2026-07-14 18:47:53 -07:00
2026-07-14 18:47:53 -07:00
2026-07-14 18:47:53 -07:00
2026-07-14 08:16:42 -07:00
2026-07-14 22:16:16 -07:00
2026-07-14 08:18:52 -07:00
2026-07-14 22:16:16 -07:00
2026-06-27 12:25:53 -07:00
2026-07-16 16:51:19 -07:00
2026-07-14 00:12:22 -07:00
2026-07-15 10:24:30 -07:00
2026-06-28 01:17:22 -07:00
2026-06-16 15:08:24 -07:00
2026-07-14 22:16:16 -07:00
2026-07-02 14:31:16 -07:00
2026-05-17 23:21:34 -07:00
2026-07-14 22:13:30 -07:00
2026-07-13 23:16:36 -07:00
2026-07-17 14:25:30 -07:00
2026-07-17 12:00:26 -07:00
2026-07-15 22:43:24 -07:00
2026-07-02 11:38:35 -07:00
2026-07-15 10:38:04 -07:00
2026-07-13 19:07:58 -07:00
2026-07-14 18:47:53 -07:00
2026-07-01 23:44:05 -07:00
2026-07-01 15:39:34 -07:00
2026-07-08 10:06:42 -07:00
2026-07-10 23:42:10 -07:00
2026-07-17 01:23:32 -07:00
2026-07-13 19:07:58 -07:00
2026-07-10 21:36:43 -07:00
2026-07-14 15:54:44 -07:00
2026-06-21 20:28:33 -07:00