Open
Conversation
- Create_container 通信补充owner_name字段 - containerstatus补充CREATING、STOPPING、STARTING字段 - 实现心跳方法。在接收到"CREATING"后执行,以api/container_status的路由从Ctrl发送到Node。接收到"RUNNING"的状态后停止接收。
…NNING"的状态后停止接收。 - 补齐API供web侧的心跳方法发出请求。 - 修复了IntegrityError触发后远端(宿主机)依旧创建新容器的bug
- 完成了删除合作者的逻辑
- 修复了 ROOT 权移交时会出现的bug(被降级为admin的用户不存在的问题)
- 修复了一些不合理的反注入逻辑
- 修复了容器创建失败后web的心跳无法牵动展示异常的bug
- 补充了不同机器状态下的限制 - 补充了一些辅助的方法(如心跳等) - 填上了machine_id可能为None却不会正确处理的漏洞
- 修正了注释错误 - 补充了machine_repo和container_repo获取参数的统一方法
- 调整端口,以规避冲突
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.
核心功能
Bug 修复
异常与稳定性
安全与校验
代码优化