lyzno1
e18ecead2c
fix: hide All tools when searching
2025-10-22 15:07:46 +08:00
lyzno1
36a26adab2
fix: install from marketplace
2025-10-22 14:59:49 +08:00
lyzno1
50bbac5973
Add double-arrow icon swap on featured tools “Show more” hover
2025-10-22 14:47:19 +08:00
lyzno1
45b221659b
Tighten featured tools header arrow and add “All tools” section divider
2025-10-22 14:41:18 +08:00
lyzno1
16957f14f1
fix: featured icons
2025-10-22 14:33:00 +08:00
lyzno1
0d7dde0639
Align featured tool hover layout and widen action dropdown
2025-10-22 14:19:22 +08:00
lyzno1
94ea289c75
fix: suggestions tools list
2025-10-22 12:46:22 +08:00
lyzno1
77e9bae3ff
feat(workflow): polish featured tools recommendations
2025-10-22 12:46:21 +08:00
lyzno1
5cb268e99b
feat: suggestions ui
2025-10-22 12:46:21 +08:00
lyzno1
f179b03d6e
fix: constrain rag pipeline datasource selector width
2025-10-22 12:46:21 +08:00
lyzno1
28fe58f3dd
feat: try to add tools suggestions
2025-10-22 12:46:21 +08:00
Yeuoly
f02d575379
Merge branch 'main' into feat/trigger
2025-10-21 11:09:26 +08:00
yessenia
735ebf6c59
fix(trigger): oauth client params
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/amd64, build-api-amd64) (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/arm64, build-api-arm64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/amd64, build-web-amd64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/arm64, build-web-arm64) (push) Waiting to run
Build and Push API & Web / create-manifest (api, DIFY_API_IMAGE_NAME, merge-api-images) (push) Blocked by required conditions
Build and Push API & Web / create-manifest (web, DIFY_WEB_IMAGE_NAME, merge-web-images) (push) Blocked by required conditions
2025-10-21 09:27:10 +08:00
yessenia
801f8c1592
fix(trigger): oauth client default values
2025-10-20 18:21:38 +08:00
GuanMu
8c298b33cd
Fix frontend type error ( #27116 )
2025-10-20 11:27:18 +08:00
GuanMu
cf7ff76165
fix(web): resolve TypeScript type errors in workflow components ( #27086 )
2025-10-18 23:09:00 +08:00
lyzno1
6ae76d108b
feat: add cursor pointer to macketplace actions
2025-10-17 21:31:40 +08:00
lyzno1
9cc3cfb63e
fix: hide footer from all start block when search not found
2025-10-17 21:28:57 +08:00
lyzno1
58e4c0793a
feat: align tool selector empty state with start blocks
2025-10-17 21:25:28 +08:00
yessenia
21e3ef91eb
fix(trigger): show event detail
2025-10-17 18:23:04 +08:00
lyzno1
95e46806a4
fix: marketplace item install hover
2025-10-16 18:01:00 +08:00
lyzno1
c9c3d03878
fix: keep start tab search results restorable
2025-10-16 17:56:32 +08:00
lyzno1
b28ec4be6e
fix: start block ui
2025-10-16 17:48:24 +08:00
lyzno1
29d7023fae
- Update all-tools.tsx so provider search results keep only relevant items: full list retained when the provider matches; otherwise the provider is cloned with just matching tools.
...
- Mirror the same filtering strategy for Start-tab trigger plugins in trigger-plugin/list.tsx, ensuring only matching events render when searching.
2025-10-16 17:46:44 +08:00
lyzno1
22f6c23780
refactor: remove empty search placeholder from tool selector
2025-10-16 17:39:35 +08:00
yessenia
b04f92715c
feat(trigger): plugin category type
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/amd64, build-api-amd64) (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/arm64, build-api-arm64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/amd64, build-web-amd64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/arm64, build-web-arm64) (push) Waiting to run
Build and Push API & Web / create-manifest (api, DIFY_API_IMAGE_NAME, merge-api-images) (push) Blocked by required conditions
Build and Push API & Web / create-manifest (web, DIFY_WEB_IMAGE_NAME, merge-web-images) (push) Blocked by required conditions
2025-10-16 15:30:04 +08:00
lyzno1
34b7e5cbca
fix: enable scrolling in start selector tab
2025-10-15 19:09:23 +08:00
zhsama
d71200ee32
feat: enhance block selector and change block components with flow type handling
2025-10-14 16:42:21 +08:00
zhsama
0fa4b77ff8
feat(style): adjust minimum and maximum width for block-selector and data source components
2025-10-14 15:23:28 +08:00
Harry
90fc06a494
refactor(trigger): update TriggerApiEntity description type to TypeWithI18N
...
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/amd64, build-api-amd64) (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/arm64, build-api-arm64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/amd64, build-web-amd64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/arm64, build-web-arm64) (push) Waiting to run
Build and Push API & Web / create-manifest (api, DIFY_API_IMAGE_NAME, merge-api-images) (push) Blocked by required conditions
Build and Push API & Web / create-manifest (web, DIFY_WEB_IMAGE_NAME, merge-web-images) (push) Blocked by required conditions
- Changed the description field type in `TriggerApiEntity` from `TriggerDescription` to `TypeWithI18N` for improved internationalization support.
- Adjusted the usage of the description field in the `convertToTriggerWithProvider` function to align with the new type definition.
2025-10-13 22:24:12 +08:00
lyzno1
d709f20e1f
fix(workflow): update community feedback link to plugin request template
2025-10-13 17:28:40 +08:00
lyzno1
f3b415c095
Merge remote-tracking branch 'origin/main' into feat/trigger
2025-10-13 13:21:51 +08:00
Wu Tianwei
f0a60a9000
feat: enhance DataSources component with marketplace plugin integration and search filtering ( #26810 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-13 10:43:51 +08:00
zhsama
ac2616545b
fix(trigger): update provider_id field in TriggerPluginActionItem component
2025-10-11 17:10:29 +08:00
zhsama
c9e7922a14
refactor(trigger): update trigger-related types and field names / values
2025-10-11 17:06:43 +08:00
yessenia
622d12137a
feat: change subscription field in workflow
2025-10-10 20:58:56 +08:00
lyzno1
85f1cf1d90
Merge branch 'main' into feat/trigger
2025-10-10 15:16:00 +08:00
Harry
b8ca480b07
refactor(trigger): update variable names for clarity and consistency
...
- Renamed variables related to triggers to use 'trigger' terminology consistently across the codebase.
- Adjusted filtering logic in `TriggerPluginList` to reference 'events' instead of 'triggers' for improved clarity.
- Updated the `getTriggerIcon` function to reflect the new naming conventions and ensure proper icon rendering.
2025-10-09 12:23:48 +08:00
Asuka Minato
a8746bff30
fix oxlint warnings ( #26634 )
2025-10-09 09:23:34 +08:00
Harry
91318d3d04
refactor(trigger): rename trigger references to event for consistency
...
- Updated variable names and types from 'trigger' to 'event' across multiple files to enhance clarity and maintain consistency in the codebase.
- Adjusted related data structures and API responses to reflect the new naming convention.
- Improved type annotations and error handling in the workflow trigger run API and associated services.
2025-10-09 03:12:35 +08:00
lyzno1
9114881623
fix: update frontend trigger field mapping from triggers to events
...
- Update TriggerProviderApiEntity type to use events field (aligned with backend commit 32f4d1af8 )
- Update conversion function in use-triggers.ts to map provider.events to TriggerWithProvider.triggers
- Fix trigger-events-list.tsx to use providerInfo.events (TriggerProviderApiEntity type)
- Fix parameters-form.tsx to use provider.triggers (TriggerWithProvider type)
2025-10-01 09:53:45 +08:00
zxhlyh
8106df1d7d
fix: types
2025-09-29 20:53:50 +08:00
zhsama
b100ce15cd
refactor: update import paths and remove unused props in block selector components
2025-09-28 15:21:44 +08:00
lyzno1
4d49db0ff9
Unify SearchBox styles with Input component and add autoFocus
2025-09-28 14:33:27 +08:00
lyzno1
1aafe915e4
fix: trigger tooltip descriptions and filter trigger types from Nodes tab
...
- Fix trigger tooltip descriptions to use workflow.blocksAbout translations
- Filter TriggerWebhook/TriggerSchedule/TriggerPlugin from Blocks component
- Ensure trigger types only appear in Start tab, not Nodes tab
2025-09-26 20:28:59 +08:00
lyzno1
6d4d25ee6f
feat(workflow): Restore block selector functionality
...
- Restore BLOCKS constant array and useBlocks hook
- Add intelligent fallback mechanism for blocks prop
- Fix metadata access in StartBlocks tooltip
- Restore defaultActiveTab support in NodeSelector
- Improve component robustness with graceful degradation
- Fix TypeScript errors and component interfaces
Phase 1-3 of atomic refactoring complete:
- Critical fixes: Constants, hooks, components
- Interface fixes: Props, tabs, modal integration
- Architecture improvements: Metadata, wrappers
2025-09-26 20:05:59 +08:00
yessenia
cd07eef639
Merge remote-tracking branch 'origin/main' into feat/trigger
2025-09-25 17:14:24 +08:00
-LAN-
85cda47c70
feat: knowledge pipeline ( #25360 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: twwu <twwu@dify.ai>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: jyong <718720800@qq.com>
Co-authored-by: Wu Tianwei <30284043+WTW0313@users.noreply.github.com>
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
Co-authored-by: lyzno1 <yuanyouhuilyz@gmail.com>
Co-authored-by: quicksand <quicksandzn@gmail.com>
Co-authored-by: Jyong <76649700+JohnJyong@users.noreply.github.com>
Co-authored-by: lyzno1 <92089059+lyzno1@users.noreply.github.com>
Co-authored-by: zxhlyh <jasonapring2015@outlook.com>
Co-authored-by: Yongtao Huang <yongtaoh2022@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: nite-knite <nkCoding@gmail.com>
Co-authored-by: Hanqing Zhao <sherry9277@gmail.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Harry <xh001x@hotmail.com>
2025-09-18 12:49:10 +08:00
yessenia
814b0e1fe8
feat: oauth config init
2025-09-18 00:00:50 +08:00
Harry
0cb0cea167
feat(trigger): enhance trigger plugin data structure and error handling
...
- Added `plugin_unique_identifier` to `PluginTriggerData` and `TriggerProviderApiEntity` to improve identification of trigger plugins.
- Introduced `PluginTriggerDispatchData` for structured dispatch data in Celery tasks, enhancing the clarity of trigger dispatching.
- Updated `dispatch_triggered_workflows_async` to utilize the new dispatch data structure, improving error handling and logging for trigger invocations.
- Enhanced metadata handling in `TriggerPluginNode` to include trigger information, aiding in debugging and tracking.
These changes improve the robustness and maintainability of trigger plugin interactions within the workflow system.
2025-09-16 15:39:40 +08:00