SurfSense/surfsense_backend/app/automations
CREDO23 d948b769ba refactor(db): rename search_space to workspace in satellite ORM models (Phase 2 Wave B)
Flip search_space_id -> workspace_id and the workspace relationship/back_populates
in the automations, file_storage, notifications, and podcasts persistence models,
and drop the Phase 1 Column("workspace_id", ...) shim. Full SQLAlchemy mapper
configuration now passes (db.py + satellites consistent).
2026-06-26 18:20:28 +02:00
..
actions agent: retire eager KB priority/planner path and its dead flags 2026-06-25 18:37:14 +02:00
api feat(automations): implement model eligibility checks for automation creation 2026-05-29 03:13:46 -07:00
dispatch refactor(automations): move agent_task to builtin and restructure dispatch 2026-05-29 18:13:09 +02:00
persistence refactor(db): rename search_space to workspace in satellite ORM models (Phase 2 Wave B) 2026-06-26 18:20:28 +02:00
runtime feat(automations): add model connection policy support 2026-06-10 21:48:53 +05:30
schemas feat(automations): add model connection policy support 2026-06-10 21:48:53 +05:30
services chore: fix linting 2026-06-25 04:31:22 +05:30
tasks refactor(automations): move schedule trigger into builtin package 2026-05-29 17:49:05 +02:00
templating feat(automations): static_inputs on triggers + vertical-slice api/services 2026-05-27 21:21:43 +02:00
triggers refactor: anonymous/free chat experience 2026-05-31 15:58:21 -07:00
__init__.py chore(automation): trim docstrings to intent only 2026-05-26 23:01:22 +02:00