mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-08-26 17:22:04 +00:00
Writers now record a document's location only on the durable documents.path column: upsert, save, ingest, move, and the Phase-5 seeder no longer write the virtual_path metadata marker. recorded_virtual_path reads the column first and falls back to the marker only for rows written before migration 189 backfills it, so a re-sync that drops the marker can no longer fork a document. Tests assert on the path column instead of the marker, add coverage that a reindex preserves a row's metadata (no marker is resurrected), and bind converge's per-document session in the artifacts adoption test. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| conftest.py | ||
| test_editor_content.py | ||
| test_git_adoption.py | ||
| test_office_artifacts.py | ||
| test_roster.py | ||
| test_service.py | ||
| test_tool.py | ||
| test_xlsx_artifacts.py | ||