dify/api/services/plugin
Harry 2a3ce6baa9 feat(trigger): enhance plugin and trigger integration with updated naming conventions
- Refactored `PluginFetchDynamicSelectOptionsApi` to replace the `extra` argument with `credential_id`, improving clarity in dynamic option fetching.
- Updated `ProviderConfigEncrypter` to rename `mask_tool_credentials` to `mask_credentials` for consistency, and added a new method to maintain backward compatibility.
- Enhanced `PluginParameterService` to utilize `credential_id` for fetching subscriptions, improving the handling of trigger credentials.
- Adjusted various components and types in the frontend to replace `tool_name` with `trigger_name`, ensuring consistency across the application.
- Introduced `multiple` property in `TriggerParameter` to support multi-select functionality.

These changes improve the integration of triggers and plugins, enhance code clarity, and align naming conventions across the codebase.
2025-09-08 23:14:50 +08:00
..
__init__.py Introduce Plugins (#13836) 2025-02-17 17:05:13 +08:00
data_migration.py replace db with sa to get typing support (#23240) 2025-08-02 23:54:23 +08:00
dependencies_analysis.py refactor: rename plugin manager to plugin client and rename path from manager to impl (#18876) 2025-04-27 14:22:25 +08:00
endpoint_service.py refactor: rename plugin manager to plugin client and rename path from manager to impl (#18876) 2025-04-27 14:22:25 +08:00
github_service.py Introduce Plugins (#13836) 2025-02-17 17:05:13 +08:00
oauth_service.py feat(trigger): enhance subscription builder management and update API 2025-09-08 15:09:47 +08:00
plugin_auto_upgrade_service.py Update ast-grep pattern for session.query (#24828) 2025-08-31 17:03:51 +08:00
plugin_migration.py replace db with sa to get typing support (#23240) 2025-08-02 23:54:23 +08:00
plugin_parameter_service.py feat(trigger): enhance plugin and trigger integration with updated naming conventions 2025-09-08 23:14:50 +08:00
plugin_permission_service.py orm filter -> where (#22801) 2025-07-24 00:57:45 +08:00
plugin_service.py chore: (trigger) refactor webhook service (#25229) 2025-09-05 14:00:20 +08:00