Skip to content
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 #1244

Merged
merged 1 commit into from
May 30, 2024
Merged

Version Packages #1244

merged 1 commit into from
May 30, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented May 9, 2024

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/grpc-api@1.9.0

Minor Changes

  • 89191ea: GetPaginatedChargeRecords 添加字段 user_id_or_name,将 GetChargeRecordsTotalCount 中的 userIds 改为 user_id_or_name.
  • 875fe29: 管理系统仪表盘账户信息显示卡片中可用余额逻辑和 UI 优化
  • 6304074: JobTemplate 新增 script_output 可选字段,SubmitJobRequest 新增可选字段 script_output。
  • daf3885: getWhitelistedAccounts 新增返回字段 expirationDate,whitelistAccount 新增字段 expirationDate,在 getWhitelistedAccounts 新增每次查询会检测 中是否有账户过期,有的话会自动删除
  • a53bcad: 充值记录和消费记录支持多选账户搜索,充值记录增加类型搜索;导出充值记录和消费记录同步增加这两个搜索条件
  • f534377: 为 getOperationLogs、 getPaginatedChargeRecords、 getJobs 三个 API 新增了 sortBy、sortOreder 参数,表示排序的列、排序方式(升序、降序、默认)

Patch Changes

  • f534377: 增加了 mis portal 中表格排序的功能,以及部分 UI 的修改

@scow/ai@0.2.2

Patch Changes

  • f534377: 增加了 mis portal 中表格排序的功能,以及部分 UI 的修改
  • 7bcf3bb: AI 新增再次提交作业功能
  • 0957f1a: 修改多平台镜像由于只在 nerdclt push 命令下指定 --all-platforms 导致其他平台层数据缺失无法推送的问题
  • d080a8b: 增加 ai 系统下个人信息中修改密码的后端校验
  • 6304074: 提交作业时,新增保留作业脚本的选项
  • 44c8d67: 修改 copy 命令
  • ad1a565: 数据集、算法、模型的分享去掉源文件地址参数;复制命令换用处理过的命令
  • Updated dependencies [d080a8b]
  • Updated dependencies [f534377]
    • @scow/config@1.4.5
    • @scow/lib-web@1.3.3
    • @scow/lib-operation-log@2.1.5
    • @scow/lib-server@1.2.2
    • @scow/rich-error-model@2.0.0
    • @scow/lib-scheduler-adapter@1.1.9

@scow/audit-server@2.3.2

Patch Changes

  • f534377: 增加了 mis portal 中表格排序的功能,以及部分 UI 的修改
  • Updated dependencies [d080a8b]
    • @scow/config@1.4.5
    • @scow/lib-operation-log@2.1.5
    • @scow/lib-server@1.2.2
    • @scow/protos@1.0.11

@scow/auth@1.5.2

Patch Changes

  • daf3885: mis 系统下,管理员添加白名单新增白名单账户过期字段
  • f534377: 增加了 mis portal 中表格排序的功能,以及部分 UI 的修改
  • Updated dependencies [d080a8b]
    • @scow/config@1.4.5
    • @scow/lib-server@1.2.2

@scow/cli@1.5.2

Patch Changes

  • Updated dependencies [d080a8b]
    • @scow/config@1.4.5

@scow/mis-server@1.5.2

Patch Changes

  • daf3885: getWhitelistedAccounts 新增返回字段 expirationDate,whitelistAccount 新增字段 expirationDate,在 getWhitelistedAccounts 新增每次查询会检测 中是否有账户过期,有的话会自动删除
  • f534377: 增加了 mis portal 中表格排序的功能,以及部分 UI 的修改
  • 875fe29: 管理系统仪表盘账户信息显示卡片中可用余额逻辑和 UI 优化
  • a50d5ce: 修复请求集群适配器接口的报错信息中出现嵌套型信息,导致页面报错信息显示不正确的问题
  • 89191ea: 解决了 mis 系统中消费记录查询用户输入筛选条件后分页不正确的问题。
  • a53bcad: 充值记录和消费记录支持多选账户搜索,充值记录增加类型搜索;导出充值记录和消费记录同步增加这两个搜索条件
  • Updated dependencies [d080a8b]
    • @scow/config@1.4.5
    • @scow/lib-hook@1.0.11
    • @scow/lib-server@1.2.2
    • @scow/protos@1.0.11
    • @scow/lib-scheduler-adapter@1.1.9

@scow/mis-web@1.5.2

