ForcePilot/backend/server/routers/external_systems
Kris ddafd95ff0 refactor(routers): 整理并新增多组渠道相关路由功能
1.  移除多个导出接口的显式response_model声明
2.  调整access_rule和test_case的创建接口位置,修复静态路径冲突
3.  优化适配器配置校验的异常处理逻辑
4.  重构集成路由的查询逻辑,统一使用get_integration_or_raise
5.  新增channels路由组下的capability、reports、dashboard、webhook、wizard、doctor、directory、session共8个子路由模块
6.  注册channels_router到全局路由列表
2026-07-02 03:29:06 +08:00
..
__init__.py feat(routers): add external systems management module and its sub routers 2026-06-20 22:16:07 +08:00
access_rule_router.py refactor(routers): 整理并新增多组渠道相关路由功能 2026-07-02 03:29:06 +08:00
adapter_router.py refactor(routers): 整理并新增多组渠道相关路由功能 2026-07-02 03:29:06 +08:00
alert_router.py feat(routers): add external systems management module and its sub routers 2026-06-20 22:16:07 +08:00
asset_router.py feat(routers): add external systems management module and its sub routers 2026-06-20 22:16:07 +08:00
audit_log_router.py refactor(routers): 整理并新增多组渠道相关路由功能 2026-07-02 03:29:06 +08:00
auth_plugin_router.py feat(routers): add external systems management module and its sub routers 2026-06-20 22:16:07 +08:00
dashboard_router.py feat(routers): add external systems management module and its sub routers 2026-06-20 22:16:07 +08:00
environment_router.py refactor(routers): 整理并新增多组渠道相关路由功能 2026-07-02 03:29:06 +08:00
execution_router.py feat(routers): add external systems management module and its sub routers 2026-06-20 22:16:07 +08:00
health_check_router.py feat(routers): add external systems management module and its sub routers 2026-06-20 22:16:07 +08:00
import_router.py feat(routers): add external systems management module and its sub routers 2026-06-20 22:16:07 +08:00
integration_router.py refactor(routers): 整理并新增多组渠道相关路由功能 2026-07-02 03:29:06 +08:00
integration_tool_router.py feat(routers): add external systems management module and its sub routers 2026-06-20 22:16:07 +08:00
metric_router.py feat(routers): add external systems management module and its sub routers 2026-06-20 22:16:07 +08:00
notification_channel_router.py feat(routers): add external systems management module and its sub routers 2026-06-20 22:16:07 +08:00
quota_router.py feat(routers): add external systems management module and its sub routers 2026-06-20 22:16:07 +08:00
secret_rotation_router.py feat(routers): add external systems management module and its sub routers 2026-06-20 22:16:07 +08:00
system_router.py refactor(routers): 整理并新增多组渠道相关路由功能 2026-07-02 03:29:06 +08:00
test_case_router.py refactor(routers): 整理并新增多组渠道相关路由功能 2026-07-02 03:29:06 +08:00
token_router.py feat(routers): add external systems management module and its sub routers 2026-06-20 22:16:07 +08:00
tool_router.py refactor(routers): 整理并新增多组渠道相关路由功能 2026-07-02 03:29:06 +08:00
trash_router.py feat(routers): add external systems management module and its sub routers 2026-06-20 22:16:07 +08:00
webhook_router.py refactor(routers): 整理并新增多组渠道相关路由功能 2026-07-02 03:29:06 +08:00