dify/api/tests/unit_tests/core
Blackoutta 7dc3126ff4
fix: preserve and display workflow retry details (#38854)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-15 05:58:37 +00:00
..
agent feat(api): pass app_id to model plugins for provider-side cost attribution (#35859) 2026-07-06 08:54:16 +00:00
app fix: preserve and display workflow retry details (#38854) 2026-07-15 05:58:37 +00: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 refactor(api): migrate workspace account endpoints to BaseModel (#37954) 2026-07-06 06:57:40 +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 ci: add flag for linter (#37018) 2026-06-08 04:53:12 +00:00
file test: use sqlite3 session in test_remote_fetcher (#38773) 2026-07-14 07:01:23 +00:00
helper fix: preserve and display workflow retry details (#38854) 2026-07-15 05:58:37 +00:00
llm_generator chore: clean Db session from service (#38227) 2026-07-08 03:07:27 +00:00
logging test: added for core logging and core mcp (#32478) 2026-03-12 11:44:56 +08: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 perf(memory): batch-load message files in TokenBufferMemory to remove N+1 queries (#38002) 2026-07-03 01:59:48 +00:00
model_runtime chore(api): upgrade graphon to v0.3.0 (#35469) 2026-05-09 07:30:03 +00:00
moderation chore: add Type to test (#36454) 2026-05-21 19:25:03 +00:00
ops test: use sqlite3 session in test_trace_session_metadata (#38750) 2026-07-13 06:05:07 +00:00
plugin feat: daily sync (#38593) 2026-07-09 10:35:15 +00:00
prompt chore: add Type to test (#35942) 2026-05-09 03:16:22 +00:00
rag test: use sqlite3 session in test_retrieval_attachment_access (#38766) 2026-07-13 07:27:15 +00:00
repositories chore(api): upgrade graphon to v0.6.0, migrate HITL logic back to Dify (#38247) 2026-07-03 03:45:21 +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 fix: SSRF bypass via raw httpx.get in API tool schema fetch (#37746) 2026-07-14 08:43:57 +00: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 test: use sqlite3 session in test_file_tenant_validator (#38756) 2026-07-14 06:39:33 +00: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_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