dify/api/tests/unit_tests/controllers/console
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 refactor: introduce agent working environment architecture (#39480) 2026-07-28 13:16:05 +00:00
auth Merge remote-tracking branch 'origin/main' into deploy/konwledge 2026-07-27 13:16:01 +08:00
billing refactor(api): migrate tenant/user via DI for several endpoints (#36971) 2026-06-03 04:24:17 +00:00
datasets test: move data source controller coverage to unit tests (#38924) 2026-07-28 03:51:22 +00:00
explore refactor: move trial app capability out of system features (#39562) 2026-07-26 12:02:30 +00:00
snippets test: use sqlite3 session in test_snippet_workflow_draft_variable (#38678) 2026-07-22 09:20:51 +00:00
tag test: use sqlite3 session in test_tags (#38679) 2026-07-22 09:43:41 +00:00
workspace refactor: centralize deployment edition in system features (#39454) 2026-07-24 07:15:02 +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 refactor: remove backend-only system feature fields (#39543) 2026-07-25 02:01:12 +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 fix(api, web): scope trial app file uploads to the app tenant (#39149) 2026-07-20 07:00:45 +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 test: use sqlite3 session in test_init_validate (#38680) 2026-07-22 09:44:29 +00:00
test_onboarding.py feat(web): add step-by-step tour shell (#38785) 2026-07-20 09:23:25 +00:00
test_remote_files.py fix(api, web): scope trial app file uploads to the app tenant (#39149) 2026-07-20 07:00:45 +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 fix(api): keep workflow log archives owner-admin only (#39338) 2026-07-21 04:31:14 +00:00
test_workspace_account.py test: use sqlite3 session in test_workspace_account (#38757) 2026-07-21 08:07:57 +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: gate agent management behind the agent.manage permission (#39330) 2026-07-23 07:34:07 +00:00