ForcePilot/backend/server/routers/external_systems
Kris 67ddd748e8 refactor(external_systems_router): 优化多路由代码并新增功能
1. 为告警、删除系统/环境/工具接口添加操作者字段
2. 重构看板路由使用专用服务创建函数
3. 新增工具健康检查接口并完善执行重试注释
2026-07-11 05:40:58 +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-04 00:16:45 +08:00
adapter_router.py refactor(routers): 整理并新增多组渠道相关路由功能 2026-07-02 03:29:06 +08:00
alert_router.py refactor(external_systems_router): 优化多路由代码并新增功能 2026-07-11 05:40:58 +08:00
asset_router.py refactor(routers): 统一完善所有外部系统接口的参数校验和类型约束 2026-07-04 00:16:45 +08:00
audit_log_router.py refactor(routers): 统一完善所有外部系统接口的参数校验和类型约束 2026-07-04 00:16:45 +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 refactor(external_systems_router): 优化多路由代码并新增功能 2026-07-11 05:40:58 +08:00
environment_router.py refactor(external_systems_router): 优化多路由代码并新增功能 2026-07-11 05:40:58 +08:00
execution_router.py refactor(external_systems_router): 优化多路由代码并新增功能 2026-07-11 05:40:58 +08:00
health_check_router.py refactor(routers): 统一完善所有外部系统接口的参数校验和类型约束 2026-07-04 00:16:45 +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-04 00:16:45 +08:00
integration_tool_router.py refactor(routers): 统一完善所有外部系统接口的参数校验和类型约束 2026-07-04 00:16:45 +08:00
metric_router.py refactor(routers): 统一完善所有外部系统接口的参数校验和类型约束 2026-07-04 00:16:45 +08:00
notification_channel_router.py refactor(routers): 统一完善所有外部系统接口的参数校验和类型约束 2026-07-04 00:16:45 +08:00
quota_router.py refactor(routers): 统一完善所有外部系统接口的参数校验和类型约束 2026-07-04 00:16:45 +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(external_systems_router): 优化多路由代码并新增功能 2026-07-11 05:40:58 +08:00
test_case_router.py refactor(routers): 统一完善所有外部系统接口的参数校验和类型约束 2026-07-04 00:16:45 +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(external_systems_router): 优化多路由代码并新增功能 2026-07-11 05:40:58 +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-04 00:16:45 +08:00