dify/api/tests/unit_tests/controllers/console
林玮 (Jade Lin) cb41fb3e76
fix(api): serialize trial workflow conversation variables (#39038)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-16 02:57:06 +00:00
..
agent fix(agent): preserve DSL asset placeholders and count draft references (#39015) 2026-07-15 11:49:11 +00:00
app fix(api): bind scoped lookups to nested owner refs (#38470) 2026-07-15 09:31:09 +00:00
auth test: move email registration coverage to unit tests (#38928) 2026-07-15 04:05:59 +00:00
billing refactor(api): migrate tenant/user via DI for several endpoints (#36971) 2026-06-03 04:24:17 +00:00
datasets refactor: explicit DB session propagation across backend paths (#38559) 2026-07-15 06:48:28 +00:00
explore fix(api): serialize trial workflow conversation variables (#39038) 2026-07-16 02:57:06 +00:00
snippets chore: clean Db session from service (#38227) 2026-07-08 03:07:27 +00:00
tag chore: clean Db session from service (#38227) 2026-07-08 03:07:27 +00:00
workspace feat(enterprise): reject member invites that would exceed licensed seats (#38995) 2026-07-15 07:59:16 +00:00
__init__.py feat: return data_source_info and data_source_detail_dict (#29912) 2026-01-05 11:04:03 +08:00
test_apikey.py refactor: explicit DB session propagation across backend paths (#38559) 2026-07-15 06:48:28 +00:00
test_document_detail_api_data_source_info.py chore(api): align Python support with 3.12 (#34419) 2026-04-02 05:07:32 +00:00
test_extension.py chore: clean Db session from service (#38227) 2026-07-08 03:07:27 +00:00
test_fastopenapi_ping.py feat: init fastopenapi (#30453) 2026-01-23 21:07:52 +09:00
test_fastopenapi_setup.py chore(api): cache the setup status to cut down DB access (#36966) 2026-07-07 14:30:28 +00:00
test_fastopenapi_version.py refactor: api/controllers/console/version.py to v3 (#31463) 2026-01-26 15:04:25 +08:00
test_feature.py fix: add is_cloud_only for templates (#37846) 2026-06-24 08:29:54 +00:00
test_files_security.py refactor: port api/fields/file_fields.py (#30638) 2026-01-06 22:55:58 +08:00
test_files.py feat(dify-agent): sync shell and back proxy updates (#37159) 2026-06-10 03:04:32 +00:00
test_human_input_form.py fix: validate conversation variable description length to prevent varchar(255) truncation error (#33038) 2026-06-10 07:28:12 +00:00
test_init_validate.py chore: make AccountService.load_user use passed session (#37764) 2026-06-24 07:29:12 +00:00
test_remote_files.py chore: add Type to test (#37191) 2026-06-19 16:44:20 +00:00
test_spec.py refactor(api): remove remaining legacy field remnants (#37967) 2026-07-08 09:59:10 +00:00
test_version.py refactor: replace patch logger with caplog in test_version.py (#38029) 2026-06-26 12:07:44 +00:00
test_workflow_run_archive.py feat: archive logs export (#38207) 2026-07-14 08:25:37 +00:00
test_workspace_account.py chore: clean Db session from service (#38227) 2026-07-08 03:07:27 +00:00
test_workspace_members.py feat(enterprise): reject member invites that would exceed licensed seats (#38995) 2026-07-15 07:59:16 +00:00
test_wraps.py feat: archive logs export (#38207) 2026-07-14 08:25:37 +00:00