dify/api/controllers
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
..
common feat: implement file extension blacklist for upload security (#27540) 2025-11-04 15:45:22 +08:00
console refactor: port reqparse to Pydantic model (#28949) 2025-12-05 13:05:53 +09:00
files refactor: port reqparse to Pydantic model (#28949) 2025-12-05 13:05:53 +09:00
inner_api fluent api (#27093) 2025-10-19 12:54:41 +09:00
mcp fix: eagerly load EndUser attributes to prevent DetachedInstanceError (#27162) 2025-10-21 17:12:17 +08:00
service_api feat(api): Implement EventManager error logging and add coverage (#29204) 2025-12-08 09:40:40 +08:00
trigger chore: enhance the hint when the user triggers an invalid webhook request (#28671) 2025-11-26 14:00:16 +08:00
web fix: ensure advanced-chat workflows stop correctly (#27803) 2025-11-25 20:09:03 +08:00
__init__.py chore(api/controllers): Apply Ruff Formatter. (#7645) 2024-08-26 15:29:10 +08:00