dify/web/app/components/workflow/nodes
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
..
_base feat(trigger): enhance plugin and trigger integration with updated naming conventions 2025-09-08 23:14:50 +08:00
agent CI: add TS indentation check via esLint (#24810) 2025-09-01 15:31:59 +08:00
answer lint: fix issue of no-unused-vars (#23375) 2025-08-05 11:12:30 +08:00
assigner Merge branch 'main' into feat/trigger 2025-09-01 18:05:31 +08:00
code feat: fix i18n missing keys and merge upstream/main (#24615) 2025-08-27 15:07:28 +08:00
document-extractor Chore/variable label (#23270) 2025-08-01 15:43:36 +08:00
end lint: fix issue of no-unused-vars (#23375) 2025-08-05 11:12:30 +08:00
http CI: add TS indentation check via esLint (#24810) 2025-09-01 15:31:59 +08:00
if-else feat: fix i18n missing keys and merge upstream/main (#24615) 2025-08-27 15:07:28 +08:00
iteration feat: fix i18n missing keys and merge upstream/main (#24615) 2025-08-27 15:07:28 +08:00
iteration-start Feat: workflow dark mode (#17785) 2025-04-10 17:15:48 +08:00
knowledge-retrieval CI: add TS indentation check via esLint (#24810) 2025-09-01 15:31:59 +08:00
list-operator feat: fix i18n missing keys and merge upstream/main (#24615) 2025-08-27 15:07:28 +08:00
llm CI: add TS indentation check via esLint (#24810) 2025-09-01 15:31:59 +08:00
loop feat: fix i18n missing keys and merge upstream/main (#24615) 2025-08-27 15:07:28 +08:00
loop-end Feat/loop break node (#17268) 2025-04-01 16:52:07 +08:00
loop-start Feat: workflow dark mode (#17785) 2025-04-10 17:15:48 +08:00
parameter-extractor feat(trigger): enhance plugin and trigger integration with updated naming conventions 2025-09-08 23:14:50 +08:00
question-classifier CI: add TS indentation check via esLint (#24810) 2025-09-01 15:31:59 +08:00
start feat: fix i18n missing keys and merge upstream/main (#24615) 2025-08-27 15:07:28 +08:00
template-transform feat: fix i18n missing keys and merge upstream/main (#24615) 2025-08-27 15:07:28 +08:00
tool feat(trigger): enhance plugin and trigger integration with updated naming conventions 2025-09-08 23:14:50 +08:00
trigger-plugin feat(trigger): enhance plugin and trigger integration with updated naming conventions 2025-09-08 23:14:50 +08:00
trigger-schedule fix: missing key for translation path (#25059) 2025-09-03 14:43:40 +08:00
trigger-webhook feat: implement trigger plugin authentication UI (#25310) 2025-09-07 21:53:22 +08:00
variable-assigner feat: fix i18n missing keys and merge upstream/main (#24615) 2025-08-27 15:07:28 +08:00
constants.ts feat: comprehensive trigger node system with Schedule Trigger implementation (#24039) 2025-08-18 09:23:16 +08:00
index.tsx Fix/workflow use nodes hooks (#21822) 2025-07-02 17:48:23 +08:00
utils.ts fix: element of Array[string] and Array[number] and size attribution (#23074) 2025-07-30 15:21:50 +08:00