dify/api/tests/unit_tests/core
Stephen Zhou cd86ffd6f8
Merge remote-tracking branch 'origin/main' into deploy/konwledge
# Conflicts:
#	api/controllers/console/app/completion.py
#	api/core/app/apps/agent_app/app_generator.py
#	api/services/agent/composer_service.py
#	api/services/agent/roster_service.py
#	api/tests/unit_tests/controllers/console/agent/test_agent_controllers.py
#	api/tests/unit_tests/core/agent/test_publish_visibility.py
#	api/tests/unit_tests/core/app/apps/agent_app/test_resolve_agent.py
#	api/tests/unit_tests/core/workflow/nodes/agent_v2/test_binding_resolver.py
#	api/tests/unit_tests/services/agent/test_agent_services.py
2026-07-29 10:58:29 +08:00
..
agent refactor: introduce agent working environment architecture (#39480) 2026-07-28 13:16:05 +00:00
app Merge remote-tracking branch 'origin/main' into deploy/konwledge 2026-07-29 10:58:29 +08:00
base chore: add Type to test (#35942) 2026-05-09 03:16:22 +00:00
callback_handler fix(api): isolate side-effect session writes in multimodal and RAG handlers (#38210) 2026-07-06 05:17:12 +00:00
datasource test: use SQLite sessions in core datasource (#39104) 2026-07-28 05:22:18 +00:00
entities fix: when delete custom model remove its cache (#38577) 2026-07-09 02:12:23 +00:00
extension chore: add Type to test (#35942) 2026-05-09 03:16:22 +00:00
external_data_tool test: use sqlite3 session in test_api (#38736) 2026-07-16 10:38:33 +00:00
file test: use sqlite3 session in test_remote_fetcher (#38773) 2026-07-14 07:01:23 +00:00
helper fix: use jinja sandbox (#39609) 2026-07-27 06:03:01 +00:00
llm_generator test: use sqlite3 session in test_llm_generator_missing (#38742) 2026-07-27 08:22:16 +00:00
logging fix(api): prevent identity logging deadlock (#39449) 2026-07-23 09:08:04 +00:00
mcp feat(mcp): support MCP protocol 2025-06-18 for workflow-as-MCP server (version negotiation + structured output) (#37892) 2026-07-07 03:26:50 +00:00
memory test: use SQLite sessions in core memory (#39066) 2026-07-27 10:15:08 +00:00
model_runtime chore(api): upgrade graphon to v0.3.0 (#35469) 2026-05-09 07:30:03 +00:00
moderation test: use sqlite3 session in test_api (#38733) 2026-07-27 08:57:51 +00:00
ops Merge branch 'main' into deploy/konwledge 2026-07-28 03:25:30 -04:00
plugin chore: improve lambda plugin runtime error display (#39437) 2026-07-23 06:05:14 +00:00
prompt test: use sqlite3 session in test_extract_thread_messages (#38739) 2026-07-27 09:00:47 +00:00
rag Merge branch 'main' into deploy/konwledge 2026-07-28 03:25:30 -04:00
repositories refactor: introduce agent working environment architecture (#39480) 2026-07-28 13:16:05 +00:00
schemas chore: Caplog type (#37603) 2026-06-18 18:53:13 +00:00
telemetry chore: add Type to test (#35942) 2026-05-09 03:16:22 +00:00
tools Merge branch 'main' into deploy/konwledge 2026-07-28 03:25:30 -04:00
trigger chore: reorg imports (#35308) 2026-04-16 08:50:02 +00:00
variables chore(api): upgrade graphon to v0.3.1 (#35987) 2026-05-11 05:32:17 +00:00
workflow Merge remote-tracking branch 'origin/main' into deploy/konwledge 2026-07-29 10:58:29 +08:00
__init__.py
test_file.py chore(api): adapt Graphon 0.2.2 upgrade (#35377) 2026-04-18 11:16:24 +00:00
test_model_manager.py fix: sync 35528 (#35539) 2026-04-24 03:59:33 +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 feat(api): cache workflow provider configurations (#37980) 2026-06-26 08:04:37 +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