dify/api/core/trigger
Harry 42f75b6602 feat(trigger): enhance trigger subscription handling with credential support
- Added `credentials` and `credential_type` parameters to various methods in `PluginTriggerManager`, `PluginTriggerProviderController`, and `TriggerManager` to support improved credential management for trigger subscriptions.
- Updated the `Subscription` model to include `parameters` for better subscription data handling.
- Refactored related services to accommodate the new credential handling, ensuring consistency across the trigger workflow.
2025-10-11 21:12:27 +08:00
..
entities feat(trigger): enhance trigger subscription handling with credential support 2025-10-11 21:12:27 +08:00
utils fix(trigger): clean up whitespace in encryption utility and trigger provider service 2025-09-05 15:56:13 +08:00
__init__.py feat(trigger): add trigger provider management and webhook handling functionality 2025-09-03 14:53:26 +08:00
errors.py Merge remote-tracking branch 'origin/main' into feat/trigger 2025-09-25 17:14:24 +08:00
provider.py feat(trigger): enhance trigger subscription handling with credential support 2025-10-11 21:12:27 +08:00
trigger_manager.py feat(trigger): enhance trigger subscription handling with credential support 2025-10-11 21:12:27 +08:00