Add ApplicationCreate
page for new application creation
#588
frontend-test.yaml
on: pull_request
Build and Test
29s
Build Docker image
35s
Annotations
6 errors and 11 warnings
Build and Test
Type 'string' is not assignable to type 'number'.
|
Build and Test
Property 'DELETING' is missing in type '{ STARTING: string; STARTED: string; STOPPING: string; STOPPED: string; ERROR: string; }' but required in type 'Record<ApplicationDeploymentStatus, string>'.
|
Build and Test
Argument of type '{ STARTING: { id: string; defaultMessage: string; }; STARTED: { id: string; defaultMessage: string; }; STOPPING: { id: string; defaultMessage: string; }; STOPPED: { id: string; defaultMessage: string; }; ERROR: { ...; }; }' is not assignable to parameter of type 'Record<ApplicationDeploymentStatus, MessageDescriptor>'.
|
Build and Test
Element implicitly has an 'any' type because expression of type 'ApplicationDeploymentStatus' can't be used to index type 'Record<K, T>'.
|
Build and Test
Process completed with exit code 2.
|
Build Docker image
Process completed with exit code 1.
|
Build and Test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build and Test:
frontend/src/Navigation.tsx#L147
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Build and Test:
frontend/src/Navigation.tsx#L147
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Build and Test:
frontend/src/components/Table.tsx#L60
Unexpected any. Specify a different type
|
Build and Test:
frontend/src/components/Table.tsx#L170
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Build and Test:
frontend/src/components/UpdateTargetStatus.tsx#L105
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Build and Test:
frontend/src/components/UpdateTargetsTable.tsx#L324
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Build and Test:
frontend/src/contexts/Auth.tsx#L208
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Build and Test:
frontend/src/contexts/Auth.tsx#L208
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Build and Test:
frontend/src/i18n/index.tsx#L87
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Build and Test:
frontend/src/i18n/index.tsx#L87
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|