dify/api/tests/unit_tests/core
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
..
agent feat(api): track credit usage contexts (#41181) 2026-08-25 10:21:32 +00:00
app Merge remote-tracking branch 'origin/main' into deploy/konwledge 2026-08-27 10:06:48 +08:00
base fix(tts): propagate and validate actual audio MIME (#41043) 2026-08-24 03:38:09 +00:00
callback_handler test: use SQLite sessions in core callback_handler (#39081) 2026-07-31 12:54:20 +00:00
datasource test: move pure integration cases to unit tests (#40705) 2026-08-25 06:19:48 +00:00
entities test: migrate telemetry and core entity ORM models to SQLite (#40574) 2026-08-18 12:25:42 +00:00
extension fix(extension): chain original exception in APIBasedExtensionRequestor per PEP 3134 (#40810) 2026-08-15 08:48:28 +00:00
external_data_tool test: use sqlite3 session in test_api (#38736) 2026-07-16 10:38:33 +00:00
file test: centralize app and account config overrides (#40860) 2026-08-25 06:19:35 +00:00
helper refactor(api): thin OAuth controllers and extract application services (#40692) 2026-08-26 07:33:37 +00:00
llm_generator feat(trace): add provider-neutral unified tracing (#39451) 2026-08-21 11:28:18 +00:00
logging fix(api): restore deadlock-safe identity logging 2026-08-14 11:21:46 +08:00
mcp test: scope plugin and datasource config overrides (#40854) 2026-08-18 12:01:29 +00:00
memory test: migrate telemetry and core entity ORM models to SQLite (#40574) 2026-08-18 12:25:42 +00:00
model_runtime chore(api): upgrade graphon to v0.3.0 (#35469) 2026-05-09 07:30:03 +00:00
moderation feat(api): track credit usage contexts (#41181) 2026-08-25 10:21:32 +00:00
ops Merge remote-tracking branch 'origin/main' into deploy/konwledge 2026-08-24 11:03:38 +08:00
plugin Merge remote-tracking branch 'origin/main' into deploy/konwledge 2026-08-27 10:06:48 +08:00
prompt test: use sqlite3 session in test_extract_thread_messages (#38739) 2026-07-27 09:00:47 +00:00
rag Merge remote-tracking branch 'origin/main' into deploy/konwledge 2026-08-27 10:06:48 +08:00
repositories test: centralize enterprise config overrides (#40853) 2026-08-18 12:01:01 +00:00
schemas chore: Caplog type (#37603) 2026-06-18 18:53:13 +00:00
telemetry fix: add missing metrics back and enhance typing (#40935) 2026-08-21 09:46:45 +00:00
tools Merge remote-tracking branch 'origin/main' into deploy/konwledge 2026-08-27 10:06:48 +08:00
trigger test: migrate trigger and webhook sessions and ORM models to SQLite (#40594) 2026-08-24 04:01:02 +00:00
variables feat(workflow): support human input in loop and iteration (#39243) 2026-08-03 02:24:18 +00:00
workflow Merge remote-tracking branch 'origin/main' into deploy/konwledge 2026-08-27 10:06:48 +08:00
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
test_file.py chore(api): adapt Graphon 0.2.2 upgrade (#35377) 2026-04-18 11:16:24 +00:00
test_model_context.py feat(api): track credit usage contexts (#41181) 2026-08-25 10:21:32 +00:00
test_model_manager.py feat(api): track credit usage contexts (#41181) 2026-08-25 10:21:32 +00:00
test_provider_configuration.py test: use sqlite3 session in test_provider_configuration (#38689) 2026-07-15 04:54:49 +00:00
test_provider_manager.py refactor(api): consolidate deployment edition handling (#40142) 2026-08-11 07:39:01 +00:00
test_trigger_debug_event_selectors.py refactor(api): move workflow knowledge nodes and trigger nodes (#33445) 2026-03-15 15:24:59 +08:00