Jyong
804cbf0fe4
fix(knowledge-fs): resolve published document outlines
2026-08-12 05:17:00 -04:00
Jyong
ef3c321002
fix(knowledge-fs): preserve unstructured document hierarchy
2026-08-12 04:33:31 -04:00
Jyong
9554add7ab
fix(knowledge-fs): make upload completion grant replayable
2026-08-12 03:31:25 -04:00
Jyong
79e66cb7f1
fix(knowledge-fs): avoid self-fencing direct uploads
2026-08-12 03:16:56 -04:00
Jyong
b36cd36fd2
chore(knowledge-fs): refresh contract subtree lock
2026-08-12 03:01:54 -04:00
Stephen Zhou
feccb4786a
fix(knowledge-fs): reconcile main merge artifacts
2026-08-12 14:19:24 +08:00
Stephen Zhou
876814e92e
Merge remote-tracking branch 'origin/main' into deploy/konwledge
...
# Conflicts:
# web/features/system-features/state.ts
2026-08-12 14:10:20 +08:00
Stephen Zhou
c1780e08ec
fix(knowledge-fs): align frontend list queries
2026-08-12 13:59:53 +08:00
Stephen Zhou
793bafac1d
fix(knowledge-fs): align document availability controls
2026-08-12 12:11:26 +08:00
Stephen Zhou
ba4f178e4b
fix(knowledge-fs): align document download contracts
2026-08-12 11:43:32 +08:00
Stephen Zhou
b9edb1382d
test(knowledge-fs): drop removed billing config patch
2026-08-12 11:11:05 +08:00
zyssyz123
059c9ce0b6
feat: add trunstile ( #40494 )
...
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-08-12 03:08:19 +00:00
Stephen Zhou
7adbaca9ab
fix: reconcile main merge regressions
2026-08-12 10:51:20 +08:00
Stephen Zhou
574461604d
Merge remote-tracking branch 'origin/main' into deploy/konwledge
...
# Conflicts:
# api/commands/system.py
# api/controllers/console/init_validate.py
# api/controllers/console/workspace/account.py
# api/controllers/console/wraps.py
# api/controllers/openapi/auth/data.py
# api/core/hosting_configuration.py
# api/core/provider_manager.py
# api/core/rag/retrieval/dataset_retrieval.py
# api/services/workspace_service.py
# api/tasks/workflow_cfs_scheduler/entities.py
# api/tests/test_containers_integration_tests/controllers/console/auth/test_password_reset.py
# api/tests/test_containers_integration_tests/services/test_feature_service.py
# api/tests/unit_tests/controllers/console/auth/test_account_activation.py
# api/tests/unit_tests/controllers/openapi/auth/test_data.py
# api/tests/unit_tests/controllers/service_api/app/test_hitl_service_api.py
# api/tests/unit_tests/extensions/otel/test_retrieval_tracing.py
# api/tests/unit_tests/services/test_feature_service_knowledge_fs.py
# dev/start-worker
# packages/contracts/console.ts
# packages/contracts/package.json
# packages/iconify-collections/custom-public/icons.json
# web/app/components/workflow/__tests__/index.spec.tsx
# web/app/components/workflow/index.tsx
# web/features/new-rag/document-chunk-tree.tsx
# web/service/fetch.spec.ts
2026-08-12 10:33:29 +08:00
Stephen Zhou
9f687bccb7
fix(knowledge-fs): refresh contract subtree lock
2026-08-12 10:14:58 +08:00
Stephen Zhou
05c0072c6b
test(knowledge-fs): expect datasource parameters
2026-08-12 10:08:23 +08:00
Stephen Zhou
d70a3f562b
fix(knowledge-fs): disambiguate preview page types
2026-08-12 09:59:43 +08:00
Wu Tianwei
7aba539e82
feat: app deployment v2 ( #39829 )
...
Co-authored-by: zhangx1n <zhangxin@dify.ai>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-08-12 01:55:36 +00:00
Stephen Zhou
244fad601f
fix(knowledge-fs): format initial source preview task
2026-08-12 09:38:44 +08:00
Stephen Zhou
a201e133de
feat(knowledge-fs): support datasource-driven source previews
2026-08-12 08:33:52 +08:00
WH-2099
ef8544b173
fix(api): bind dataset operations to owners ( #40149 )
2026-08-11 16:37:14 +00:00
Jyong
c8780dcb7c
fix(workflow): stabilize KnowledgeFS retrieval access
...
Keep the workflow editor mounted after history updates, expose an independent Workflow Access control, and map KnowledgeFS admission failures to actionable localized errors. Add frontend and backend regression coverage for KF-BUG-020 and KF-BUG-021.
2026-08-11 11:51:17 -04:00
FFXN
4769070af0
Merge remote-tracking branch 'origin/deploy/konwledge' into deploy/konwledge
...
# Conflicts:
# api/knowledge-fs-contract.lock.json
# packages/contracts/generated/api/console/knowledge-fs/orpc.gen.ts
# packages/contracts/generated/api/console/knowledge-fs/types.gen.ts
# packages/contracts/generated/api/console/knowledge-fs/zod.gen.ts
2026-08-11 19:54:25 +08:00
FFXN
0853258f92
feat(knowledge-fs): add bulk logical document deletion support
2026-08-11 19:47:37 +08:00
FFXN
7f0efa20fa
feat(knowledge-fs): add bulk logical document deletion support
2026-08-11 19:47:12 +08:00
Stephen Zhou
308795393a
fix(knowledge-fs): refresh contract subtree lock
2026-08-11 18:24:28 +08:00
Jyong
4ce6a36b12
Merge remote-tracking branch 'origin/deploy/konwledge' into deploy/konwledge
...
# Conflicts:
# web/features/new-rag/__tests__/create-knowledge-page.spec.tsx
# web/i18n/de-DE/dataset.json
# web/i18n/nl-NL/dataset.json
2026-08-11 06:12:00 -04:00
Jyong
14e5afa54d
Update application components and supporting logic
2026-08-11 05:52:22 -04:00
Stephen Zhou
7ee9296bea
fix(knowledge-fs): wire document download actions
2026-08-11 17:28:20 +08:00
Asuka Minato
a64a24b39c
test: migrate snippet and vector sessions to SQLite ( #40089 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Byron Wang <byron@dify.ai>
2026-08-11 08:51:07 +00:00
FFXN
fd7854de7e
Merge remote-tracking branch 'origin/deploy/konwledge' into deploy/konwledge
2026-08-11 16:29:46 +08:00
Asuka Minato
08008f6305
test: migrate controller sessions to SQLite ( #40083 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-08-11 08:29:40 +00:00
FFXN
0d4441e2cf
feat(knowledge): support KnowledgeFS document downloads
...
- add single logical document download endpoint
- add batch ZIP download endpoint
- stream files from KnowledgeFS object storage
- validate batch size and deduplicate ZIP filenames
- add download service and facade unit tests
2026-08-11 16:29:23 +08:00
Valor
e3812cf72b
fix: add zh_Hans labels for builtin Audio provider and its tools ( #40408 )
2026-08-11 08:27:59 +00:00
Yunlu Wen
84f9b6530e
chore: bump cryptography, pypdf, h2 for CVE fixes ( #40409 )
...
Co-authored-by: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2026-08-11 08:14:55 +00:00
Stephen Zhou
8dabdb64ea
fix(knowledge-fs): handle disabled reindex results
2026-08-11 16:10:20 +08:00
Byron.wang
c1e94f8ee7
refactor(api): consolidate deployment edition handling ( #40142 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-08-11 07:39:01 +00:00
Asuka Minato
dd3cf53044
test: migrate retention and task sessions to SQLite ( #40090 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-08-11 07:05:36 +00:00
Asuka Minato
500e37e2fd
test: migrate core RAG sessions to SQLite ( #40085 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-08-11 07:05:26 +00:00
Asuka Minato
7162450e83
test: migrate app service sessions to SQLite ( #40088 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-08-11 06:43:15 +00:00
Asuka Minato
3f62f3cd05
test: migrate dataset indexing task sessions to SQLite ( #40091 )
2026-08-11 06:31:33 +00:00
Asuka Minato
15483f1592
test: use sqlite sessions in rag pipeline coverage ( #40093 )
2026-08-11 06:19:08 +00:00
wangxiaolei
4c7b870062
fix: _multiple_retrieve_thread not fail fast ( #40466 )
2026-08-11 05:40:23 +00:00
Stephen Zhou
668b122632
style(knowledge-fs): format availability changes
2026-08-11 11:26:36 +08:00
Stephen Zhou
c50c815e81
Merge branch 'deploy/konwledge' of github.com:langgenius/dify into deploy/konwledge
2026-08-11 11:24:20 +08:00
Stephen Zhou
429850531a
fix(knowledge-fs): display source provider names
2026-08-11 11:23:48 +08:00
Stephen Zhou
e4c7987cf0
fix(knowledge-fs): sync capability operation count
2026-08-11 11:19:02 +08:00
Stephen Zhou
d9e25e40f6
fix(knowledge-fs): sync api migration expectations
2026-08-11 11:12:31 +08:00
Stephen Zhou
dabd74ac44
fix(knowledge-fs): align availability schema migration
2026-08-11 11:04:00 +08:00
FFXN
5fed29ed57
Merge remote-tracking branch 'origin/deploy/konwledge' into deploy/konwledge
2026-08-11 10:57:34 +08:00