Commit 86bedf2
committed
feat(cloud): 新增容器日志查看和云资源状态同步功能
- 添加容器日志 WebSocket 连接功能,支持实时查看容器日志
- 新增定时任务自动同步所有算力节点的容器和镜像状态
- 优化 WebSocket 中间件处理,避免对 WebSocket 连接进行不必要的拦截
- 修复 WebSSH 终端连接中的并发问题,优化消息处理逻辑
- 前端添加日志查看组件和界面,完善云资源管理功能1 parent 314d92d commit 86bedf2
46 files changed
Lines changed: 7326 additions & 97 deletions
File tree
- .claude
- _bmad-output/planning-artifacts
- server
- api/v1/cloud
- initialize
- model/cloud
- request
- router/cloud
- service/cloud
- source/cloud
- sql
- web
- src
- api/cloud
- components
- ContainerFileManager
- ContainerStats
- view/cloud
- finetune_task
- image
- instance
- network
- volume
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | 5 | | |
8 | 6 | | |
9 | 7 | | |
| |||
0 commit comments