SurfSense/surfsense_backend/app/tasks/celery_tasks
Anish Sarkar be5715cfeb feat: add Composio connector types and enhance integration
- Introduced new enum values for Composio connectors: COMPOSIO_GOOGLE_DRIVE_CONNECTOR, COMPOSIO_GMAIL_CONNECTOR, and COMPOSIO_GOOGLE_CALENDAR_CONNECTOR.
- Updated database migration to add these new enum values to the relevant types.
- Refactored Composio integration logic to handle specific connector types, improving the management of connected accounts and indexing processes.
- Enhanced frontend components to support the new Composio connector types, including updated UI elements and connector configuration handling.
- Improved backend services to manage Composio connected accounts more effectively, including deletion and indexing tasks.
2026-01-22 22:33:28 +05:30
..
__init__.py feat: added celery and removed background_tasks for MQ's 2025-10-20 00:30:00 -07:00
blocknote_migration_tasks.py fix: code cleanup 2025-11-30 11:37:50 +05:30
connector_tasks.py feat: add Composio connector types and enhance integration 2026-01-22 22:33:28 +05:30
document_reindex_tasks.py feat: fixed issues of note management 2025-12-17 00:09:43 -08:00
document_tasks.py Reapply "Merge pull request #686 from AnishSarkar22/feat/replace-logs" 2026-01-16 11:32:06 -08:00
podcast_tasks.py feat: refactor new chat agent to support configurable tools and remove deprecated components 2025-12-22 20:17:08 -08:00
schedule_checker_task.py chore: ran backend and frontend linting 2026-01-17 16:30:07 +05:30