dify/api/tests/unit_tests
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
..
clients feat: Enterprise Home Snapshot — runtime endpoints and dify-agent adapter (#40996) 2026-08-21 10:39:36 +00:00
commands Merge remote-tracking branch 'origin/main' into deploy/konwledge 2026-08-28 14:50:39 +08:00
configs Merge remote-tracking branch 'origin/main' into deploy/konwledge 2026-08-27 10:06:48 +08:00
controllers Merge remote-tracking branch 'origin/main' into deploy/konwledge 2026-08-28 14:50:39 +08:00
core Merge remote-tracking branch 'origin/main' into deploy/konwledge 2026-08-28 14:50:39 +08:00
dev feat(knowledge-fs): add migration to merge agent drive and KnowledgeFS heads 2026-08-20 11:04:02 +08:00
enterprise/telemetry fix: add missing metrics back and enhance typing (#40935) 2026-08-21 09:46:45 +00:00
enums test: use typed config overrides in service coverage (#40848) 2026-08-18 11:59:58 +00:00
events Merge remote-tracking branch 'origin/main' into deploy/konwledge 2026-08-27 10:06:48 +08:00
extensions Merge remote-tracking branch 'origin/main' into deploy/konwledge 2026-08-28 14:50:39 +08:00
factories fix(api): align Service API OpenAPI contract (#41248) 2026-08-25 10:54:14 +00:00
fields test: migrate residual model sessions and ORM models to SQLite (#40531) 2026-08-18 12:23:02 +00:00
libs Merge remote-tracking branch 'origin/main' into deploy/konwledge 2026-08-24 11:03:38 +08:00
machinery refactor(api): move account lifecycle into application services (#40438) 2026-08-21 08:05:43 +00:00
migrations test(knowledge-fs): align sync policy expectations 2026-08-28 15:09:44 +08:00
models Merge remote-tracking branch 'origin/main' into deploy/konwledge 2026-08-28 14:50:39 +08:00
oss test: eliminate remaining whole config mocks (#40855) 2026-08-18 12:01:49 +00:00
providers/trace/unified_trace feat(trace): add provider-neutral unified tracing (#39451) 2026-08-21 11:28:18 +00:00
repositories Merge remote-tracking branch 'origin/main' into deploy/konwledge 2026-08-28 14:50:39 +08:00
services feat(knowledge-fs): support source config updates and deferred sync 2026-08-30 22:10:12 +08:00
tasks test(knowledge-fs): align sync policy expectations 2026-08-28 15:09:44 +08:00
tools
utils test: move pure integration cases to unit tests (#40705) 2026-08-25 06:19:48 +00:00
__init__.py
.gitignore
.ruff.toml refactor(api): replace legacy recommended app retrieval stack (#40395) 2026-08-20 13:13:43 +00:00
conftest.py test: isolate config inputs from process environment (#40847) 2026-08-17 13:09:17 +00:00
pyrefly.toml refactor(api): replace legacy recommended app retrieval stack (#40395) 2026-08-20 13:13:43 +00:00
test_app_factory.py
test_config_overrides.py test: isolate config inputs from process environment (#40847) 2026-08-17 13:09:17 +00:00
test_constants.py feat: support ODT document extraction (#39973) 2026-08-20 13:23:03 +00:00
test_makefile_backend_tests.py
test_pytest_dify.py
test_sqlite_fixtures.py