Skip to content

Add more strings/texts in the strings.en.yaml file and replace all the occurences with getString() in frontend #4323

Add more strings/texts in the strings.en.yaml file and replace all the occurences with getString() in frontend

Add more strings/texts in the strings.en.yaml file and replace all the occurences with getString() in frontend #4323

Re-run triggered October 11, 2024 06:24
Status Success
Total duration 6m 48s
Artifacts

build.yml

on: pull_request
backend-checks
0s
backend-checks
frontend-checks
1m 16s
frontend-checks
docker-build-graphql-server
0s
docker-build-graphql-server
docker-build-authentication-server
0s
docker-build-authentication-server
docker-build-subscriber
0s
docker-build-subscriber
docker-build-event-tracker
0s
docker-build-event-tracker
backend-unit-tests
0s
backend-unit-tests
docker-build-frontend
5m 8s
docker-build-frontend
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
frontend-checks: chaoscenter/web/src/components/PipelineDiagram/Nodes/utils.tsx#L9
Unexpected any. Specify a different type
frontend-checks: chaoscenter/web/src/components/PipelineDiagram/PipelineGraph/PipelineGraph.tsx#L101
React Hook useLayoutEffect has missing dependencies: 'redrawSVGLinks', 'renderSVGLinksDelayed', and 'shouldDelayRender'. Either include them or remove the dependency array
frontend-checks: chaoscenter/web/src/components/PipelineDiagram/PipelineGraph/PipelineGraph.tsx#L141
React Hook useEffect has a missing dependency: 'panZoom'. Either include it or remove the dependency array
frontend-checks: chaoscenter/web/src/components/PipelineDiagram/hooks/useIntersection.ts#L39
React Hook useEffect has a missing dependency: 'compareFn'. Either include it or remove the dependency array. If 'compareFn' changes too often, find the parent component that defines it and wrap that definition in useCallback
frontend-checks: chaoscenter/web/src/components/PipelineDiagram/hooks/useResizeObserver.ts#L56
React Hook useEffect has missing dependencies: 'onResize' and 'parentSelector'. Either include them or remove the dependency array
docker-build-frontend
The following actions use a deprecated Node.js version and will be forced to run on node20: jaxxstorm/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/