-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reverts #1264 增加依赖于管理系统的数据库及grpc-api接口的集群停用功能 管理员在管理系统中进行集群停用后,集群在scow中停用 停用后集群中数据不再更新,上线后账户/作业等数据如需同步需手动同步 停用后理应在所有页面不再显示,但注意如历史作业等已经存在的数据可按原集群信息进行查询 **修改mis-web/portal-web下获取集群配置信息的方法为使用grpc api getClusterConfigFiles, 不再在config.js下直接读取配置 文件** **更改集群配置时不再需要重启系统只需刷新页面** ![image](https://github.com/PKUHPC/SCOW/assets/43978285/566de74d-da9c-4587-b7a0-e977881c3af6) ![image](https://github.com/PKUHPC/SCOW/assets/43978285/d7c3c991-5b30-4152-ab7a-c55e57d323a2) ![image](https://github.com/PKUHPC/SCOW/assets/43978285/ff19386f-41ce-4086-90c2-e621508ca1fa) ![image](https://github.com/PKUHPC/SCOW/assets/43978285/bd062972-2371-4e11-9b9b-33f2f47d9a01) ![image](https://github.com/PKUHPC/SCOW/assets/43978285/04e5bbe0-6229-4536-b1ae-e9465809f474) 如果正在访问的集群不存在或没有可以使用的集群 则页面报错或跳转无可用集群页面 请测试老师测试时注意集群配置读取,集群停用时和再启用后的各相关功能
- Loading branch information
Showing
202 changed files
with
4,848 additions
and
859 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@scow/mis-server": minor | ||
--- | ||
|
||
在管理系统和门户系统中增加依赖于管理系统的集群停用功能,在数据库中新增 Cluster 表单 | ||
**注意:停用后集群将不可用,集群所有数据不再更新。再启用后请手动同步平台数据!** |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@scow/ai": patch | ||
--- | ||
|
||
同步操作日志服务中的日志类型,增加启用集群,停用集群 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@scow/config": patch | ||
--- | ||
|
||
增加集群停用功能通用类型 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
"@scow/portal-server": minor | ||
"@scow/portal-web": minor | ||
"@scow/mis-web": minor | ||
"@scow/lib-server": minor | ||
"@scow/cli": minor | ||
"@scow/lib-web": minor | ||
"@scow/docs": minor | ||
--- | ||
|
||
在管理系统和门户系统中增加依赖于管理系统的集群停用功能 | ||
**注意:停用后集群将不可用,集群所有数据不再更新。再启用后请手动同步平台数据!** |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@scow/grpc-api": minor | ||
--- | ||
|
||
新增集群停用功能 api: getClustersRuntimeInfo, activateCluster, deactivateCluster | ||
新增获取集群配置信息api: getClusterConfigFiles |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.