SurfSense/surfsense_backend/tests/unit/connector_indexers
Anish Sarkar ce40da80ea feat: implement page limit estimation and enforcement in file based connector indexers
- Added a static method `estimate_pages_from_metadata` to `PageLimitService` for estimating page counts based on file metadata.
- Integrated page limit checks in Google Drive, Dropbox, and OneDrive indexers to prevent exceeding user quotas during file indexing.
- Updated relevant indexing methods to utilize the new page estimation logic and enforce limits accordingly.
- Enhanced tests for page limit functionality, ensuring accurate estimation and enforcement across different file types.
2026-04-04 02:51:28 +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: made agent file sytem optimized 2026-03-28 16:39:46 -07:00
test_dropbox_parallel.py feat: add integration and unit tests for Dropbox indexing pipeline and parallel downloads 2026-03-30 22:19:15 +05:30
test_google_drive_parallel.py feat: implement page limit estimation and enforcement in file based connector indexers 2026-04-04 02:51:28 +05:30
test_jira_parallel.py feat: made agent file sytem optimized 2026-03-28 16:39:46 -07:00
test_linear_parallel.py feat: made agent file sytem optimized 2026-03-28 16:39:46 -07:00
test_notion_parallel.py feat: made agent file sytem optimized 2026-03-28 16:39:46 -07:00
test_onedrive_parallel.py chore: ran linting 2026-03-30 01:50:41 +05:30
test_page_limits.py feat: implement page limit estimation and enforcement in file based connector indexers 2026-04-04 02:51:28 +05:30