dify/api/services/tools
QuantumGhost 91667e3c1d
feat(api): Implement EventManager error logging and add coverage (#29204)
- Ensure `EventManager._notify_layers` logs exceptions instead of silently swallowing them 
  so GraphEngine layer failures surface for debugging
- Introduce unit tests to assert the logger captures the runtime error when collecting events
- Enable the `S110` lint rule to catch `try-except-pass` patterns
- Add proper error logging for existing `try-except-pass` blocks.
2025-12-08 09:40:40 +08:00
..
api_tools_manage_service.py feat: introduce trigger functionality (#27644) 2025-11-12 17:59:37 +08:00
builtin_tools_manage_service.py feat: introduce trigger functionality (#27644) 2025-11-12 17:59:37 +08:00
mcp_tools_manage_service.py feat: implement RFC-compliant OAuth discovery with dynamic scope selection for MCP providers (#28294) 2025-11-20 11:18:16 +08:00
tool_labels_service.py chore(api/services): apply ruff reformatting (#7599) 2024-08-26 13:43:57 +08:00
tools_manage_service.py chore: add ast-grep rule to convert Optional[T] to T | None (#25560) 2025-09-15 13:06:33 +08:00
tools_transform_service.py Feat: Add "Open Workflow" link in workflow side panel (#28898) 2025-11-29 18:47:12 +08:00
workflow_tools_manage_service.py feat(api): Implement EventManager error logging and add coverage (#29204) 2025-12-08 09:40:40 +08:00