Patch Changes

  • daf3885: getWhitelistedAccounts 新增返回字段 expirationDate,whitelistAccount 新增字段 expirationDate,在 getWhitelistedAccounts 新增每次查询会检测 中是否有账户过期,有的话会自动删除
  • d080a8b: 修复在 common.yml 中自定义更改用户密码正则后在管理系统不生效的问题,
    增加平台管理和租户管理下修改用户密码的后端校验
  • c7f2646: 操作日志文案修改:移动文件/文件夹改为移动或重命名文件/文件夹
  • daf3885: mis 系统下,管理员添加白名单新增白名单账户过期字段
  • 90217ac: 操作日志自定义操作类型合并至操作行为进行搜索查询
  • f534377: 增加了 mis portal 中表格排序的功能,以及部分 UI 的修改
  • 875fe29: 管理系统仪表盘账户信息显示卡片中可用余额逻辑和 UI 优化
  • 98a166f: 修复了平台数据统计图(折线图)溢出的问题.
  • 89191ea: 解决了 mis 系统中消费记录查询用户输入筛选条件后分页不正确的问题。
  • f0b3162: 将白名单过期时间选择的最小日期调整至+1 天,将所选择日期的时分秒调整至 24:00:00(00:00:00).
  • a53bcad: 充值记录和消费记录支持多选账户搜索,充值记录增加类型搜索;导出充值记录和消费记录同步增加这两个搜索条件
  • Updated dependencies [d080a8b]
  • Updated dependencies [f534377]
    • @scow/config@1.4.5
    • @scow/lib-web@1.3.3
    • @scow/lib-operation-log@2.1.5
    • @scow/protos@1.0.11
    • @scow/rich-error-model@2.0.0

@scow/portal-server@1.5.2

Patch Changes

  • a50d5ce: 修复请求集群适配器接口的报错信息中出现嵌套型信息,导致页面报错信息显示不正确的问题
  • 6304074: 提交作业时,新增保留作业脚本的选项
  • Updated dependencies [d080a8b]
    • @scow/config@1.4.5
    • @scow/lib-server@1.2.2
    • @scow/protos@1.0.11
    • @scow/rich-error-model@2.0.0
    • @scow/lib-scheduler-adapter@1.1.9

@scow/portal-web@1.5.2

Patch Changes

  • f534377: 增加了 mis portal 中表格排序的功能,以及部分 UI 的修改
  • 6304074: 提交作业时,新增保留作业脚本的选项
  • Updated dependencies [d080a8b]
  • Updated dependencies [f534377]
    • @scow/config@1.4.5
    • @scow/lib-web@1.3.3
    • @scow/lib-operation-log@2.1.5
    • @scow/protos@1.0.11
    • @scow/rich-error-model@2.0.0

@scow/demo-vagrant@2.0.4

Patch Changes

  • daf3885: mis 系统下,管理员添加白名单新增白名单账户过期字段
  • f534377: 增加了 mis portal 中表格排序的功能,以及部分 UI 的修改
  • 6304074: 提交作业时,新增保留作业脚本的选项

@scow/config@1.4.5

Patch Changes

  • d080a8b: 修复在 common.yml 中自定义更改用户密码正则后在管理系统不生效的问题,
    增加平台管理和租户管理下修改用户密码的后端校验

@scow/lib-hook@1.0.11

Patch Changes

  • @scow/protos@1.0.11

@scow/lib-operation-log@2.1.5

Patch Changes

  • @scow/protos@1.0.11

@scow/protos@1.0.11

Patch Changes

@scow/lib-scheduler-adapter@1.1.9

Patch Changes

  • @scow/protos@1.0.11

@scow/lib-server@1.2.2

Patch Changes

  • Updated dependencies [d080a8b]
    • @scow/config@1.4.5
    • @scow/protos@1.0.11
    • @scow/rich-error-model@2.0.0
    • @scow/lib-scheduler-adapter@1.1.9

@scow/lib-web@1.3.3

Patch Changes

  • f534377: 增加了 mis portal 中表格排序的功能,以及部分 UI 的修改

@scow/gateway@1.5.2

@pkuhpc-review-bot pkuhpc-review-bot bot added the Code-ReviewRequested Code Review Requested label May 9, 2024
@pkuhpc-review-bot pkuhpc-review-bot bot requested a review from ddadaal May 9, 2024 13:18
@github-actions github-actions bot force-pushed the changeset-release/master branch 9 times, most recently from a35a469 to 44ab811 Compare May 16, 2024 15:28
@github-actions github-actions bot force-pushed the changeset-release/master branch 6 times, most recently from 4519e16 to 63ab534 Compare May 24, 2024 12:58
@github-actions github-actions bot force-pushed the changeset-release/master branch 5 times, most recently from c2d44f7 to 4426d4b Compare May 29, 2024 11:23
@ddadaal ddadaal merged commit 665f531 into master May 30, 2024
1 check passed
@ddadaal ddadaal deleted the changeset-release/master branch May 30, 2024 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code-ReviewRequested Code Review Requested
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant