v1.0.4 - #7
Merged
Merged
v1.0.4#7
Conversation
feat(api): 添加 Docker 主机详细信息查询接口 新增 /api/docker/hosts/:id/info 接口,用于获取指定 Docker 主机的详细信息,包括版本、运行时、资源使用情况等。 feat(frontend): 添加 Docker 主机详细信息查看功能 - 在主机列表页面添加信息按钮,点击可查看主机详细信息 - 实现 StructuredLogRow 组件优化日志显示格式 - 新增 HostInfoModal 弹窗组件展示 Docker 信息详情 - 添加 info API 接口调用方法 chore(version): 更新版本号至 v1.0.4 ```
feat(container-logs): 默认开启实时跟随模式并优化连接管理 默认开启日志实时跟随模式,提升用户体验,打开日志面板即可持续接收新日志。 优化 EventSource 连接错误处理机制: - 区分业务错误和连接层错误,避免误关闭重连中的连接 - 连接建立时清除错误状态,确保重连后恢复正常 - 仅在浏览器放弃重连时才进行收尾处理 后端添加并发安全保护和心跳机制: - 使用互斥锁防止日志推送和心跳并发写入导致的数据竞争 - follow 模式下每15秒发送ping消息保活长连接 - 添加详细日志记录日志流的开始和结束状态 同时修复了搜索功能的防抖逻辑,确保关键词正确应用到后端grep操作。 ```
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.