chore(api): refactor for v3 API #3408
ci.yaml
on: pull_request
Matrix: eslint-check
Matrix: integration-test
Matrix: prettier-check
Matrix: test
Matrix: type-check
Annotations
27 errors
type-check (18.x):
src/app/Archives/AllTargetsArchivedRecordingsTable.tsx#L110
Property 'id' is missing in type '{ connectUrl: any; alias: any; }' but required in type 'Target'.
|
type-check (18.x):
src/app/Archives/AllTargetsArchivedRecordingsTable.tsx#L200
Property 'id' is missing in type '{ connectUrl: string; alias: string; }' but required in type 'Target'.
|
type-check (18.x):
src/app/Archives/Archives.tsx#L36
Property 'id' is missing in type '{ connectUrl: string; alias: string; }' but required in type 'Target'.
|
type-check (18.x):
src/app/Archives/utils.tsx#L34
Property 'id' is missing in type '{ connectUrl: string; alias: string; }' but required in type 'Target'.
|
type-check (18.x):
src/app/Topology/Actions/CreateTarget.tsx#L178
Argument of type '{ connectUrl: string; alias: string; }' is not assignable to parameter of type 'Target'.
|
type-check (18.x):
src/app/Topology/Actions/CreateTarget.tsx#L207
Argument of type '{ connectUrl: string; alias: string; }' is not assignable to parameter of type 'Target'.
|
type-check (18.x):
src/app/Topology/Actions/CreateTarget.tsx#L403
Property 'id' is missing in type '{ connectUrl: string; alias: string; }' but required in type 'Target'.
|
type-check (18.x):
src/app/utils/fakeData.ts#L48
Property 'id' is missing in type '{ jvmId: string; connectUrl: string; alias: string; labels: { 'pod-template-hash': string; deployment: string; }; annotations: { cryostat: { HOST: string; PORT: string; POD_NAME: string; REALM: string; NAMESPACE: string; }; platform: {}; }; }' but required in type 'Target'.
|
type-check (18.x):
src/test/Agent/AgentLiveProbes.test.tsx#L81
Argument of type 'Observable<{ connectUrl: string; alias: string; jvmId: string; }>' is not assignable to parameter of type 'Observable<NullableTarget>'.
|
type-check (18.x):
src/test/Archives/AllTargetsArchivedRecordingsTable.test.tsx#L26
Property 'id' is missing in type '{ connectUrl: string; alias: string; }' but required in type 'Target'.
|
type-check (16.x)
The job was canceled because "_18_x" failed.
|
type-check (16.x):
src/app/Archives/AllTargetsArchivedRecordingsTable.tsx#L110
Property 'id' is missing in type '{ connectUrl: any; alias: any; }' but required in type 'Target'.
|
type-check (16.x):
src/app/Archives/AllTargetsArchivedRecordingsTable.tsx#L200
Property 'id' is missing in type '{ connectUrl: string; alias: string; }' but required in type 'Target'.
|
type-check (16.x):
src/app/Archives/Archives.tsx#L36
Property 'id' is missing in type '{ connectUrl: string; alias: string; }' but required in type 'Target'.
|
type-check (16.x):
src/app/Archives/utils.tsx#L34
Property 'id' is missing in type '{ connectUrl: string; alias: string; }' but required in type 'Target'.
|
type-check (16.x):
src/app/Topology/Actions/CreateTarget.tsx#L178
Argument of type '{ connectUrl: string; alias: string; }' is not assignable to parameter of type 'Target'.
|
type-check (16.x):
src/app/Topology/Actions/CreateTarget.tsx#L207
Argument of type '{ connectUrl: string; alias: string; }' is not assignable to parameter of type 'Target'.
|
type-check (16.x):
src/app/Topology/Actions/CreateTarget.tsx#L403
Property 'id' is missing in type '{ connectUrl: string; alias: string; }' but required in type 'Target'.
|
type-check (16.x):
src/app/utils/fakeData.ts#L48
Property 'id' is missing in type '{ jvmId: string; connectUrl: string; alias: string; labels: { 'pod-template-hash': string; deployment: string; }; annotations: { cryostat: { HOST: string; PORT: string; POD_NAME: string; REALM: string; NAMESPACE: string; }; platform: {}; }; }' but required in type 'Target'.
|
type-check (16.x):
src/test/Agent/AgentLiveProbes.test.tsx#L81
Argument of type 'Observable<{ connectUrl: string; alias: string; jvmId: string; }>' is not assignable to parameter of type 'Observable<NullableTarget>'.
|
type-check (16.x):
src/test/Archives/AllTargetsArchivedRecordingsTable.test.tsx#L26
Property 'id' is missing in type '{ connectUrl: string; alias: string; }' but required in type 'Target'.
|
integration-test (18.x)
Process completed with exit code 1.
|
integration-test (16.x)
The job was canceled because "_18_x" failed.
|
integration-test (16.x)
Process completed with exit code 1.
|
test (16.x)
Process completed with exit code 1.
|
test (18.x)
The job was canceled because "_16_x" failed.
|
test (18.x)
The operation was canceled.
|