SurfSense/surfsense_backend/tests/unit/automations
DESKTOP-RTLN3BA\$punk 9d1a01eb0c refactor(automations): streamline model eligibility handling in automation creation
- Removed the eligibility gate for model selection in the automation creation process, allowing users to choose models directly in the builder.
- Updated the `AutomationBuilderForm` to incorporate model selection logic, ensuring that selected models are validated and preserved during automation creation and editing.
- Simplified the `AutomationsContent` and `AutomationNewContent` components by eliminating unnecessary eligibility checks and alerts.
- Enhanced the user experience by integrating model selection directly into the automation approval process, ensuring that only billable models are used.
- Refactored related tests to cover new model selection behavior and ensure proper validation of user-selected models.
2026-05-29 20:27:40 -07:00
..
actions feat(automations): implement model eligibility checks for automation creation 2026-05-29 03:13:46 -07:00
dispatch test(automations/dispatch): lock _validate_inputs + DispatchError 2026-05-28 19:03:00 +02:00
runtime feat(automations): implement model eligibility checks for automation creation 2026-05-29 03:13:46 -07:00
schemas feat(automations): implement model eligibility checks for automation creation 2026-05-29 03:13:46 -07:00
services refactor(automations): streamline model eligibility handling in automation creation 2026-05-29 20:27:40 -07:00
templating chore: linting 2026-05-28 19:21:29 -07:00
triggers chore: linting 2026-05-28 19:21:29 -07:00
__init__.py test(automations): cross-cutting registries, enums, side-effects + shared fixtures 2026-05-28 19:03:55 +02:00
conftest.py test(automations): cross-cutting registries, enums, side-effects + shared fixtures 2026-05-28 19:03:55 +02:00
test_definition_types.py chore: linting 2026-05-28 19:21:29 -07:00
test_import_registrations.py test(automations): cross-cutting registries, enums, side-effects + shared fixtures 2026-05-28 19:03:55 +02:00
test_persistence_enums.py test(automations): cross-cutting registries, enums, side-effects + shared fixtures 2026-05-28 19:03:55 +02:00
test_stores.py chore: linting 2026-05-28 19:21:29 -07:00