dify/api/controllers/console/workspace
Novice 6b75188ddc
fix: resolve import migrations and test failures after segment 3 merge
- Migrate core.model_runtime -> dify_graph.model_runtime across 20+ files
- Migrate core.workflow.file -> dify_graph.file across 15+ files
- Migrate core.workflow.enums -> dify_graph.enums in service files
- Fix SandboxContext phantom import in dify_graph/context/__init__.py
- Fix core.app.workflow.node_factory -> core.workflow.node_factory
- Fix toast import paths (useToastContext from toast/context)
- Fix app-info.tsx import paths for relocated app-operations
- Fix 15 frontend test files for API changes, missing QueryClientProvider,
  i18n key renames, and component behavior changes

Made-with: Cursor
2026-03-23 10:31:11 +08:00
..
__init__.py use deco to avoid current_user (#26077) 2025-10-16 15:45:51 +09:00
account.py fix: resolve import migrations and test failures after segment 3 merge 2026-03-23 10:31:11 +08:00
agent_providers.py refactor(api): move model_runtime into dify_graph (#32858) 2026-03-02 20:15:32 +08:00
dsl.py refactor: replace reqparse with Pydantic models in dsl and sandbox_providers 2026-02-04 13:23:07 +08:00
endpoint.py refactor(api): move model_runtime into dify_graph (#32858) 2026-03-02 20:15:32 +08:00
error.py fix: drop dead code phase2 unused class (#22042) 2025-07-17 09:33:07 +08:00
load_balancing_config.py refactor(api): move model_runtime into dify_graph (#32858) 2026-03-02 20:15:32 +08:00
members.py refactor: port api/controllers/console/app/annotation.py api/controllers/console/explore/trial.py api/controllers/console/workspace/account.py api/controllers/console/workspace/members.py api/controllers/service_api/app/annotation.py to basemodel (#31833) 2026-02-03 09:59:00 +08:00
model_providers.py refactor(api): move model_runtime into dify_graph (#32858) 2026-03-02 20:15:32 +08:00
models.py refactor(api): move model_runtime into dify_graph (#32858) 2026-03-02 20:15:32 +08:00
plugin.py refactor(api): move model_runtime into dify_graph (#32858) 2026-03-02 20:15:32 +08:00
sandbox_providers.py fix: resolve import migrations and test failures after segment 3 merge 2026-03-23 10:31:11 +08:00
tool_providers.py refactor(api): move model_runtime into dify_graph (#32858) 2026-03-02 20:15:32 +08:00
trigger_providers.py refactor(api): move model_runtime into dify_graph (#32858) 2026-03-02 20:15:32 +08:00
workspace.py feat: implement workspace permission checks for member invitations an… (#31202) 2026-01-18 19:35:50 -08:00