SurfSense/surfsense_backend/tests/unit/connector_indexers
Anish Sarkar 00934ff462 feat: enhance Google Drive client with improved logging and thread-safe operations
- Added logging to track the start and end of file download and export processes, improving visibility into execution time.
- Implemented per-thread HTTP transport for concurrent downloads and exports, ensuring thread safety.
- Refactored download and export methods to utilize resolved credentials, enhancing functionality.
- Updated unit tests to validate the new threading and logging features, ensuring robust parallel execution.
2026-03-27 19:25:45 +05:30
..
__init__.py feat: implement parallel file downloading and indexing in Google Drive indexer 2026-03-26 23:53:26 +05:30
conftest.py feat: implement parallel file downloading and indexing in Google Drive indexer 2026-03-26 23:53:26 +05:30
test_confluence_parallel.py feat: migrate Confluence and Jira indexers to unified parallel pipeline 2026-03-27 16:02:09 +05:30
test_google_drive_parallel.py feat: enhance Google Drive client with improved logging and thread-safe operations 2026-03-27 19:25:45 +05:30
test_jira_parallel.py feat: migrate Confluence and Jira indexers to unified parallel pipeline 2026-03-27 16:02:09 +05:30
test_linear_parallel.py feat: migrate Linear and Notion indexers to unified parallel pipeline 2026-03-27 11:19:32 +05:30
test_notion_parallel.py feat: migrate Linear and Notion indexers to unified parallel pipeline 2026-03-27 11:19:32 +05:30