SurfSense/surfsense_backend/tests/integration/google_unification
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
..
__init__.py feat: add integration and unit tests for Google unification connectors 2026-03-19 17:51:15 +05:30
conftest.py refactor(db): rename searchspaces table to workspaces 2026-06-26 13:27:16 +02:00
test_calendar_indexer_credentials.py test: update Stripe and Google Calendar integration tests to use ComposioService 2026-05-16 21:13:17 +05:30
test_drive_indexer_credentials.py chore: ran linting 2026-05-09 05:28:09 +05:30
test_gmail_indexer_credentials.py test: refactor Gmail indexer tests to utilize ComposioService and hybrid chunking 2026-05-16 21:26:40 +05:30
test_hybrid_search_type_filtering.py chore: ran linting 2026-03-21 13:21:19 +05:30
test_search_includes_legacy_docs.py chore: ran linting 2026-03-22 00:43:53 +05:30