reghao
|
0bd1b8022e
update DockerTest
|
hace 1 año |
reghao
|
2f9d7bb1a4
1.修复使用 DockerCompiler 时存在的 bug, bind 到容器 /app 路径下的源码目录是变化的, 若采用 /sourceCodeDir -> /app 映射, 会使得重复 bind /app 目录, 因此将映射顺序修改为 /app -> /sourceCodeDir, 这个顺序只在 DockerCompiler 及其使用的 Docker#runAndRm 中生效, 其他使用到 bind 的地方还是使用 hostDir -> containerDir 这个顺序
|
hace 1 año |
reghao
|
aebf40af30
修复系统运行日志页面的 websocket 重连逻辑 bug
|
hace 1 año |
reghao
|
62af0c4e0a
update AppDeployServiceImpl#isRunning method
|
hace 1 año |
reghao
|
329ece90a7
修复 AppDeployServiceImpl#updateAppDeployingNode 方法 bug
|
hace 1 año |
reghao
|
1f85b6eee2
修复 AppDeployServiceImpl#updateAppDeployingNode 方法 bug
|
hace 1 año |
reghao
|
9f5c39c682
修复对 NullPointerException 异常的 msg 获取
|
hace 1 año |
reghao
|
b171ee2e2d
修复对 NullPointerException 异常的 msg 获取
|
hace 1 año |
reghao
|
f250be3aaf
修复删除 AppDeployConfig 时的 bug
|
hace 1 año |
reghao
|
7682cfb96e
update init_schema.sh
|
hace 1 año |
reghao
|
e36d3041be
更新 deploy 脚本
|
hace 1 año |
reghao
|
0c3977c519
AppConfigTest 中添加对 CompilerConfig 的 compilerBinds 字段的 test-case
|
hace 1 año |
reghao
|
094386e9a8
CompilerConfigServiceImpl#addOrUpdate 方法中需要对 docker 编译类型做额外的验证
|
hace 1 año |
reghao
|
5d119ff00e
1.CompilerConfig 中添加一个 compilerBinds 字段, 如果是 docker 镜像编译器, 则该字段用于设置 host 和 container 间的映射
|
hace 1 año |
reghao
|
07767a9b7b
编译配置列表页面添加编译器镜像列, 此列只对 docker 编译类型有效
|
hace 1 año |
reghao
|
813f41f339
更新 AccountServiceImpl#updateAccountRole 方法中对拥有 admin role 用户数量的统计
|
hace 1 año |
reghao
|
bb94924a59
通过 AppDeployingNode 的 running 字段来判断应用是否在运行中
|
hace 1 año |
reghao
|
651caf25a8
重置构建状态时添加一个确认对话框作为一个缓冲
|
hace 1 año |
reghao
|
d50492d9d0
1.MachineQuery 引入 List<KeyValue> getMachineApps(String machineId) 方法
|
hace 1 año |
reghao
|
cf47477a41
update README.md
|
hace 1 año |
reghao
|
4c51ed12b4
add build.sh
|
hace 1 año |
reghao
|
b293c7cf29
update README.md
|
hace 1 año |
reghao
|
2a6e41ad73
update README.md
|
hace 1 año |
reghao
|
2cef931555
添加 sql 初始化数据
|
hace 1 año |
reghao
|
4193bd73e6
update README.md
|
hace 1 año |
reghao
|
edefc4298b
更新 /home 页面的节点状态统计
|
hace 1 año |
reghao
|
d38a844cef
update README.md
|
hace 1 año |
reghao
|
9bee98a1df
删除 templates/home/index1.html 文件中的 style="height:400px;"
|
hace 1 año |
reghao
|
df5c7fbcbd
MachineQueryImpl 添加一个 getMachineStats 方法, 获取 machine 的状态
|
hace 1 año |
reghao
|
b296d1846e
Bootstrap 中添加对 NullPointerException 异常的处理
|
hace 1 año |