SurfSense/surfsense_backend/app
CREDO23 d4e2ebb99f fix(hitl): rollback on KB delete failure, tighten linear tool guards
- delete_linear_issue + delete_notion_page: add db_session.rollback()
  in the KB document deletion exception handler so the session is never
  left in a PendingRollbackError state after a failed commit, which
  would otherwise break all subsequent DB operations in the same request
- delete_linear_issue: include issue identifier (e.g. ENG-42) in the
  success message so the caller can confirm which issue was archived
- update_linear_issue: remove redundant label_ids ternary
  (x if x is not None else None -> x)
- create_linear_issue: add logger.error on empty-title guard for parity
  with the equivalent Notion tool
2026-02-19 16:27:02 +02:00
..
agents fix(hitl): rollback on KB delete failure, tighten linear tool guards 2026-02-19 16:27:02 +02:00
config feat: fixed and improved search and background task management. 2026-02-09 14:03:56 -08:00
connectors fix: register Linear tools in TOOLS_WITH_UI and make GraphQL calls async 2026-02-19 15:53:59 +02:00
prompts Added chat renaming and auto naming by the active LLM 2026-02-03 20:47:18 -05:00
retriever roadmap(1.3): Update citation prompt to use new whole document structure 2025-12-14 22:07:31 -08:00
routes feat: update Celery worker configuration and improve connector deletion process 2026-02-16 00:07:23 -08:00
schemas Merge upstream/dev into feature/human-in-the-loop 2026-02-13 20:17:59 +02:00
services fix(linear): use .astext for JSONB text extraction in _resolve_issue 2026-02-19 15:47:40 +02:00
tasks feat(linear): disable linear tools when no connector, handle in streaming 2026-02-18 18:49:03 +02:00
utils Implement KB sync after Notion page updates with block ID verification 2026-02-17 20:30:12 +02:00
__init__.py feat: SurfSense v0.0.6 init 2025-03-14 18:53:14 -07:00
app.py chore: linting 2026-02-16 23:30:35 -08:00
celery_app.py feat: update Celery worker configuration and improve connector deletion process 2026-02-16 00:07:23 -08:00
db.py chore: ran linting 2026-02-13 02:43:26 +05:30
users.py refactor: update authentication error handling to prevent user enumeration and improve error messages 2026-02-09 12:57:32 +05:30