feat(ideas-plaza): 有个想法板块上线 + 模型目录统一 Sprint 1/2 + 发布 1.2.53 #107
Annotations
10 errors and 2 warnings
|
frontend
Process completed with exit code 2.
|
|
src/views/user/__tests__/AccountShareView.spec.ts > AccountShareView async snapshots and mode keys > maps the room growth blocker ACCOUNT_SHARE_QUOTA_GRANDFATHER_GROWTH_BLOCKED to a user-facing message:
frontend/src/views/user/__tests__/AccountShareView.spec.ts#L1643
AssertionError: expected "spy" to be called 1 times, but got 0 times
❯ src/views/user/__tests__/AccountShareView.spec.ts:1643:24
|
|
src/views/user/__tests__/AccountShareView.spec.ts > AccountShareView async snapshots and mode keys > maps the room growth blocker ACCOUNT_SHARE_QUOTA_HISTORICAL_GROWTH_BLOCKED to a user-facing message:
frontend/src/views/user/__tests__/AccountShareView.spec.ts#L1643
AssertionError: expected "spy" to be called 1 times, but got 0 times
❯ src/views/user/__tests__/AccountShareView.spec.ts:1643:24
|
|
src/views/user/__tests__/AccountShareView.spec.ts > AccountShareView async snapshots and mode keys > creates a room from a public-pool account without OAuth fields and reuses the idempotency key after failure:
frontend/src/views/user/__tests__/AccountShareView.spec.ts#L1597
AssertionError: expected "spy" to be called 2 times, but got 0 times
❯ src/views/user/__tests__/AccountShareView.spec.ts:1597:24
|
|
src/views/user/__tests__/AccountShareView.spec.ts > AccountShareView async snapshots and mode keys > fills authoritative image usage while preserving manually split cache fields:
frontend/src/views/user/__tests__/AccountShareView.spec.ts#L1129
AssertionError: expected "spy" to be called with arguments: [ { platform: 'openai', …(2) }, …(1) ]
Received:
1st spy call:
Array [
Object {
"days": 3,
- "model": "gpt-5.5",
+ "model": "",
"platform": "openai",
},
- ObjectContaining {
- "signal": Any<AbortSignal>,
+ Object {
+ "signal": AbortSignal {},
},
]
Number of calls: 1
❯ src/views/user/__tests__/AccountShareView.spec.ts:1129:43
|
|
src/views/user/__tests__/AccountShareView.spec.ts > AccountShareView async snapshots and mode keys > keeps the three-day usage profile scoped to user and platform and ignores a stale dialog response:
frontend/src/views/user/__tests__/AccountShareView.spec.ts#L891
AssertionError: expected "spy" to be called with arguments: [ { platform: 'openai', …(2) }, …(1) ]
Received:
1st spy call:
Array [
Object {
"days": 3,
- "model": "gpt-5.5",
+ "model": "",
"platform": "openai",
},
- ObjectContaining {
- "signal": Any<AbortSignal>,
+ Object {
+ "signal": AbortSignal {},
},
]
Number of calls: 1
❯ src/views/user/__tests__/AccountShareView.spec.ts:891:43
|
|
golangci-lint
issues found
|
|
golangci-lint
not enough arguments in call to provideCleanup
|
|
test
Process completed with exit code 2.
|
|
test
not enough arguments in call to provideCleanup
|
|
docs
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
frontend
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|