SurfSense/surfsense_backend/tests/unit/connector_indexers
Anish Sarkar d2a4b238d7 feat: enhance Google Drive client with thread-safe download and export methods
- Implemented per-thread HTTP transport for concurrent downloads to ensure thread safety.
- Refactored `download_file` and `download_file_to_disk` methods to utilize blocking calls on separate threads, improving performance during file operations.
- Added logging to track the start and end of download and export processes, providing better visibility into execution time.
- Updated unit tests to verify parallel execution of download and export operations, ensuring efficiency in handling multiple requests.
2026-03-27 19:25:03 +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 thread-safe download and export methods 2026-03-27 19:25:03 +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