Skip to content

fix(NET-1509): add fields for client config mtu and pka values #1759

fix(NET-1509): add fields for client config mtu and pka values

fix(NET-1509): add fields for client config mtu and pka values #1759

Triggered via pull request September 6, 2024 15:46
Status Failure
Total duration 38s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 10 warnings
Build: src/components/modals/add-client-modal/AddClientModal.tsx#L165
Argument of type '{ extclientdns: string; is_internet_gw: boolean; metadata: string; }' is not assignable to parameter of type 'CreateIngressNodeDto'.
Build: src/components/modals/quick-setup-modal/QuickSetupModal.tsx#L435
Argument of type '{ extclientdns: string; is_internet_gw: false; metadata: string; }' is not assignable to parameter of type 'CreateIngressNodeDto'.
Build: src/components/modals/quick-setup-modal/QuickSetupModal.tsx#L556
Argument of type '{ extclientdns: string; is_internet_gw: false; metadata: string; }' is not assignable to parameter of type 'CreateIngressNodeDto'.
Build
Process completed with exit code 2.
Lint: src/components/NetworkGraph.tsx#L39
'EGRESS_EDGE_SIZE' is assigned a value but never used
Lint: src/components/VirtualisedTable.tsx#L11
Forbidden non-null assertion
Lint: src/components/modals/add-network-modal/AddNetworkModal.tsx#L14
'generateCIDR' is defined but never used
Lint: src/components/modals/add-network-modal/AddNetworkModal.tsx#L15
'generateCIDR6' is defined but never used
Lint: src/components/modals/add-network-modal/AddNetworkModal.tsx#L16
'generateNetworkName' is defined but never used
Lint: src/components/modals/add-network-modal/AddNetworkModal.tsx#L110
React Hook useCallback has a missing dependency: 'autoFillCIDR'. Either include it or remove the dependency array
Lint: src/components/modals/add-relay-modal/AddRelayModal.tsx#L62
'relayedSearch' is assigned a value but never used
Lint: src/components/modals/client-config-modal/ClientConfigModal.tsx#L97
React Hook useEffect has missing dependencies: 'autoSelectEndpoint', 'loadClientConfig', and 'loadQrCode'. Either include them or remove the dependency array
Lint: src/components/modals/client-config-modal/ClientConfigModal.tsx#L163
Replace `gateway.additional_rag_ips?.map((ip)·=>·({·value:·ip,·label:·ip·}))·??·[]` with `(gateway.additional_rag_ips?.map((ip)·=>·({·value:·ip,·label:·ip·}))·??·[])`