dify/api/core/plugin/entities
Harry 32f4d1af8b Refactor: Rename triggers to events in trigger-related entities and services
- Updated class and variable names from 'triggers' to 'events' across multiple files to improve clarity and consistency.
- Adjusted related data structures and methods to reflect the new naming convention, including changes in API entities, service methods, and trigger management logic.
- Ensured all references to triggers are replaced with events to align with the updated terminology.
2025-09-30 20:18:33 +08:00
..
base.py Introduce Plugins (#13836) 2025-02-17 17:05:13 +08:00
bundle.py Introduce Plugins (#13836) 2025-02-17 17:05:13 +08:00
endpoint.py chore: add ast-grep rule to convert Optional[T] to T | None (#25560) 2025-09-15 13:06:33 +08:00
marketplace.py chore: add ast-grep rule to convert Optional[T] to T | None (#25560) 2025-09-15 13:06:33 +08:00
oauth.py feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
parameters.py feat(api): add CHECKBOX parameter type to plugin and tool entities 2025-09-29 18:28:10 +08:00
plugin.py refactor(api): refactor all 2025-09-25 18:22:30 +08:00
plugin_daemon.py Merge remote-tracking branch 'origin/main' into feat/trigger 2025-09-25 17:14:24 +08:00
request.py Refactor: Rename triggers to events in trigger-related entities and services 2025-09-30 20:18:33 +08:00