SurfSense/surfsense_backend/tests/unit/event_bus
DESKTOP-RTLN3BA\$punk 0f2e3c7655 refactor: anonymous/free chat experience
- Enhanced lambda function formatting in `_after_commit` for better clarity.
- Simplified generator expression in `_match_condition` for improved readability.
- Streamlined function signature in `_eligible` for consistency.
- Updated imports and refactored anonymous chat routes to use a new agent creation method.
- Added a new function `_load_anon_document` to handle document loading from Redis.
- Improved UI components by replacing legacy structures with modern alternatives, including alerts and separators.
- Refactored quota-related components to utilize new alert structures for better user feedback.
- Cleaned up unused variables and optimized component states for performance.
2026-05-31 15:58:21 -07:00
..
__init__.py feat(event_bus): add in-process domain event bus 2026-05-29 15:26:12 +02:00
conftest.py feat(event_bus): add EventCatalog class with register/get/all methods 2026-05-29 22:15:09 +02:00
test_bus.py feat(event_bus): add in-process domain event bus 2026-05-29 15:26:12 +02:00
test_catalog.py refactor: anonymous/free chat experience 2026-05-31 15:58:21 -07:00
test_document_entered_folder.py feat(event_bus): add document.entered_folder event type and payload schema 2026-05-29 22:15:15 +02:00
test_entered_folder_predicate.py feat(event_bus): add payload_if_entered_folder predicate with unit tests 2026-05-29 22:15:21 +02:00
test_event.py feat(event_bus): add in-process domain event bus 2026-05-29 15:26:12 +02:00