dify/api/tests/unit_tests/controllers/openapi
Stephen Zhou 38457f27fb
Merge remote-tracking branch 'origin/main' into deploy/konwledge
# Conflicts:
#	.agents/skills/how-to-write-component/references/data.md
#	.agents/skills/how-to-write-component/references/ownership.md
#	api/controllers/inner_api/__init__.py
#	api/tests/test_containers_integration_tests/services/test_account_service.py
#	api/tests/unit_tests/services/test_account_service.py
#	packages/iconify-collections/custom-public/icons.json
#	packages/iconify-collections/custom-public/info.json
#	web/features/new-rag/__tests__/new-knowledge-list.spec.tsx
#	web/features/new-rag/components/knowledge-space-card.tsx
#	web/features/new-rag/document-chunk-tree.tsx
#	web/features/tag-management/components/tag-search-content.tsx
#	web/features/tag-management/components/tag-selector.tsx
#	web/service/client.spec.ts
2026-09-04 19:42:31 +08:00
..
auth refactor(api): decouple system features and web adapters (#40772) 2026-09-01 11:50:52 +00:00
_mode_constants.py fix(app): derive get-app --mode whitelist from listable app types (#37761) 2026-06-23 04:40:05 +00:00
conftest.py refactor(api): move OpenAPI account access behind application services (#41308) 2026-09-04 07:38:01 +00:00
test_account.py refactor(api): move OpenAPI account access behind application services (#41308) 2026-09-04 07:38:01 +00:00
test_app_describe_builder.py test: migrate OpenAPI and tool-file ORM entities (#40637) 2026-08-14 05:34:56 +00:00
test_app_describe_query.py feat: adding dify cli (#36348) 2026-05-26 01:12:36 +00:00
test_app_dsl.py fix(api): enforce app-scoped access on indirect resources (#40893) 2026-08-21 00:52:39 +00:00
test_app_list_query.py fix(app): derive get-app --mode whitelist from listable app types (#37761) 2026-06-23 04:40:05 +00:00
test_app_payloads.py test: migrate auth and access controller ORM models to SQLite (#40572) 2026-08-21 06:12:29 +00:00
test_app_run_dispatch.py feat: adding dify cli (#36348) 2026-05-26 01:12:36 +00:00
test_app_run_rate_limit.py fix(workflow): block manual runs for trigger workflows (#41519) 2026-08-31 09:30:52 +00:00
test_app_run_streaming.py refactor(openapi): resource-oriented paths for /openapi/v1 + difyctl version gate (#38367) 2026-07-08 02:22:59 +00:00
test_apps_permitted_external_query.py test: migrate residual controller sessions and ORM models to SQLite (#40579) 2026-08-18 12:26:33 +00:00
test_audit_app_run.py chore: Caplog type (#37603) 2026-06-18 18:53:13 +00:00
test_contract.py refactor(api): migrate response contract tooling to BaseModel (#37950) 2026-06-26 00:11:04 +00:00
test_cors.py feat: adding dify cli (#36348) 2026-05-26 01:12:36 +00:00
test_device_approve_deny.py feat: adding dify cli (#36348) 2026-05-26 01:12:36 +00:00
test_device_code.py feat: adding dify cli (#36348) 2026-05-26 01:12:36 +00:00
test_device_lookup.py feat: adding dify cli (#36348) 2026-05-26 01:12:36 +00:00
test_device_sso.py refactor(api): decouple system features and web adapters (#40772) 2026-09-01 11:50:52 +00:00
test_device_token.py feat: adding dify cli (#36348) 2026-05-26 01:12:36 +00:00
test_error_contract.py Implement application updates 2026-08-03 05:01:00 -04:00
test_files.py refactor(openapi): inject file upload service (#41606) 2026-09-03 04:42:31 +00:00
test_flask_admission.py refactor(api): move OpenAPI account access behind application services (#41308) 2026-09-04 07:38:01 +00:00
test_health.py feat: adding dify cli (#36348) 2026-05-26 01:12:36 +00:00
test_human_input_form.py test: migrate residual controller sessions and ORM models to SQLite (#40579) 2026-08-18 12:26:33 +00:00
test_input_schema.py test: migrate residual controller sessions and ORM models to SQLite (#40579) 2026-08-18 12:26:33 +00:00
test_knowledge_fs.py Implement application updates 2026-08-03 05:01:00 -04:00
test_meta_version.py test: enforce centralized config overrides (#40869) 2026-08-29 14:05:35 +00:00
test_models.py feat: adding dify cli (#36348) 2026-05-26 01:12:36 +00:00
test_oauth_sso_claims.py refactor(api): decouple system features and web adapters (#40772) 2026-09-01 11:50:52 +00:00
test_oauth_sso_csrf.py feat: adding dify cli (#36348) 2026-05-26 01:12:36 +00:00
test_oauth_sso_host_header.py refactor(api): decouple system features and web adapters (#40772) 2026-09-01 11:50:52 +00:00
test_pagination_envelope.py refactor(openapi/cli): split app usage-face from studio-app build-face (#37641) 2026-06-22 07:46:59 +00:00
test_supported_app_type.py fix(app): derive get-app --mode whitelist from listable app types (#37761) 2026-06-23 04:40:05 +00:00
test_version_gate.py refactor(openapi): resource-oriented paths for /openapi/v1 + difyctl version gate (#38367) 2026-07-08 02:22:59 +00:00
test_workflow_events_openapi.py Merge remote-tracking branch 'origin/main' into deploy/konwledge 2026-08-19 09:27:13 +08:00
test_workspaces_members.py test: migrate residual session factories to shared SQLite (#40665) 2026-08-13 03:04:59 +00:00
test_workspaces.py feat: adding dify cli (#36348) 2026-05-26 01:12:36 +00:00