dify/api/tests/unit_tests/controllers/console
2026-08-27 12:15:07 +00:00
..
agent refactor(agent): remove Agent Drive (#40887) 2026-08-19 06:34:36 +00:00
app refactor(api): remove unused workflow archived logs endpoint (#41345) 2026-08-27 03:48:57 +00:00
auth refactor(api): thin OAuth controllers and extract application services (#40692) 2026-08-26 07:33:37 +00:00
billing refactor(api): standardize compliance downloads (#41057) 2026-08-26 06:32:13 +00:00
datasets feat: optimize resource access config logic (#41164) 2026-08-26 07:18:57 +00:00
explore test: migrate explore installed app sessions and ORM models to SQLite (#40525) 2026-08-27 07:18:32 +00:00
snippets fix(agent): complete ownership-aware deletion lifecycle (#40888) 2026-08-20 07:48:02 +00:00
tag feat: support agent skill (#39675) 2026-08-24 05:29:14 +00:00
workspace feat: optimize resource access config logic (#41164) 2026-08-26 07:18:57 +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 fix(api): enforce edit and RBAC permissions on dataset API key GET endpoint (#40740) (#40743) 2026-08-14 04:27:37 +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 test: migrate auth and access controller ORM models to SQLite (#40572) 2026-08-21 06:12:29 +00:00
test_fastopenapi_init_validate.py refactor(api): extract init validation into layered application service (#40046) 2026-08-12 08:42:09 +00:00
test_fastopenapi_setup.py refactor(api): extract init validation into layered application service (#40046) 2026-08-12 08:42:09 +00:00
test_fastopenapi_system.py refactor(api): merge ping and version endpoints into system (#40058) 2026-08-10 08:50:40 +00:00
test_feature.py fix(api): scope hosted credits by tenant plan (#41131) 2026-08-24 06:35:42 +00:00
test_files_security.py test: migrate knowledge file access sessions and ORM models to SQLite (#40596) 2026-08-27 07:19:20 +00:00
test_files.py test: migrate knowledge file access sessions and ORM models to SQLite (#40596) 2026-08-27 07:19:20 +00:00
test_human_input_form.py test: migrate human input sessions and ORM models to SQLite (#40597) 2026-08-27 12:15:07 +00:00
test_init_validate.py refactor(api): extract init validation into layered application service (#40046) 2026-08-12 08:42:09 +00:00
test_knowledge_fs_proxy.py test: migrate knowledge file access sessions and ORM models to SQLite (#40596) 2026-08-27 07:19:20 +00:00
test_oauth_custom_client_permissions.py fix(api): protect custom OAuth client deletion (#40786) 2026-08-14 10:59:49 +00:00
test_onboarding.py chore: dep inject for model in onboarding step by step tour (#40155) 2026-08-07 12:41:22 +00:00
test_remote_files.py test: migrate knowledge file access sessions and ORM models to SQLite (#40596) 2026-08-27 07:19:20 +00:00
test_spec.py refactor(api): decouple setup and spec endpoints (#40104) 2026-08-08 11:52:15 +00:00
test_system.py refactor(api): merge ping and version endpoints into system (#40058) 2026-08-10 08:50:40 +00:00
test_workflow_run_archive.py refactor(api): extract workflow run archive application service (#41253) 2026-08-27 02:41:43 +00:00
test_workspace_account.py refactor(api): complete account education boundary (#41153) 2026-08-25 01:48:12 +00:00
test_workspace_credential_mutation_permissions.py chore: remove permission check (#41349) 2026-08-27 05:29:38 +00:00
test_workspace_members.py test: migrate auth and access controller ORM models to SQLite (#40572) 2026-08-21 06:12:29 +00:00
test_wraps.py fix(api): honor DELETE JSON body in model_validate (#41288) 2026-08-26 06:38:13 +00:00