dify/api/controllers
Harry d53399e546 refactor(trigger): rename trigger-related fields and methods for consistency
- Updated the naming convention from 'trigger_name' to 'event_name' across various models and services to align with the new event-driven architecture.
- Refactored methods in PluginTriggerManager and PluginTriggerProviderController to use 'invoke_trigger_event' instead of 'invoke_trigger'.
- Adjusted database migration scripts to reflect changes in the schema, including the addition of 'event_name' and 'subscription_id' fields in the workflow_plugin_triggers table.
- Removed deprecated trigger-related methods in WorkflowPluginTriggerService to streamline the codebase.
2025-10-11 12:26:08 +08:00
..
common feat: fix i18n missing keys and merge upstream/main (#24615) 2025-08-27 15:07:28 +08:00
console refactor(trigger): rename trigger-related fields and methods for consistency 2025-10-11 12:26:08 +08:00
files feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
inner_api use model_validate (#26182) 2025-10-10 17:30:13 +09:00
mcp Merge remote-tracking branch 'origin/main' into feat/trigger 2025-09-25 17:14:24 +08:00
service_api use model_validate (#26182) 2025-10-10 17:30:13 +09:00
trigger refactor(trigger): unify debug event handling and improve polling mechanism 2025-10-08 17:31:16 +08:00
web Fix/token exp when exchange main (#26708) 2025-10-10 01:24:36 -07:00
__init__.py chore(api/controllers): Apply Ruff Formatter. (#7645) 2024-08-26 15:29:10 +08:00