feat(webapp): consolidate auth path + add comprehensive auth tests #5707
pr_checks.yml
on: pull_request
Matrix: units / internal / 🧪 Unit Tests: Internal
Matrix: units / packages / 🧪 Unit Tests: Packages
Matrix: units / webapp / 🧪 Unit Tests: Webapp
typecheck
/
typecheck
6m 33s
units
/
...
/
🧪 E2E Tests: Webapp
3m 33s
sdk-compat
/
Bun Runtime
2m 6s
sdk-compat
/
Deno Runtime
2m 5s
sdk-compat
/
Cloudflare Workers
2m 9s
Matrix: e2e / cli-v3
Matrix: sdk-compat / node-compat
units
/
...
/
📊 Merge Reports
21s
units
/
...
/
📊 Merge Reports
27s
units
/
...
/
📊 Merge Reports
23s
Annotations
38 errors
|
units / webapp / 🧪 Unit Tests: Webapp (8, 8)
Process completed with exit code 1.
|
|
units / webapp / 🧪 Unit Tests: Webapp (2, 8)
The strategy configuration was canceled because "units.webapp.unitTests._8_8" failed
|
|
units / webapp / 🧪 Unit Tests: Webapp (2, 8)
Process completed with exit code 1.
|
|
units / webapp / 🧪 Unit Tests: Webapp (7, 8)
The strategy configuration was canceled because "units.webapp.unitTests._8_8" failed
|
|
units / webapp / 🧪 Unit Tests: Webapp (7, 8)
The operation was canceled.
|
|
units / webapp / 🧪 Unit Tests: Webapp (1, 8)
The strategy configuration was canceled because "units.webapp.unitTests._8_8" failed
|
|
units / webapp / 🧪 Unit Tests: Webapp (1, 8)
The operation was canceled.
|
|
units / webapp / 🧪 Unit Tests: Webapp (5, 8)
The strategy configuration was canceled because "units.webapp.unitTests._8_8" failed
|
|
units / webapp / 🧪 Unit Tests: Webapp (5, 8)
The operation was canceled.
|
|
units / webapp / 🧪 Unit Tests: Webapp (4, 8)
The strategy configuration was canceled because "units.webapp.unitTests._8_8" failed
|
|
units / webapp / 🧪 Unit Tests: Webapp (4, 8)
The operation was canceled.
|
|
units / webapp / 🧪 Unit Tests: Webapp (6, 8)
The strategy configuration was canceled because "units.webapp.unitTests._8_8" failed
|
|
units / webapp / 🧪 Unit Tests: Webapp (6, 8)
The operation was canceled.
|
|
units / internal / 🧪 Unit Tests: Internal (4, 8)
Process completed with exit code 1.
|
|
units / webapp / 📊 Merge Reports
Process completed with exit code 1.
|
|
units / internal / 🧪 Unit Tests: Internal (7, 8)
The strategy configuration was canceled because "units.internal.unitTests._4_8" failed
|
|
units / internal / 🧪 Unit Tests: Internal (7, 8)
The operation was canceled.
|
|
units / internal / 🧪 Unit Tests: Internal (5, 8)
The strategy configuration was canceled because "units.internal.unitTests._4_8" failed
|
|
units / internal / 🧪 Unit Tests: Internal (5, 8)
The operation was canceled.
|
|
units / internal / 🧪 Unit Tests: Internal (3, 8)
The strategy configuration was canceled because "units.internal.unitTests._4_8" failed
|
|
units / internal / 🧪 Unit Tests: Internal (3, 8)
The operation was canceled.
|
|
units / internal / 🧪 Unit Tests: Internal (1, 8)
The strategy configuration was canceled because "units.internal.unitTests._4_8" failed
|
|
units / internal / 🧪 Unit Tests: Internal (1, 8)
The operation was canceled.
|
|
units / internal / 🧪 Unit Tests: Internal (6, 8)
The strategy configuration was canceled because "units.internal.unitTests._4_8" failed
|
|
units / internal / 🧪 Unit Tests: Internal (6, 8)
The operation was canceled.
|
|
units / internal / 🧪 Unit Tests: Internal (2, 8)
The strategy configuration was canceled because "units.internal.unitTests._4_8" failed
|
|
units / internal / 🧪 Unit Tests: Internal (2, 8)
The operation was canceled.
|
|
units / internal / 📊 Merge Reports
Process completed with exit code 1.
|
|
typecheck / typecheck
Process completed with exit code 2.
|
|
typecheck / typecheck
Type '({ row, addressingKey }: { row: { type: string; tags: string[]; id: string; createdAt: Date; updatedAt: Date; organizationId: string; friendlyId: string; projectId: string; taskIdentifier: string; expiresAt: Date | null; ... 8 more ...; closedReason: string | null; } | null; addressingKey: string; }) => { ...; }' is not assignable to type '(resource: { row: { type: string; tags: string[]; id: string; createdAt: Date; updatedAt: Date; organizationId: string; friendlyId: string; projectId: string; taskIdentifier: string; expiresAt: Date | null; ... 8 more ...; closedReason: string | null; } | null; addressingKey: string; }, params: { ...; }, searchParam...'.
|
|
typecheck / typecheck
Type '{ sessions: string; }' is not assignable to type 'AuthResource'.
|
|
typecheck / typecheck
Type '(params: { session: string; io: "in" | "out"; }, _: undefined, __: undefined, ___: undefined, session: { type: string; tags: string[]; id: string; createdAt: Date; updatedAt: Date; organizationId: string; ... 12 more ...; closedReason: string | null; } | null | undefined) => { ...; }' is not assignable to type '(params: { session: string; io: "in" | "out"; }, searchParams: undefined, headers: undefined, body: undefined, resource: { type: string; tags: string[]; id: string; createdAt: Date; updatedAt: Date; ... 13 more ...; closedReason: string | null; } | null | undefined) => AuthResource'.
|
|
typecheck / typecheck
Type '{ tasks: string; }' is not assignable to type 'AuthResource'.
|
|
typecheck / typecheck
Type '{ tasks: string | string[] | undefined; }' is not assignable to type 'AuthResource'.
|
|
typecheck / typecheck
Type '{ sessions: string; }' is not assignable to type 'AuthResource'.
|
|
typecheck / typecheck
Type '{ sessions: string[]; }' is not assignable to type 'AuthResource'.
|
|
typecheck / typecheck
Type '(params: { session: string; }, _: undefined, __: undefined, ___: { reason: string; callingRunId: string; }, session: { type: string; tags: string[]; id: string; createdAt: Date; updatedAt: Date; ... 13 more ...; closedReason: string | null; } | null | undefined) => { ...; }' is not assignable to type '(params: { session: string; }, searchParams: undefined, headers: undefined, body: { reason: string; callingRunId: string; }, resource: { type: string; tags: string[]; id: string; createdAt: Date; ... 14 more ...; closedReason: string | null; } | null | undefined) => AuthResource'.
|
|
typecheck / typecheck
Type '{ sessions: string; }' is not assignable to type 'AuthResource'.
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
internal-blob-report-4
Expired
|
38.5 KB |
sha256:3d41c8221a3b98fb54edd558e4ebb659be52ede1c5375e5d807148d5575fd8ed
|
|
|
internal-blob-report-8
Expired
|
1.88 KB |
sha256:c3f81deb5c33f5d3fe837188611611238ced88f33a66da329b23512f0d7af438
|
|
|
packages-blob-report-1
Expired
|
97.7 KB |
sha256:81f1611f2ee967a44b00f283556a831605a5df7ae4f64dacc47fc654e4353159
|
|
|
webapp-blob-report-2
Expired
|
21.5 KB |
sha256:e26d47016494c1ceb22c1566ff093c7906aa3bf9f250402510ccf73e46de7101
|
|
|
webapp-blob-report-3
Expired
|
12.3 KB |
sha256:86dd4c06009d18bd8010c3d5acf9876c5ac8832826197a47617c4a2967f27882
|
|
|
webapp-blob-report-8
Expired
|
8.2 KB |
sha256:45582ca02e10394ec68c19d73257612969bbc687c2199fb30dc2b580770ca509
|
|