hjlarry
2725f28fa8
fix(trigger): incorrect behavior when node uninstalled on the canvas
2025-11-12 10:12:49 +08:00
zhsama
36ad784251
feat(workflow-header): add conditional logic to disable publish and refresh actions based on workflow node presence
2025-11-11 20:08:09 +08:00
lyzno1
0a39e5c092
Fix modal query sync for settings & pricing
2025-11-11 19:32:48 +08:00
lyzno1
9169a5e35b
Merge branch 'main' into feat/trigger
2025-11-11 18:05:23 +08:00
Jyong
5208867ccc
fix document enable ( #28081 )
2025-11-11 17:50:45 +08:00
zhsama
bfdcb79e19
feat(card-view): enhance CardView to conditionally render AppCards based on trigger node presence in workflow
2025-11-11 16:54:06 +08:00
zhsama
c37cce000f
refactor: replace TRIGGER_NODE_TYPES with isTriggerNode utility for improved node type checks across workflow components
2025-11-11 16:54:06 +08:00
autofix-ci[bot]
6d3fb9b769
[autofix.ci] apply automated fixes
2025-11-11 08:37:13 +00:00
Harry
c04913ecf8
refactor(tests): remove redundant graph validation tests from WorkflowService unit tests
...
- Deleted tests for graph initialization and error propagation that were deemed unnecessary.
- Cleaned up the test suite to improve maintainability and focus on essential validation scenarios.
2025-11-11 16:35:19 +08:00
lyzno1
3a84a64c32
refactor: unify account setting tab constants and tighten modal types
2025-11-11 16:16:41 +08:00
lyzno1
b344d4add1
Merge remote-tracking branch 'origin/main' into feat/trigger
2025-11-11 16:16:22 +08:00
lyzno1
405a4ec9f8
feat: add URL parameter support for settings modal using action=showSettings
2025-11-11 16:16:06 +08:00
lyzno1
edc7ccc795
chore: add type-check to pre-commit ( #28005 )
2025-11-11 16:14:39 +08:00
Harry
8bb11a588c
fix(tests): fix end node missing ouputs
2025-11-11 16:14:00 +08:00
Harry
44f451bd7d
refactor(api): improve graph validation logic in WorkflowService
...
- Updated the validate_graph_structure method to handle empty graph cases gracefully.
- Introduced a variable for workflow_id to ensure consistent handling of unknown workflow IDs.
- Enhanced code readability and maintainability by refining the method's structure.
2025-11-11 16:14:00 +08:00
zhsama
35d914e755
Merge remote-tracking branch 'origin/feat/trigger' into feat/trigger
2025-11-11 15:22:39 +08:00
zhsama
9c37f8c1cb
feat(trigger): add support for trigger nodes and user input node management in workflow components
2025-11-11 15:21:04 +08:00
lyzno1
9de0e3c3a7
fix: add missing TimePicker type definitions for notClearable, triggerFullWidth, showTimezone and placement
2025-11-11 15:18:14 +08:00
lyzno1
707c94f86e
feat: add URL parameter support for pricing modal using action=showPricing
2025-11-11 15:15:40 +08:00
lyzno1
81afd087f6
feat: add trigger events, workflow execution, and start nodes to billing plan features
...
- Add three new feature items to cloud plan list:
- Trigger Events (varies by plan: 3K for sandbox, 20K/month for pro, unlimited for team)
- Workflow Execution (standard/faster/priority based on plan)
- Start Nodes (limited to 2 for sandbox, unlimited for pro/team)
- Add i18n translations for en-US and zh-Hans
- Position new items below document processing priority and above divider
2025-11-11 15:00:25 +08:00
lyzno1
0f952f328f
feat: add api rate limit and trigger events billing card
2025-11-11 15:00:25 +08:00
autofix-ci[bot]
50619fba0a
[autofix.ci] apply automated fixes
2025-11-11 06:54:03 +00:00
Harry
aad31bb703
feat(api): enhance workflow validation and structure checks
...
- Added a new validation class to ensure that trigger nodes do not coexist with UserInput (start) nodes in the workflow graph.
- Implemented a method in WorkflowService to validate the graph structure before persisting workflows, leveraging the new validation logic.
- Updated unit tests to cover the new validation scenarios and ensure proper error propagation.
2025-11-11 14:52:13 +08:00
hjlarry
7484a020e1
fix(trigger): subscription schema use bool field cause pydantic error
2025-11-11 14:05:11 +08:00
autofix-ci[bot]
186828c13a
[autofix.ci] apply automated fixes
2025-11-11 04:47:22 +00:00
Harry
203fb95391
chore(api): update dependencies and default queue configurations
...
- Updated `revision` in `uv.lock` from 3 to 2.
- Added `croniter` package version 6.0.0 with dependencies in `uv.lock`.
- Updated `dify-api` version to 1.10.0rc1 and added `croniter` as a dependency.
- Modified default queue names in `entrypoint.sh` for both CLOUD and SELF_HOSTED editions to include `priority_dataset`.
2025-11-11 12:45:02 +08:00
Harry
a94e650ffd
Merge remote-tracking branch 'origin/main' into feat/trigger
...
# Conflicts:
# api/docker/entrypoint.sh
# api/uv.lock
# dev/start-worker
# docker/.env.example
# docker/docker-compose.yaml
# web/app/(commonLayout)/app/(appDetailLayout)/[appId]/overview/chart-view.tsx
# web/app/components/base/date-and-time-picker/date-picker/index.tsx
# web/app/components/base/date-and-time-picker/types.ts
2025-11-11 12:42:01 +08:00
Ali Saleh
c9798f6425
fix(api): Trace Hierarchy, Span Status, and Broken Workflow for Arize & Phoenix Integration ( #27937 )
...
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
2025-11-11 11:49:19 +08:00
crazywoola
20ecf7f1d0
chore: remove unused enterprise bot from the readme ( #28073 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-11-11 10:52:27 +08:00
github-actions[bot]
9dcb780fcb
chore: translate i18n files and update type definitions ( #28054 )
...
Co-authored-by: iamjoel <2120155+iamjoel@users.noreply.github.com>
2025-11-11 09:32:53 +08:00
Will
1cb7b09933
chore: Remove trailing space from migration filename ( #28040 )
2025-11-11 09:32:42 +08:00
Joel
2c62a77cf4
Chore: change query log time range ( #28052 )
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-10 18:39:12 +08:00
QuantumGhost
b9bc48d8dd
feat(api): Introduce Broadcast Channel ( #27835 )
...
This PR introduces a `BroadcastChannel` abstraction with broadcasting and at-most once delivery semantics, serving as the communication component between celery worker and API server.
It also includes a reference implementation backed by Redis PubSub.
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-11-10 17:23:21 +08:00
Will
ed234e311b
fix workflow default updated_at ( #28047 )
2025-11-10 18:20:38 +09:00
hjlarry
00fdd06179
fix(trigger): subscription schema config not display field description
2025-11-10 13:43:56 +08:00
huangzhuo1949
9843fec393
fix: elasticsearch_vector version ( #28028 )
...
Co-authored-by: huangzhuo <huangzhuo1@xiaomi.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-11-10 13:17:13 +09:00
lyzno1
62fbc90389
refactor: update free plan rate limit description in pricing modal
2025-11-10 10:48:32 +08:00
Will
aa4cabdeb5
feat: Add Audio Content Support for MCP Tools ( #27979 )
2025-11-10 10:12:11 +08:00
NeatGuyCoding
eea713b668
Fix typo in weaviate comment, improve time test precision, and add security tests for get-icon utility ( #27919 )
...
Signed-off-by: NeatGuyCoding <15627489+NeatGuyCoding@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-11-10 10:11:54 +08:00
hjlarry
f19a21da11
fix prepare userinput logic
2025-11-10 09:59:20 +08:00
dependabot[bot]
fc62538a94
chore(deps): bump scipy-stubs from 1.16.2.3 to 1.16.3.0 in /api ( #28025 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-10 09:54:56 +08:00
Asuka Minato
7994144df7
add onupdate=func.current_timestamp() ( #28014 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-11-10 01:48:52 +09:00
Kenn
e153c483b6
fix: the model list encountered two children with the same key ( #27956 )
...
Co-authored-by: haokai <haokai@shuwen.com>
2025-11-09 21:39:59 +08:00
wangxiaolei
422bb4d4bb
fix: fix https://github.com/langgenius/dify/issues/27939 ( #27985 )
2025-11-09 21:39:05 +08:00
OneZero-Y
87a80d7613
docs: clarify how to obtain workflow_id for version execution ( #28007 )
...
Signed-off-by: OneZero-Y <aukovyps@163.com>
2025-11-09 21:38:06 +08:00
zhsama
7401792063
feat(last-run): add handling for Listening status in run result calculation
2025-11-07 16:39:30 +08:00
kenwoodjw
e91105ca87
fix: bump brotli to 1.2.0 resloved CVE-2025-6176 ( #27950 )
...
Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
2025-11-07 15:57:29 +08:00
zhsama
79e46c8a81
feat(step-run): add resolvedStatus calculation for improved run result handling
2025-11-07 15:19:40 +08:00
zhsama
7658c92cf9
feat(trigger): improve trigger node in useOneStepRun for getting system variables
2025-11-07 13:17:57 +08:00
hj24
37903722fe
refactor: implement tenant self queue for rag tasks ( #27559 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
2025-11-06 21:25:50 +08:00