Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 16, 2024
1 parent 0957f1a commit 44ab811
Show file tree
Hide file tree
Showing 46 changed files with 270 additions and 89 deletions.
6 changes: 0 additions & 6 deletions .changeset/chatty-sloths-wait.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/flat-students-walk.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/great-eyes-hammer.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/grumpy-scissors-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-flowers-breathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-geese-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-avocados-tap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-candles-rush.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/smart-actors-wink.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/stupid-parrots-grab.md

This file was deleted.

15 changes: 15 additions & 0 deletions apps/ai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @scow/ai

## 0.2.2

### Patch Changes

- f534377: 增加了 mis portal 中表格排序的功能,以及部分 UI 的修改
- 7bcf3bb: AI 新增再次提交作业功能
- 0957f1a: 修改多平台镜像由于只在 nerdclt push 命令下指定 --all-platforms 导致其他平台层数据缺失无法推送的问题
- Updated dependencies [f534377]
- Updated dependencies [f534377]
- @scow/lib-web@1.4.0
- @scow/lib-operation-log@2.1.5
- @scow/rich-error-model@2.0.0
- @scow/lib-scheduler-adapter@1.1.9
- @scow/lib-server@1.2.2

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/ai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scow/ai",
"version": "0.2.1",
"version": "0.2.2",
"private": true,
"files": [
".next",
Expand Down
13 changes: 13 additions & 0 deletions apps/audit-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @scow/audit-server

## 2.4.0

### Minor Changes

- f534377: 为 getOperationLogs、 getPaginatedChargeRecords、 getJobs 三个 API 新增了 sortBy、sortOreder 参数,表示排序的列、排序方式(升序、降序、默认)

### Patch Changes

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

## 2.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/audit-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scow/audit-server",
"version": "2.3.1",
"version": "2.4.0",
"description": "",
"private": true,
"main": "build/index.js",
Expand Down
12 changes: 12 additions & 0 deletions apps/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @scow/auth

## 1.6.0

### Minor Changes

- f534377: 为 getOperationLogs、 getPaginatedChargeRecords、 getJobs 三个 API 新增了 sortBy、sortOreder 参数,表示排序的列、排序方式(升序、降序、默认)

### Patch Changes

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

## 1.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scow/auth",
"version": "1.5.1",
"version": "1.6.0",
"description": "",
"main": "build/index.js",
"private": true,
Expand Down
2 changes: 2 additions & 0 deletions apps/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @scow/cli

## 1.6.0

## 1.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scow/cli",
"version": "1.5.1",
"version": "1.6.0",
"description": "CLI to manage SCOW",
"main": "build/index.js",
"bin": "build/index.js",
Expand Down
2 changes: 2 additions & 0 deletions apps/gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @scow/gateway

## 1.6.0

## 1.5.1

## 1.5.0
Expand Down
2 changes: 1 addition & 1 deletion apps/gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@scow/gateway",
"private": true,
"version": "1.5.1",
"version": "1.6.0",
"main": "build/index.js",
"files": [
"build",
Expand Down
17 changes: 17 additions & 0 deletions apps/mis-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @scow/mis-server

## 1.6.0

### Minor Changes

- f534377: 为 getOperationLogs、 getPaginatedChargeRecords、 getJobs 三个 API 新增了 sortBy、sortOreder 参数,表示排序的列、排序方式(升序、降序、默认)

### Patch Changes

- daf3885: getWhitelistedAccounts 新增返回字段 expirationDate,whitelistAccount 新增字段 expirationDate,在 getWhitelistedAccounts 新增每次查询会检测 中是否有账户过期,有的话会自动删除
- f534377: 增加了 mis portal 中表格排序的功能,以及部分 UI 的修改
- 875fe29: 管理系统仪表盘账户信息显示卡片中可用余额逻辑和 UI 优化
- a53bcad: 充值记录和消费记录支持多选账户搜索,充值记录增加类型搜索;导出充值记录和消费记录同步增加这两个搜索条件
- @scow/protos@1.0.11
- @scow/lib-hook@1.0.11
- @scow/lib-scheduler-adapter@1.1.9
- @scow/lib-server@1.2.2

## 1.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/mis-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scow/mis-server",
"version": "1.5.1",
"version": "1.6.0",
"description": "",
"private": true,
"main": "build/index.js",
Expand Down
20 changes: 20 additions & 0 deletions apps/mis-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @scow/mis-web

## 1.6.0

### Minor Changes

- f534377: 为 getOperationLogs、 getPaginatedChargeRecords、 getJobs 三个 API 新增了 sortBy、sortOreder 参数,表示排序的列、排序方式(升序、降序、默认)

### Patch Changes

- daf3885: getWhitelistedAccounts 新增返回字段 expirationDate,whitelistAccount 新增字段 expirationDate,在 getWhitelistedAccounts 新增每次查询会检测 中是否有账户过期,有的话会自动删除
- daf3885: mis 系统下,管理员添加白名单新增白名单账户过期字段
- f534377: 增加了 mis portal 中表格排序的功能,以及部分 UI 的修改
- 875fe29: 管理系统仪表盘账户信息显示卡片中可用余额逻辑和 UI 优化
- a53bcad: 充值记录和消费记录支持多选账户搜索,充值记录增加类型搜索;导出充值记录和消费记录同步增加这两个搜索条件
- Updated dependencies [f534377]
- Updated dependencies [f534377]
- @scow/lib-web@1.4.0
- @scow/protos@1.0.11
- @scow/lib-operation-log@2.1.5
- @scow/rich-error-model@2.0.0

## 1.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/mis-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scow/mis-web",
"version": "1.5.1",
"version": "1.6.0",
"private": true,
"scripts": {
"dev": "cross-env NEXT_PUBLIC_USE_MOCK=1 next dev",
Expand Down
9 changes: 9 additions & 0 deletions apps/portal-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @scow/portal-server

## 1.6.0

### Patch Changes

- @scow/protos@1.0.11
- @scow/rich-error-model@2.0.0
- @scow/lib-scheduler-adapter@1.1.9
- @scow/lib-server@1.2.2

## 1.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/portal-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scow/portal-server",
"version": "1.5.1",
"version": "1.6.0",
"description": "",
"main": "build/index.js",
"private": true,
Expand Down
16 changes: 16 additions & 0 deletions apps/portal-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @scow/portal-web

## 1.6.0

### Minor Changes

- f534377: 为 getOperationLogs、 getPaginatedChargeRecords、 getJobs 三个 API 新增了 sortBy、sortOreder 参数,表示排序的列、排序方式(升序、降序、默认)

### Patch Changes

- f534377: 增加了 mis portal 中表格排序的功能,以及部分 UI 的修改
- Updated dependencies [f534377]
- Updated dependencies [f534377]
- @scow/lib-web@1.4.0
- @scow/protos@1.0.11
- @scow/lib-operation-log@2.1.5
- @scow/rich-error-model@2.0.0

## 1.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/portal-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scow/portal-web",
"version": "1.5.1",
"version": "1.6.0",
"private": true,
"scripts": {
"dev": "cross-env NEXT_PUBLIC_USE_MOCK=1 next dev",
Expand Down
75 changes: 75 additions & 0 deletions changelogs/v1.6.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
# v1.6.0

发布于:2024/5/16 23:28:41



# 配置文件

配置文件版本:1.4.4


# SCOW API和Hook

SCOW API版本:1.9.0

### 重要更新
- 管理系统仪表盘账户信息显示卡片中可用余额逻辑和 UI 优化 ([875fe295](https://github.com/PKUHPC/SCOW/commit/875fe295f4e7bd84f0c045033181d0624a72f538))
- getWhitelistedAccounts 新增返回字段 expirationDate,whitelistAccount 新增字段 expirationDate,在 getWhitelistedAccounts 新增每次查询会检测 中是否有账户过期,有的话会自动删除 ([daf3885f](https://github.com/PKUHPC/SCOW/commit/daf3885feb5d976836001f133786e231be0da5a2))
- 充值记录和消费记录支持多选账户搜索,充值记录增加类型搜索;导出充值记录和消费记录同步增加这两个搜索条件 ([a53bcade](https://github.com/PKUHPC/SCOW/commit/a53bcade9ce674ca599a03386e3bce248e86a480))
- 为 getOperationLogs、 getPaginatedChargeRecords、 getJobs 三个 API 新增了 sortBy、sortOreder 参数,表示排序的列、排序方式(升序、降序、默认) ([f5343771](https://github.com/PKUHPC/SCOW/commit/f5343771fd794be70a84a0a6db8a47f27814af50))

### 小型更新
- 增加了 mis portal 中表格排序的功能,以及部分 UI 的修改 ([f5343771](https://github.com/PKUHPC/SCOW/commit/f5343771fd794be70a84a0a6db8a47f27814af50))


# SCOW

## 门户系统前端 (portal-web)

### 重要更新
- 为 getOperationLogs、 getPaginatedChargeRecords、 getJobs 三个 API 新增了 sortBy、sortOreder 参数,表示排序的列、排序方式(升序、降序、默认) ([f5343771](https://github.com/PKUHPC/SCOW/commit/f5343771fd794be70a84a0a6db8a47f27814af50))

### 小型更新
- 增加了 mis portal 中表格排序的功能,以及部分 UI 的修改 ([f5343771](https://github.com/PKUHPC/SCOW/commit/f5343771fd794be70a84a0a6db8a47f27814af50))

## 管理系统前端 (mis-web)

### 重要更新
- 为 getOperationLogs、 getPaginatedChargeRecords、 getJobs 三个 API 新增了 sortBy、sortOreder 参数,表示排序的列、排序方式(升序、降序、默认) ([f5343771](https://github.com/PKUHPC/SCOW/commit/f5343771fd794be70a84a0a6db8a47f27814af50))

### 小型更新
- getWhitelistedAccounts 新增返回字段 expirationDate,whitelistAccount 新增字段 expirationDate,在 getWhitelistedAccounts 新增每次查询会检测 中是否有账户过期,有的话会自动删除 ([daf3885f](https://github.com/PKUHPC/SCOW/commit/daf3885feb5d976836001f133786e231be0da5a2))
- mis 系统下,管理员添加白名单新增白名单账户过期字段 ([daf3885f](https://github.com/PKUHPC/SCOW/commit/daf3885feb5d976836001f133786e231be0da5a2))
- 增加了 mis portal 中表格排序的功能,以及部分 UI 的修改 ([f5343771](https://github.com/PKUHPC/SCOW/commit/f5343771fd794be70a84a0a6db8a47f27814af50))
- 管理系统仪表盘账户信息显示卡片中可用余额逻辑和 UI 优化 ([875fe295](https://github.com/PKUHPC/SCOW/commit/875fe295f4e7bd84f0c045033181d0624a72f538))
- 充值记录和消费记录支持多选账户搜索,充值记录增加类型搜索;导出充值记录和消费记录同步增加这两个搜索条件 ([a53bcade](https://github.com/PKUHPC/SCOW/commit/a53bcade9ce674ca599a03386e3bce248e86a480))

## 管理系统后端 (mis-server)

### 重要更新
- 为 getOperationLogs、 getPaginatedChargeRecords、 getJobs 三个 API 新增了 sortBy、sortOreder 参数,表示排序的列、排序方式(升序、降序、默认) ([f5343771](https://github.com/PKUHPC/SCOW/commit/f5343771fd794be70a84a0a6db8a47f27814af50))

### 小型更新
- getWhitelistedAccounts 新增返回字段 expirationDate,whitelistAccount 新增字段 expirationDate,在 getWhitelistedAccounts 新增每次查询会检测 中是否有账户过期,有的话会自动删除 ([daf3885f](https://github.com/PKUHPC/SCOW/commit/daf3885feb5d976836001f133786e231be0da5a2))
- 增加了 mis portal 中表格排序的功能,以及部分 UI 的修改 ([f5343771](https://github.com/PKUHPC/SCOW/commit/f5343771fd794be70a84a0a6db8a47f27814af50))
- 管理系统仪表盘账户信息显示卡片中可用余额逻辑和 UI 优化 ([875fe295](https://github.com/PKUHPC/SCOW/commit/875fe295f4e7bd84f0c045033181d0624a72f538))
- 充值记录和消费记录支持多选账户搜索,充值记录增加类型搜索;导出充值记录和消费记录同步增加这两个搜索条件 ([a53bcade](https://github.com/PKUHPC/SCOW/commit/a53bcade9ce674ca599a03386e3bce248e86a480))

## 认证系统 (auth)

### 重要更新
- 为 getOperationLogs、 getPaginatedChargeRecords、 getJobs 三个 API 新增了 sortBy、sortOreder 参数,表示排序的列、排序方式(升序、降序、默认) ([f5343771](https://github.com/PKUHPC/SCOW/commit/f5343771fd794be70a84a0a6db8a47f27814af50))

### 小型更新
- mis 系统下,管理员添加白名单新增白名单账户过期字段 ([daf3885f](https://github.com/PKUHPC/SCOW/commit/daf3885feb5d976836001f133786e231be0da5a2))
- 增加了 mis portal 中表格排序的功能,以及部分 UI 的修改 ([f5343771](https://github.com/PKUHPC/SCOW/commit/f5343771fd794be70a84a0a6db8a47f27814af50))

## AI系统 (ai)

### 小型更新
- 增加了 mis portal 中表格排序的功能,以及部分 UI 的修改 ([f5343771](https://github.com/PKUHPC/SCOW/commit/f5343771fd794be70a84a0a6db8a47f27814af50))
- AI 新增再次提交作业功能 ([7bcf3bbd](https://github.com/PKUHPC/SCOW/commit/7bcf3bbdeacdb5d093a0b18e50bd7f5d61037613))
- 修改多平台镜像由于只在 nerdclt push 命令下指定 --all-platforms 导致其他平台层数据缺失无法推送的问题 ([0957f1ac](https://github.com/PKUHPC/SCOW/commit/0957f1ac19f5e67fc7e059f2161c91b8aa3430a6))


0 comments on commit 44ab811

Please sign in to comment.