-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version Packages #1145
Merged
Merged
Version Packages #1145
Conversation
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
github-actions
bot
force-pushed
the
changeset-release/master
branch
9 times, most recently
from
March 4, 2024 11:15
b77c695
to
3bd4b6d
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
6 times, most recently
from
March 11, 2024 13:20
078eb3e
to
a33fac3
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
3 times, most recently
from
March 18, 2024 10:53
241928f
to
1bc113e
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
6 times, most recently
from
March 26, 2024 13:01
52e677f
to
cac662d
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
4 times, most recently
from
March 31, 2024 07:43
d3764b0
to
e468e77
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
6 times, most recently
from
April 3, 2024 11:13
9e4f23b
to
b4e96e8
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
April 3, 2024 12:50
b4e96e8
to
7127b8a
Compare
OYX-1
pushed a commit
that referenced
this pull request
Apr 7, 2024
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated. # Releases ## @scow/[email protected] ### Minor Changes - a097dd1: server 增加 ChangeTenant 接口修改用户的所属租户,增加 CreateTenantWithExistingUserAsAdmin 接口允许创建租户时指定已有用户作为租户管理员 - 63d1873: 新增 SetBlockThreshold, SetDefaultAccountBlockThreshold 以及 audit 新增以上接口的 operation_event ### Patch Changes - 850a7ee: 在 getAccountUsers 接口中增加 userStateInAccount , displayedUserState 的返回值 - 785de17: 修改 GetFileMetadataResponse 中文件大小 size 为 uint64 - d3d891a: 门户系统部分操作类型增加 clusterId 及 loginNode 参数 - 24db413: 增加 GetCustomEventTypes 接口获取自定义操作类型,增加 CustomEvent 保存自定义操作类型 - 8dd8c0e: 在 GetAccounts 接口中增加账户状态,账户显示状态,账户白名单状态的返回值,exportAccounts 接口中增加欠费,冻结的查询参数 ## @scow/[email protected] ### Minor Changes - 63d1873: 账户新增封锁阈值,租户新增默认账户默认阈值以 ### Patch Changes - 3c5c8a6: 修复大镜像在 Containerd 运行时推送失败的问题 - a097dd1: 新增无账户关系的用户修改所属租户且可以作为新增租户的管理员功能 - 4e14446: 修复集群 partitions 为空时,页面崩溃的问题以及拼写错误 - 01cfdae: 修改对于 ssh 命令执行错误的判断 - 02d6a18: 新增集群区分 AI 功能和 HPC 功能配置 - b8d7684: 修复 ai 中创建或复制文件数据检查源文件时,后台没有打印日志的问题 - 24db413: 操作日志增加自定义操作类型 - d822db7: ai 系统新增支持 k8s 集群的 containerd 运行时 - 6d4b22c: AI 系统创建应用和训练页面 UI 交互优化 - 0f5d48f: 修复 AI 训练 coreCount 在 gpu 下传参错误问题 - Updated dependencies [02d6a18] - Updated dependencies [146e19f] - Updated dependencies [63d1873] - Updated dependencies [24db413] - Updated dependencies [d822db7] - Updated dependencies [850a7ee] - @scow/[email protected] - @scow/[email protected] - @scow/[email protected] - @scow/[email protected] - @scow/[email protected] - @scow/[email protected] ## @scow/[email protected] ### Minor Changes - 63d1873: 账户新增封锁阈值,租户新增默认账户默认阈值以 ### Patch Changes - 24db413: 操作日志增加自定义操作类型 - d3d891a: 操作日志详细内容展示优化 - Updated dependencies [02d6a18] - Updated dependencies [63d1873] - Updated dependencies [24db413] - Updated dependencies [d822db7] - @scow/[email protected] - @scow/[email protected] - @scow/[email protected] - @scow/[email protected] ## @scow/[email protected] ### Minor Changes - 63d1873: 账户新增封锁阈值,租户新增默认账户默认阈值以 ### Patch Changes - a097dd1: 新增无账户关系的用户修改所属租户且可以作为新增租户的管理员功能 - 8dd8c0e: 修改 Account 实体中原 blocked 字段名为 blocked_in_cluster ,表示在集群中是否为封锁状态 增加字段 state ,字段值为 "NORMAL" , "FROZEN" , "BLOCKED_BY_ADMIN" 的枚举值,优化页面账户显示状态为正常、封锁、欠费 - 6139fec: 修复导出账户和导出充值记录接口缺失 limit,offset 过滤的问题 - 850a7ee: 修改 UserAccount 实体中原 status 字段名为 blocked_in_cluster ,表示在集群中是否为封锁状态 增加字段 state ,允许写入的值为 "NORMAL" , "BLOCKED_BY_ADMIN" 的枚举值 页面增加用户在账户下的 限额 的状态的显示 - Updated dependencies [02d6a18] - Updated dependencies [63d1873] - Updated dependencies [d822db7] - @scow/[email protected] - @scow/[email protected] - @scow/[email protected] - @scow/[email protected] - @scow/[email protected] ## @scow/[email protected] ### Minor Changes - 63d1873: 账户新增封锁阈值,租户新增默认账户默认阈值以 ### Patch Changes - 10956eb: 修复 token 失效后切换系统不跳转回登录页面的问题 - 16f4465: 初始化的用户管理新增前端搜索 - a097dd1: 新增无账户关系的用户修改所属租户且可以作为新增租户的管理员功能 - a970dc7: 优化管理系统用户可见分区页面 Loading 样式 - bd21171: 修改变更租户管理下用户列表中可用账户的列名为 关联账户 - 8dd8c0e: 修改 Account 实体中原 blocked 字段名为 blocked_in_cluster ,表示在集群中是否为封锁状态 增加字段 state ,字段值为 "NORMAL" , "FROZEN" , "BLOCKED_BY_ADMIN" 的枚举值,优化页面账户显示状态为正常、封锁、欠费 - 02d6a18: 新增集群区分 AI 功能和 HPC 功能配置 - 24db413: 操作日志增加自定义操作类型 - 0e3ff89: 统一修改规范用户及账户状态 正常和封锁 为 Available, Blocked;操作 封锁和解封 为 Block,Unblock - 850a7ee: 修改 UserAccount 实体中原 status 字段名为 blocked_in_cluster ,表示在集群中是否为封锁状态 增加字段 state ,允许写入的值为 "NORMAL" , "BLOCKED_BY_ADMIN" 的枚举值 页面增加用户在账户下的 限额 的状态的显示 - d3d891a: 操作日志详细内容展示优化 - Updated dependencies [02d6a18] - Updated dependencies [146e19f] - Updated dependencies [24db413] - Updated dependencies [d822db7] - Updated dependencies [850a7ee] - @scow/[email protected] - @scow/[email protected] - @scow/[email protected] - @scow/[email protected] - @scow/[email protected] ## @scow/[email protected] ### Minor Changes - 63d1873: 账户新增封锁阈值,租户新增默认账户默认阈值以 ### Patch Changes - 10956eb: 修复 token 失效后切换系统不跳转回登录页面的问题 - a097dd1: 新增无账户关系的用户修改所属租户且可以作为新增租户的管理员功能 - 0ad604c: 仪表盘 cpu 和 gpu 利用率百分比显示错误 - 02d6a18: 新增集群区分 AI 功能和 HPC 功能配置 - 24db413: 操作日志增加自定义操作类型 - 79d19be: 改进门户快捷方式的 UI - 25f9caf: 修复文件管理下在终端中打开连接失败及终端不显示登录节点名称的问题 - bc743ad: 修复快捷方式的 icon 显示大小问题 - d3d891a: 操作日志详细内容展示优化 - 1e25062: 改进门户系统仪表盘各个模块的背景设计 - Updated dependencies [02d6a18] - Updated dependencies [146e19f] - Updated dependencies [24db413] - Updated dependencies [d822db7] - Updated dependencies [850a7ee] - @scow/[email protected] - @scow/[email protected] - @scow/[email protected] - @scow/[email protected] - @scow/[email protected] ## @scow/[email protected] ### Minor Changes - 63d1873: 账户新增封锁阈值,租户新增默认账户默认阈值以 ### Patch Changes - Updated dependencies [02d6a18] - Updated dependencies [d822db7] - @scow/[email protected] - @scow/[email protected] - @scow/[email protected] - @scow/[email protected] ## @scow/[email protected] ### Patch Changes - Updated dependencies [02d6a18] - Updated dependencies [63d1873] - Updated dependencies [d822db7] - @scow/[email protected] - @scow/[email protected] ## @scow/[email protected] ### Patch Changes - 4a32bd7: 兼容旧版本自定义认证系统配置 - 7b9e0b6: 去掉 node-cron 表达式前秒的限制 - Updated dependencies [02d6a18] - Updated dependencies [d822db7] - @scow/[email protected] ## @scow/[email protected] ### Patch Changes - 02d6a18: 新增集群区分 AI 功能和 HPC 功能配置 - Updated dependencies [02d6a18] - Updated dependencies [63d1873] - Updated dependencies [d822db7] - @scow/[email protected] - @scow/[email protected] - @scow/[email protected] - @scow/[email protected] - @scow/[email protected] ## @scow/[email protected] ### Patch Changes - 7b9e0b6: 去掉 node-cron 表达式前秒的限制 ## @scow/[email protected] ### Patch Changes - abda3b2: 修改用户模型文档中账户状态及用户在账户中的状态描述的文字错误 - d822db7: ai 系统新增支持 k8s 集群的 containerd 运行时 - 7b9e0b6: 去掉 node-cron 表达式前秒的限制 ## @scow/[email protected] ### Patch Changes - 02d6a18: 集群配置新增 hpc 和 ai enabled 属性 区分 Ai 集群和 HPC 集群或者是融合集群 - d822db7: 集群配置增加 k8s 选项指明容器运行时 ## @scow/[email protected] ### Patch Changes - @scow/[email protected] ## @scow/[email protected] ### Patch Changes - 24db413: 操作日志增加自定义操作类型 - @scow/[email protected] ## @scow/[email protected] ### Patch Changes - Updated dependencies [850a7ee] - Updated dependencies [785de17] - Updated dependencies [d3d891a] - Updated dependencies [a097dd1] - Updated dependencies [63d1873] - Updated dependencies [24db413] - Updated dependencies [8dd8c0e] - @scow/[email protected] ## @scow/[email protected] ### Patch Changes - @scow/[email protected] ## @scow/[email protected] ### Patch Changes - 146e19f: 去掉导航栏多余的下划线 - 850a7ee: 修改 UserAccount 实体中原 status 字段名为 blocked_in_cluster ,表示在集群中是否为封锁状态 增加字段 state ,允许写入的值为 "NORMAL" , "BLOCKED_BY_ADMIN" 的枚举值 页面增加用户在账户下的 限额 的状态的显示 ## @scow/[email protected] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
Releases
@scow/[email protected]
Minor Changes
Patch Changes
@scow/[email protected]
Minor Changes
Patch Changes
@scow/[email protected]
Minor Changes
Patch Changes
@scow/[email protected]
Minor Changes
Patch Changes
增加字段 state ,字段值为 "NORMAL" , "FROZEN" , "BLOCKED_BY_ADMIN" 的枚举值,优化页面账户显示状态为正常、封锁、欠费
增加字段 state ,允许写入的值为 "NORMAL" , "BLOCKED_BY_ADMIN" 的枚举值
页面增加用户在账户下的 限额 的状态的显示
@scow/[email protected]
Minor Changes
Patch Changes
增加字段 state ,字段值为 "NORMAL" , "FROZEN" , "BLOCKED_BY_ADMIN" 的枚举值,优化页面账户显示状态为正常、封锁、欠费
增加字段 state ,允许写入的值为 "NORMAL" , "BLOCKED_BY_ADMIN" 的枚举值
页面增加用户在账户下的 限额 的状态的显示
@scow/[email protected]
Minor Changes
Patch Changes
@scow/[email protected]
Minor Changes
Patch Changes
@scow/[email protected]
Patch Changes
@scow/[email protected]
Patch Changes
@scow/[email protected]
Patch Changes
@scow/[email protected]
Patch Changes
@scow/[email protected]
Patch Changes
@scow/[email protected]
Patch Changes
@scow/[email protected]
Patch Changes
@scow/[email protected]
Patch Changes
@scow/[email protected]
Patch Changes
@scow/[email protected]
Patch Changes
@scow/[email protected]
Patch Changes
增加字段 state ,允许写入的值为 "NORMAL" , "BLOCKED_BY_ADMIN" 的枚举值
页面增加用户在账户下的 限额 的状态的显示
@scow/[email protected]