SurfSense/surfsense_backend/app/file_storage
CREDO23 c6d4e5df7c refactor(db): rename searchspaces table to workspaces
Phase 1 (rename DB) commit 1i: rename the SearchSpace table to workspaces
and flip all 24 inbound FK target strings (20 in db.py + the 4 satellite
models), plus the raw-SQL searchspaces references in the obsidian and
google-unification integration fixtures.

This completes the ORM half of Phase 1. The SearchSpace class name,
relationship/back_populates attribute names, and the /searchspaces API
route URLs are intentionally left for Phase 2.

Verified: unit 2375 passed/1 skip, integration 346 passed (baseline
parity); create_all builds every table with the workspaces name and all
FKs resolving to workspaces.id.
2026-06-26 13:27:16 +02:00
..
backends chore: linting 2026-06-09 00:42:26 -07:00
persistence refactor(db): rename searchspaces table to workspaces 2026-06-26 13:27:16 +02:00
__init__.py feat(file-storage): add settings, key builder, and backend factory 2026-06-02 16:10:43 +02:00
api.py refactor(routes): update document file access functions to use auth context instead of user variable 2026-06-20 02:53:07 +05:30
factory.py feat(file-storage): add settings, key builder, and backend factory 2026-06-02 16:10:43 +02:00
keys.py feat(file-storage): add settings, key builder, and backend factory 2026-06-02 16:10:43 +02:00
schemas.py feat(file-storage): add storage service and metadata schema 2026-06-02 16:10:44 +02:00
service.py feat(file-storage): add storage service and metadata schema 2026-06-02 16:10:44 +02:00
settings.py refactor(config): centralize configuration management across modules 2026-06-08 13:50:16 -07:00