Release 124.1.7 #54
Annotations
11 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, docker/setup-buildx-action@v2, actions/setup-node@v3, actions/cache@v3, docker/login-action@v2, docker/build-push-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
|
|
ui/src/components/DashboardBandwidthChart.js#L70
React Hook useCallback has missing dependencies: 'nodeAddresses' and 'nodesPlaneInterface'. Either include them or remove the dependency array
|
ui/src/components/DashboardBandwidthChart.js#L70
React Hook useCallback has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
|
ui/src/components/DashboardBandwidthChart.js#L70
React Hook useCallback has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
|
ui/src/components/DashboardChartThroughput.js#L75
React Hook useCallback has a missing dependency: 'nodeAddresses'. Either include it or remove the dependency array
|
ui/src/components/DashboardChartThroughput.js#L75
React Hook useCallback has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
|
ui/src/components/MetricChart.js#L39
React Hook useCallback has missing dependencies: 'getMetricAvgQuery' and 'getMetricQuery'. Either include them or remove the dependency array. If 'getMetricQuery' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
ui/src/components/MetricSymmetricalChart.js#L61
React Hook useCallback has missing dependencies: 'getMetricAboveAvgQuery', 'getMetricAboveQuery', and 'nodesIPsInfo'. Either include them or remove the dependency array. If 'getMetricAboveQuery' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
This job succeeded
Loading