dify/api/controllers/console/workspace
Harry b283a2b3d9 feat(trigger): add API endpoint to retrieve trigger plugin icons and enhance workflow response handling
- Introduced `TriggerProviderIconApi` to fetch icons for trigger plugins based on tenant and provider ID.
- Updated `WorkflowResponseConverter` to include trigger plugin icons in the response.
- Implemented `get_trigger_plugin_icon` method in `TriggerManager` for icon retrieval logic.
- Adjusted `Node` class to correctly set provider information for trigger plugins.
- Modified TypeScript types to accommodate new provider ID field in workflow nodes.
2025-10-13 16:50:32 +08:00
..
__init__.py add more typing (#24949) 2025-09-08 10:40:00 +08:00
account.py feat: Refactor api.add_resource to @console_ns.route decorator (#26386) 2025-10-10 16:23:39 +08:00
agent_providers.py refactor: use libs.login current_user in console controllers (#26745) 2025-10-13 10:33:33 +08:00
endpoint.py refactor: use libs.login current_user in console controllers (#26745) 2025-10-13 10:33:33 +08:00
error.py fix: drop dead code phase2 unused class (#22042) 2025-07-17 09:33:07 +08:00
load_balancing_config.py feat: Refactor api.add_resource to @console_ns.route decorator (#26386) 2025-10-10 16:23:39 +08:00
members.py refactor: use libs.login current_user in console controllers (#26745) 2025-10-13 10:33:33 +08:00
model_providers.py feat: Refactor api.add_resource to @console_ns.route decorator (#26386) 2025-10-10 16:23:39 +08:00
models.py feat: Refactor api.add_resource to @console_ns.route decorator (#26386) 2025-10-10 16:23:39 +08:00
plugin.py Merge remote-tracking branch 'origin/main' into feat/trigger 2025-10-10 19:43:23 +08:00
tool_providers.py Merge remote-tracking branch 'origin/main' into feat/trigger 2025-10-10 19:43:23 +08:00
trigger_providers.py feat(trigger): add API endpoint to retrieve trigger plugin icons and enhance workflow response handling 2025-10-13 16:50:32 +08:00
workspace.py refactor: use libs.login current_user in console controllers (#26745) 2025-10-13 10:33:33 +08:00