SurfSense/surfsense_backend/app/connectors/google_drive
CREDO23 7fb0707933 refactor(backend): rename search_space -> workspace across app bulk (Phase 2 Wave D)
Scoped codemod over surfsense_backend/app (excluding routes/, Wave E): renames
search_space_id -> workspace_id, search_space -> workspace, SearchSpace -> Workspace
across services, utils, tasks, agents, gateway, event_bus, notifications, podcasts,
automations, observability params, and prompt .md files. Also flips the camelCase
payload key searchSpaceId -> workspaceId (no backend reader; hard cutover).

Preserved carve-outs (verbatim): Celery task names "delete_search_space_background"
and "ai_sort_search_space" (wire names), and the OTel/metric key "search_space.id"
(dashboards depend on it). Enum values 'SEARCH_SPACE' and SearchSourceConnector
untouched.
2026-06-26 18:30:47 +02:00
..
__init__.py feat: enhance Google connectors indexing with content extraction and document migration 2026-03-25 18:33:44 +05:30
change_tracker.py feat: made agent file sytem optimized 2026-03-28 16:39:46 -07:00
client.py feat: made agent file sytem optimized 2026-03-28 16:39:46 -07:00
content_extractor.py refactor(backend): rename search_space -> workspace across app bulk (Phase 2 Wave D) 2026-06-26 18:30:47 +02:00
credentials.py feat: merge new credentials with existing connector configurations to preserve user settings 2026-02-02 19:03:05 +05:30
file_types.py refactor: enhance file skipping logic across Dropbox, Google Drive, and OneDrive connectors to return unsupported extensions, improving error reporting and maintainability 2026-04-07 03:16:34 +05:30
folder_manager.py feat: enhance Google Drive file metadata handling 2026-01-17 16:24:53 +05:30