twwu
274e7f4f09
refactor(workflow): streamline node metadata structure and enhance filtering logic
2025-09-11 16:02:06 +08:00
Nite Knite
07d067d828
chore: support Zendesk widget ( #25517 )
2025-09-11 13:17:50 +08:00
QuantumGhost
9458ebe320
fix: Add waiting state to document embedding process ( #25478 )
2025-09-11 11:00:47 +08:00
WTW0313
b146f5d3fa
refactor(i18n): clean up code structure and improve readability
2025-09-11 10:53:40 +08:00
twwu
f925cb5191
fix: Fix typo in embedding process variable name
2025-09-10 16:05:44 +08:00
twwu
4559d19d46
fix: Add waiting state to document embedding process
2025-09-10 15:59:13 +08:00
Wu Tianwei
b690ac4e2a
fix: Remove sticky positioning from workflow component fields ( #25470 )
2025-09-10 15:17:49 +08:00
lyzno1
ce4be13b2c
chore: update test file
2025-09-10 14:36:06 +08:00
lyzno1
c68d0231de
Merge branch 'feat/rag-2' into fix/dataset-sidebar
2025-09-10 14:12:13 +08:00
lyzno1
2b91fba3e9
refactor(sidebar): extract duplicated icon wrapper logic
2025-09-10 14:11:47 +08:00
lyzno1
df420e37d9
fix(sidebar): eliminate nav link icon jumping and text squashing
...
- Unified layout structure using consistent pl-3 pr-1 padding
- Icon micro-adjustment with -ml-1 for better centering in collapsed state
- Text animation uses max-width instead of width to prevent squashing effect
- Maintains smooth transitions without layout jumping
2025-09-10 13:37:02 +08:00
twwu
bc061016b6
refactor: Extract getDatasetLink function into separate callback
2025-09-10 11:11:27 +08:00
twwu
92a91d790f
refactor: Rename createRouter to createRoute
2025-09-10 11:06:07 +08:00
twwu
9ae6978a77
refactor: Simplify dataset navigation and avatar display logic
2025-09-10 11:00:49 +08:00
twwu
9fdaa14c8d
fix: Handle missing dataset avatars and improve routing
2025-09-10 10:51:48 +08:00
17hz
928bef9d82
fix: imporve the condition for stopping the think timer. ( #25365 )
2025-09-10 08:45:00 +08:00
lyzno1
f4ecc293f9
fix(dataset-sidebar): eliminate icon flickering during expand/collapse
...
- Unified layout structure for both expand/collapse states
- Single AppIcon component with dynamic size props instead of conditional rendering
- Fixed container structure prevents DOM rebuilding and flickering
- Adjusted spacing for collapsed state more button positioning
2025-09-09 22:53:13 +08:00
twwu
2d6330f9b3
fix: Fix RAG pipeline identifier name dash format
2025-09-09 18:40:32 +08:00
twwu
01416fe6a8
feat: Add chunk input field translation and tooltip
2025-09-09 18:13:36 +08:00
KVOJJJin
22cd97e2e0
Fix: judgement of open in explore ( #25420 )
2025-09-09 16:49:22 +08:00
twwu
045d07885d
Merge branch 'main' into fix/value-content-rerender-error
2025-09-09 16:40:08 +08:00
twwu
7596eb4c2f
refactor: clean up unused code and improve Textarea component
2025-09-09 16:24:20 +08:00
crazywoola
eb52216a9c
Revert "example of remove useEffect" ( #25418 )
2025-09-09 16:23:44 +08:00
Joel
4c92e63b0b
fix: avatar is not updated after setted ( #25414 )
2025-09-09 16:00:50 +08:00
crazywoola
9240ed680e
fix: hide export pipeline button ( #25343 )
2025-09-09 15:44:45 +08:00
twwu
c8614b108a
refactor: replace useResetDatasetList with useInvalidDatasetList across multiple components
2025-09-09 15:35:02 +08:00
XiamuSanhua
ac2aa967c4
feat: change history by supplementary node information ( #25294 )
...
Co-authored-by: alleschen <alleschen@tencent.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
2025-09-09 15:18:42 +08:00
Wu Tianwei
37975319f2
feat: Add customized json schema validation ( #25408 )
2025-09-09 15:15:32 +08:00
zxhlyh
c595c03452
fix: credential not allow to use in load balancing ( #25401 )
2025-09-09 14:52:50 +08:00
yinyu
cf1ee3162f
Support Anchor Scroll In The Output Node ( #25364 )
...
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
2025-09-09 10:35:07 +08:00
HuDenghui
d5e86d9180
fix: Fixed the X-axis scroll bar issue in the LLM node settings panel ( #25357 )
2025-09-09 09:47:27 +08:00
Matri Qi
563a5af9e7
Fix/disable no constant binary expression ( #25311 )
...
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
2025-09-08 20:44:20 +08:00
Debin.Meng
a932413314
fix: Incorrect URL Parameter Parsing Causes user_id Retrieval Error ( #25261 )
...
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
2025-09-08 18:00:33 +08:00
twwu
be005d0549
Merge branch 'feat/rag-2' into fix/hide-export-button
2025-09-08 15:29:04 +08:00
-LAN-
23cd615489
Merge branch 'feat/queue-based-graph-engine' into feat/rag-2
2025-09-08 14:30:43 +08:00
Cluas
f891c67eca
feat: add MCP server headers support #22718 ( #24760 )
...
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: Novice <novice12185727@gmail.com>
2025-09-08 14:10:55 +08:00
-LAN-
299141ae01
Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine
2025-09-08 13:56:45 +08:00
twwu
1427e08cb4
fix: prevent memory leak by revoking object URLs after file download in various components
2025-09-08 11:43:32 +08:00
twwu
f7d4e17ae1
style: improve pointer event handling in PublishToast and Workflow components
2025-09-08 11:06:35 +08:00
Wu Tianwei
18204ac2b0
fix: fix dark mode styling issues ( #25338 )
2025-09-08 10:38:36 +08:00
twwu
092e249bfb
style: enhance loading indicator and adjust Markdown component styling for consistency
2025-09-08 10:26:08 +08:00
twwu
ed9b6f7bce
style: update DSL modal and uploader components for improved UI consistency
2025-09-08 10:09:11 +08:00
crazywoola
c2e67e93ef
Fix mem leak of URL.createObjectURL() ( #25303 )
2025-09-08 09:47:51 +08:00
zyileven
98204d78fb
Refactor:upgrade react19 ref as props ( #25225 )
...
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
2025-09-08 09:46:02 +08:00
Asuka Minato
27bf244b3b
keep add and remove the same ( #25277 )
2025-09-08 09:42:39 +08:00
Krito.
e1f871fefe
fix: ensure consistent DSL export behavior across UI entry ( #25317 )
...
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
2025-09-08 09:41:51 +08:00
lyzno1
b623224d07
fix: remove workflow file preview docs ( #25318 )
2025-09-07 21:31:05 +08:00
-LAN-
7aef0b54e5
Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine
2025-09-07 12:34:54 +08:00
kurokobo
1f10c1f474
fix(datasource): load default fileExtensions for file node earlier
2025-09-06 16:11:52 +00:00
Asuka Minato
bbc43ca50d
example of no-unstable-context-value ( #25279 )
2025-09-06 22:53:01 +08:00
Yongtao Huang
a1abe98666
Fix mem leak of URL.createObjectURL
2025-09-06 22:13:18 +08:00
-LAN-
6c3302a192
Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine
2025-09-05 21:13:07 +08:00
taewoong Kim
edf4a1b652
feat: add reasoning format processing to LLMNode for <think> tag handling ( #23313 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-09-05 18:15:35 +08:00
Asuka Minato
a9da8edbde
example of remove useEffect ( #25212 )
2025-09-05 17:35:59 +08:00
Asuka Minato
d03d3518d7
example of lazy ( #25216 )
2025-09-05 17:35:50 +08:00
Wu Tianwei
b3026dfb0d
Update web/app/components/datasets/documents/index.tsx
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-09-05 16:14:38 +08:00
twwu
f64b055d2e
refactor(Documents): Remove ProgressBar component and simplify document loading logic
2025-09-05 16:13:15 +08:00
twwu
447b016e9e
refactor(NotionPageSelector): Remove NotionPageSelectorModal component and associated styles
2025-09-05 14:21:41 +08:00
Asuka Minato
95eac7f7f0
example of readonly ( #25220 )
2025-09-05 12:41:54 +08:00
Asuka Minato
f84b9fd5ef
example of type button ( #25224 )
2025-09-05 12:41:36 +08:00
Asuka Minato
f0561c0c3b
to RefObject ( #25192 )
2025-09-05 10:14:13 +08:00
墨绿色
64e338133c
fix: chunk detail modal answer not wrap line ( #25203 )
...
Co-authored-by: lijiezhao <lijiezhao@perfect99.com>
2025-09-05 10:11:49 +08:00
twwu
65df8f6c57
refactor(DocumentList): Optimize dataset configuration handling and improve data source type checks
2025-09-04 20:51:56 +08:00
jyong
b9394d542c
Merge branch 'feat/queue-based-graph-engine' into feat/rag-2
...
# Conflicts:
# api/core/app/apps/advanced_chat/generate_task_pipeline.py
# api/pyproject.toml
# api/uv.lock
# docker/docker-compose-template.yaml
# docker/docker-compose.yaml
# web/package.json
2025-09-04 20:30:08 +08:00
twwu
8506288180
fix(firecrawl): map markdown content to content field in crawl results
2025-09-04 19:24:54 +08:00
twwu
ef64729771
refactor(notion-page-preview): update fetchNotionPagePreview to include pageType parameter for improved API request
2025-09-04 19:02:35 +08:00
-LAN-
07109846e0
Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine
2025-09-04 17:48:08 +08:00
twwu
55b936003f
refactor(context-menu): conditionally render export option based on pipeline ID
2025-09-04 16:47:21 +08:00
WTW0313
a6b0071ca0
feat: add datasource category handling in marketplace list condition
2025-09-04 16:05:29 +08:00
twwu
ebeb17ec96
refactor(form-input-item): enhance type switch logic to include select input handling
2025-09-04 15:34:21 +08:00
twwu
313069a63e
refactor(workflow): improve loading state rendering and enhance control prompt editor re-rendering logic
2025-09-04 15:27:55 +08:00
CrabSAMA
8d5f788f2b
feat(workflow): Allow paste node into nested block ( #24234 )
...
Co-authored-by: crab.huang <crab.huang@huolala.cn>
2025-09-04 15:21:43 +08:00
zxhlyh
1bf04b7b74
fix: export workflow image
2025-09-04 14:43:14 +08:00
twwu
0bcdd0db99
fix(field): add z-index to sticky header for improved layering in workflow nodes
2025-09-04 13:18:14 +08:00
twwu
5ecf382180
refactor(chunk-preview): improve key assignment for ChunkContainer components and enhance localFileList handling in Preparation component
2025-09-04 13:03:49 +08:00
-LAN-
938a845852
Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine
2025-09-04 12:48:58 +08:00
twwu
04d01c8409
refactor(icons): remove unused Globe01 icon and related files
2025-09-04 12:37:01 +08:00
znn
ebbb4a5d0b
fix png jpeg export ( #25110 )
2025-09-04 11:05:45 +08:00
fenglin
c22b325c31
fix: align text color in dark mode for config var type selector ( #25121 )
2025-09-04 10:45:30 +08:00
twwu
c40dfe7060
fix(pipeline): correct API endpoint for stopping workflow runs
2025-09-04 10:39:23 +08:00
znn
8effbaf101
make icon consistent in dropdown ( #25109 )
2025-09-04 10:03:13 +08:00
twwu
5114569017
refactor(document-picker): enhance chunking mode handling and improve parent mode label logic
2025-09-04 09:59:55 +08:00
-LAN-
9c96b23d55
Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine
2025-09-04 00:27:08 +08:00
twwu
f811855f79
fix(workflow): ensure variable updates only occur for matching selectors in updateNodeVars
2025-09-03 23:28:32 +08:00
twwu
c7510d3f54
refactor(panel): simplify outputSchema mapping for improved readability
2025-09-03 23:06:12 +08:00
twwu
1214942eb7
refactor(datasets): rename 'markdown' to 'content' for consistency across components
2025-09-03 20:32:48 +08:00
zxhlyh
67cc70ad61
fix: model credential name ( #25081 )
...
Co-authored-by: hjlarry <hjlarry@163.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-09-03 18:23:57 +08:00
Joel
c8d60f372d
fix: in pipeline not show the node config right
2025-09-03 18:21:51 +08:00
twwu
c4f0691454
refactor(workflow): update fetchInspectVars calls to accept empty parameters
2025-09-03 18:15:14 +08:00
twwu
9eb1c15906
Merge branch 'feat/rag-2' of https://github.com/langgenius/dify into feat/rag-2
2025-09-03 16:51:57 +08:00
twwu
110211d966
refactor(uploader): replace YAML icon with pipeline icon and update label text
2025-09-03 16:51:49 +08:00
Joel
08d6fcfd52
fix: large data markdown ui problems
2025-09-03 16:48:41 +08:00
twwu
d755b2885e
refactor(workflow): enhance handleExportDSL function and clean up code structure
2025-09-03 16:22:59 +08:00
twwu
b4c98daa8d
refactor(workflow): update RAG tool suggestions and improve filtering logic
2025-09-03 16:05:55 +08:00
17hz
a7627882a7
fix: Boolean type control is not displayed ( #25031 )
...
Co-authored-by: WTW0313 <twwu@dify.ai>
2025-09-03 15:39:09 +08:00
jyong
58e598dac8
Merge branch 'main' into feat/rag-2
2025-09-03 15:01:41 +08:00
jyong
d4aed3df5c
Merge branch 'feat/queue-based-graph-engine' into feat/rag-2
...
# Conflicts:
# api/core/memory/token_buffer_memory.py
# api/core/rag/extractor/notion_extractor.py
# api/core/repositories/sqlalchemy_workflow_node_execution_repository.py
# api/core/variables/variables.py
# api/core/workflow/graph/graph.py
# api/core/workflow/graph_engine/entities/event.py
# api/services/dataset_service.py
# web/app/components/app-sidebar/index.tsx
# web/app/components/base/tag-management/selector.tsx
# web/app/components/base/toast/index.tsx
# web/app/components/datasets/create/website/index.tsx
# web/app/components/datasets/create/website/jina-reader/base/options-wrap.tsx
# web/app/components/workflow/header/version-history-button.tsx
# web/app/components/workflow/hooks/use-inspect-vars-crud-common.ts
# web/app/components/workflow/hooks/use-workflow-interactions.ts
# web/app/components/workflow/panel/version-history-panel/index.tsx
# web/service/base.ts
2025-09-03 15:01:06 +08:00
zyileven
bffbe54120
fix: Solve the problem of opening remarks appearing in the chat cont… ( #25067 )
2025-09-03 14:48:30 +08:00
Joel
c422d732d2
fix: tool bool input can choose file
2025-09-03 14:41:29 +08:00
Joel
df0fe49fcc
fix: one step run schema type file not support
2025-09-03 14:28:13 +08:00