open-notebook/frontend/src/app/(dashboard)
Luis Novo 301dd4e20a
fix: async insight creation to prevent transaction conflicts (#512)
Migrate insight creation to the command system with automatic retry logic
to prevent SurrealDB transaction conflicts during batch imports.

Changes:
- Add create_insight_command with retry logic for transaction conflicts
- Add run_transformation_command for async transformation execution
- Make Source.add_insight() fire-and-forget (returns command_id)
- Update POST /sources/{id}/insights to return 202 Accepted immediately
- Frontend polls command status until complete, then refreshes
- Auto-update notebook page icon when source gains insights
- Add i18n keys for insight generation feedback

Related to #489
2026-01-31 15:51:27 -03:00
..
advanced Feat/localization tests docker (#371) 2026-01-15 13:51:05 -03:00
models Feat/localization tests docker (#371) 2026-01-15 13:51:05 -03:00
notebooks fix: async insight creation to prevent transaction conflicts (#512) 2026-01-31 15:51:27 -03:00
podcasts Feat/localization tests docker (#371) 2026-01-15 13:51:05 -03:00
search feat: content-type aware chunking and unified embedding (#444) 2026-01-21 23:49:08 -03:00
settings Feat/localization tests docker (#371) 2026-01-15 13:51:05 -03:00
sources Feat/localization tests docker (#371) 2026-01-15 13:51:05 -03:00
transformations Feat/localization tests docker (#371) 2026-01-15 13:51:05 -03:00
layout.tsx feat(ui): add command palette for quick navigation and search (#288) 2025-12-01 14:59:17 -03:00
page.tsx Version 1 (#160) 2025-10-18 12:46:22 -03:00