dify/api/tests/unit_tests/controllers/console
2026-09-08 10:17:25 +00:00
..
agent refactor(controllers): inject message request models (#41884) 2026-09-07 05:14:18 +00:00
app refactor(models): pass session into WorkflowNodeExecutionModel accessors (#41968) 2026-09-08 09:31:08 +00:00
auth refactor(api): decouple console OAuth flow from legacy account services (#41188) 2026-09-03 08:47:14 +00:00
billing test: enforce centralized config overrides (#40869) 2026-08-29 14:05:35 +00:00
datasets test: migrate console dataset document sessions and ORM models to SQLite (#40522) 2026-09-08 10:17:25 +00:00
explore refactor: make explore localization request-driven (#41798) 2026-09-04 06:03:46 +00:00
snippets refactor(models): pass session into Workflow accessors (#41464) 2026-08-29 14:28:15 +00:00
tag feat(rbac): agent RBAC/ACL scenes and resource-locator check bundles (#41768) 2026-09-07 04:39:43 +00:00
workspace test: migrate workspace snippet sessions and ORM models to SQLite (#40524) 2026-09-08 10:17:08 +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 feat(rbac): agent RBAC/ACL scenes and resource-locator check bundles (#41768) 2026-09-07 04:39:43 +00:00
test_document_detail_api_data_source_info.py refactor(models): remove legacy db.session property wrappers on Document (#41721) 2026-09-03 13:34:49 +00:00
test_extension.py refactor(console,web): dep-inject query params with @model_validate (#41646) 2026-09-03 01:50:22 +00:00
test_fastopenapi_init_validate.py test: enforce centralized config overrides (#40869) 2026-08-29 14:05:35 +00:00
test_fastopenapi_setup.py test: centralize controller and storage config overrides (#40867) 2026-08-28 14:47:17 +00:00
test_fastopenapi_system.py test: enforce centralized config overrides (#40869) 2026-08-29 14:05:35 +00:00
test_feature.py refactor(api): trim workspace features response contract (#41948) 2026-09-08 05:42:22 +00:00
test_files_security.py refactor(console): inject file service (#41603) 2026-09-03 04:42:30 +00:00
test_files.py refactor(console): inject file service (#41603) 2026-09-03 04:42:30 +00:00
test_human_input_form.py test: enforce centralized config overrides (#40869) 2026-08-29 14:05:35 +00:00
test_init_validate.py test: enforce centralized config overrides (#40869) 2026-08-29 14:05:35 +00:00
test_knowledge_fs_proxy.py test: centralize controller and storage config overrides (#40867) 2026-08-28 14:47:17 +00:00
test_notification.py refactor: pass notification language explicitly (#41770) 2026-09-04 01:52:30 +00:00
test_oauth_custom_client_permissions.py feat(rbac): agent RBAC/ACL scenes and resource-locator check bundles (#41768) 2026-09-07 04:39:43 +00:00
test_onboarding.py refactor(api): decouple onboarding and notification services (#40759) 2026-08-31 04:37:07 +00:00
test_remote_files.py refactor(api): centralize remote file handling (#41627) 2026-09-03 06:00:13 +00:00
test_spec.py refactor(api): require active workspace in request context (#41280) 2026-09-02 06:54:47 +00:00
test_system.py test: enforce centralized config overrides (#40869) 2026-08-29 14:05:35 +00:00
test_workflow_run_archive.py refactor(api): remove legacy billing enabled state (#41917) 2026-09-07 08:29:57 +00:00
test_workspace_account.py refactor(console): dep-inject account payloads with @model_validate (#41500) 2026-08-31 00:52:10 +00:00
test_workspace_credential_mutation_permissions.py fix(api): enforce RBAC permission on MCP tool provider GET endpoint (#41547) (#41548) 2026-09-08 04:43:24 +00:00
test_workspace_members.py refactor(api): remove legacy billing enabled state (#41917) 2026-09-07 08:29:57 +00:00
test_wraps.py refactor(api): remove legacy billing enabled state (#41917) 2026-09-07 08:29:57 +00:00