mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 01:06:23 +02:00
- 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 |
||
|---|---|---|
| .. | ||
| linear | ||
| notion | ||
| __init__.py | ||
| display_image.py | ||
| generate_image.py | ||
| knowledge_base.py | ||
| link_preview.py | ||
| mcp_client.py | ||
| mcp_tool.py | ||
| podcast.py | ||
| registry.py | ||
| report.py | ||
| scrape_webpage.py | ||
| search_surfsense_docs.py | ||
| shared_memory.py | ||
| user_memory.py | ||