Commit Graph

7938 Commits

Author SHA1 Message Date
FFXN
72461af522 feat(knowledge-fs): support source config updates and deferred sync
- allow updating mutable source configuration fields
- enqueue sync after active business configuration changes
- pause scheduled sync while a source is disabled
- preserve and rebind sync policies across source version updates
- support website, online document, and online drive sources
2026-08-30 22:12:21 +08:00
FFXN
ecba1aa779 Merge remote-tracking branch 'origin/deploy/konwledge' into deploy/konwledge
# Conflicts:
#	api/knowledge-fs-contract.lock.json
2026-08-30 22:12:01 +08:00
FFXN
52df787444 feat(knowledge-fs): support source config updates and deferred sync
- allow updating mutable source configuration fields
- enqueue sync after active business configuration changes
- pause scheduled sync while a source is disabled
- preserve and rebind sync policies across source version updates
- support website, online document, and online drive sources
2026-08-30 22:10:12 +08:00
Stephen Zhou
adf650cc83
fix(knowledge-fs): refresh contract subtree lock 2026-08-30 22:08:44 +08:00
FFXN
16f29bcba0 Merge remote-tracking branch 'origin/deploy/konwledge' into deploy/konwledge 2026-08-28 15:57:00 +08:00
FFXN
7a16aaf0a1 fix(knowledge-fs): add rebase functionality for publication head revision and enhance error handling 2026-08-28 15:56:09 +08:00
Stephen Zhou
83e827e0b4
fix(knowledge-fs): remove provider sync policy from frontend 2026-08-28 15:55:49 +08:00
Stephen Zhou
200b71dca5
test(knowledge-fs): align sync policy expectations 2026-08-28 15:09:44 +08:00
Stephen Zhou
d762ff329a
Merge remote-tracking branch 'origin/deploy/konwledge' into deploy/konwledge 2026-08-28 14:55:27 +08:00
Stephen Zhou
9f31d49b7f
test(knowledge-fs): track latest database migration 2026-08-28 14:52:46 +08:00
Stephen Zhou
9098955a77
Merge remote-tracking branch 'origin/main' into deploy/konwledge
# Conflicts:
#	api/tests/unit_tests/controllers/console/test_knowledge_fs_proxy.py
#	api/tests/unit_tests/services/test_knowledge_fs_proxy.py
#	web/app/components/workflow-app/hooks/use-available-nodes-meta-data.ts
2026-08-28 14:50:39 +08:00
FFXN
65dda2d1fb fix(knowledge-fs): remove provider mode from sync policies and update related constraints 2026-08-28 14:43:44 +08:00
FFXN
90b6c32549 fix(knowledge-fs): remove provider mode from sync policies and update related constraints 2026-08-28 14:24:38 +08:00
FFXN
ae495d3f97 fix(knowledge-fs): remove provider mode from sync policies and update related constraints 2026-08-28 14:06:49 +08:00
Keith
c8606db16b
refactor(models): pass session into ChildChunk accessors (#41370)
Co-authored-by: ke-yu <ke-yu@pepabo.com>
2026-08-28 02:30:10 +00:00
chenshiyang
654324c0d9
refactor(models): pass session into PipelineCustomizedTemplate.created_user_name (#41394)
Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-28 02:26:41 +00:00
huyua9
650f8880ea
docs: correct UUIDv7 helper docstring (#41419)
Co-authored-by: huyua9 <huyua9@users.noreply.github.com>
2026-08-28 02:26:40 +00:00
Stephen Zhou
3938d91c75
fix(knowledge-fs): refresh contract lock 2026-08-28 00:23:10 +08:00
Stephen Zhou
b155a0e1b9
fix(knowledge-fs): format source update payload 2026-08-28 00:08:18 +08:00
Stephen Zhou
e5dc72812a
fix(knowledge-fs): support source configuration editing 2026-08-27 23:52:18 +08:00
-LAN-
458c96d5ba
fix(api): preserve tracing configuration boundaries (#41403) 2026-08-27 22:11:32 +08:00
Asuka Minato
3ce262de05
test: migrate agent service sessions and ORM models to SQLite (#40598) 2026-08-27 12:15:36 +00:00
Asuka Minato
3ea5f38e92
test: migrate human input sessions and ORM models to SQLite (#40597) 2026-08-27 12:15:07 +00:00
lei_lei
8c25190713
fix(api): raise Socket.IO max_http_buffer_size for large workflows (#41347) 2026-08-27 11:48:42 +00:00
Jyong
7d1b7f97f0 fix(knowledge-fs): unblock upload completion 2026-08-27 07:24:56 -04:00
Jyong
6702314998 fix(knowledge-fs): scope deletion admission to target 2026-08-27 06:29:09 -04:00
Stephen Zhou
90c8ea48e2
fix(knowledge-fs): refresh contract lock 2026-08-27 18:07:47 +08:00
Stephen Zhou
7c3b4aa3c6
fix(knowledge-fs): preserve DOCX image placement 2026-08-27 17:55:02 +08:00
wangxiaolei
d84088ef74
feat: new user add automatic add to app / dataset whitelist (#41363) 2026-08-27 08:51:05 +00:00
Jyong
42b1be58f3 fix(knowledge-fs): repair document deletion task progress 2026-08-27 04:35:05 -04:00
wangxiaolei
05b00574aa
chore: add permission check back (#41369) 2026-08-27 07:45:50 +00:00
Asuka Minato
1ccac4792c
test: migrate knowledge file access sessions and ORM models to SQLite (#40596) 2026-08-27 07:19:20 +00:00
Asuka Minato
d67a8323c5
test: migrate agent observability sessions and ORM models to SQLite (#40588) 2026-08-27 07:18:58 +00:00
Asuka Minato
ef20a16a2f
test: migrate explore installed app sessions and ORM models to SQLite (#40525) 2026-08-27 07:18:32 +00:00
Asuka Minato
1efc71c624
test: migrate Service API dataset segment sessions and ORM models to SQLite (#40517) 2026-08-27 07:17:41 +00:00
Jyong
e902bfc502 chore(knowledge-fs): refresh contract lock 2026-08-27 03:02:14 -04:00
Jyong
12adc39383 fix(knowledge-fs): preserve spreadsheet image placement 2026-08-27 03:01:57 -04:00
QuantumGhost
3e12f0b9fb
fix(api): ignore broken pipe during app stop checks 🤖🤖🤖 (#41356) 2026-08-27 06:39:06 +00:00
wangxiaolei
6a1b23935f
chore: remove permission check (#41349) 2026-08-27 05:29:38 +00:00
非法操作
bf54dd7814
refactor(api): remove unused workflow archived logs endpoint (#41345) 2026-08-27 03:48:57 +00:00
FFXN
6feed72a06 fix(knowledge-fs): enhance embedding profile migration handling and retry logic 2026-08-27 11:27:51 +08:00
非法操作
a9319c86ee
refactor(api): extract workflow run archive application service (#41253) 2026-08-27 02:41:43 +00:00
非法操作
5a6191b96b
refactor(api): extract workflow statistic query service (#41271) 2026-08-27 02:41:02 +00:00
非法操作
32981687dd
refactor: remove unused workflow run export endpoint (#41335) 2026-08-27 02:38:27 +00:00
FFXN
31523c240b fix(knowledge-fs): implement profile migration projection promotion logic 2026-08-27 10:25:37 +08:00
Stephen Zhou
d6e02174d8
test(migrations): track latest alembic head 2026-08-27 10:22:22 +08:00
Stephen Zhou
a91801dcbe
Merge remote-tracking branch 'origin/deploy/konwledge' into deploy/konwledge 2026-08-27 10:12:07 +08:00
Stephen Zhou
30ed0907f3
Merge remote-tracking branch 'origin/main' into deploy/konwledge
# Conflicts:
#	api/controllers/console/app/site.py
#	api/controllers/console/datasets/datasets.py
#	api/core/plugin/backwards_invocation/model.py
#	api/core/rag/rerank/rerank_model.py
#	api/tests/test_containers_integration_tests/controllers/console/auth/test_oauth_server.py
#	api/tests/unit_tests/core/plugin/test_backwards_invocation_model.py
#	api/tests/unit_tests/tasks/test_batch_clean_document_task.py
#	packages/contracts/generated/api/service/orpc.gen.ts
#	web/app/components/datasets/rename-modal/index.tsx
#	web/app/components/header/account-setting/model-provider-page/model-selector/popup-layout.tsx
#	web/features/tag-management/components/tag-search-content.tsx
2026-08-27 10:06:48 +08:00
-LAN-
82520c144f
fix(api): migrate legacy model types during upgrade (#41326) 2026-08-27 02:00:33 +00:00
FFXN
9ec1e4e8c3 fix(knowledge-fs): update projection status to 'building' during profile migration 2026-08-27 10:00:04 +08:00