Skip to content

add filter label endpoint #1290

add filter label endpoint

add filter label endpoint #1290

Triggered via push January 30, 2025 09:56
Status Success
Total duration 8m 16s
Artifacts
create_environment
21s
create_environment
Matrix: test
Matrix: build
Matrix: deploy
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
test (admin, 5048b49cf): admin/src/app.jsx#L71
Unexpected use of file extension "service" for "./services/cohort.service"
test (admin, 5048b49cf): admin/src/app.jsx#L164
React Hook useEffect has a missing dependency: 'dispatch'. Either include it or remove the dependency array
test (admin, 5048b49cf): admin/src/app.jsx#L207
React Hook useEffect has missing dependencies: 'cohorts' and 'dispatch'. Either include them or remove the dependency array
test (admin, 5048b49cf): admin/src/assets/ArrowUp.jsx#L3
'props' is defined but never used
test (admin, 5048b49cf): admin/src/assets/icons/EmptyFileIcon.jsx#L3
'props' is defined but never used
test (admin, 5048b49cf): admin/src/components/FileUpload.jsx#L104
React Hook useCallback has an unnecessary dependency: 'files'. Either exclude it or remove the dependency array
test (admin, 5048b49cf): admin/src/components/IconDomain.jsx#L50
React Hook React.useEffect has a missing dependency: 'iconStyle'. Either include it or remove the dependency array. If 'setIcon' needs the current value of 'iconStyle', you can also switch to useReducer instead of useState and read 'iconStyle' in the reducer
test (admin, 5048b49cf): admin/src/components/IconDomainRounded.jsx#L50
React Hook React.useEffect has a missing dependency: 'iconStyle'. Either include it or remove the dependency array. If 'setIcon' needs the current value of 'iconStyle', you can also switch to useReducer instead of useState and read 'iconStyle' in the reducer
test (admin, 5048b49cf): admin/src/components/Panel.jsx#L23
React Hook "React.useState" is called conditionally. React Hooks must be called in the exact same order in every component render
test (admin, 5048b49cf): admin/src/components/Panel.jsx#L25
React Hook "React.useEffect" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return?
test (api, 5048b49cf): api/src/__tests__/__mocks__/passport.ts#L8
Do not use "@ts-ignore" because it alters compilation errors
test (api, 5048b49cf): api/src/__tests__/__mocks__/passport.ts#L10
Do not use "@ts-ignore" because it alters compilation errors
test (api, 5048b49cf): api/src/__tests__/__mocks__/passport.ts#L26
Do not use "@ts-ignore" because it alters compilation errors
test (api, 5048b49cf): api/src/__tests__/__mocks__/passport.ts#L29
Do not use "@ts-ignore" because it alters compilation errors
test (api, 5048b49cf): api/src/__tests__/__mocks__/passport.ts#L31
Do not use "@ts-ignore" because it alters compilation errors
test (api, 5048b49cf): api/src/__tests__/__mocks__/passport.ts#L33
Do not use "@ts-ignore" because it alters compilation errors
test (api, 5048b49cf): api/src/__tests__/__mocks__/passport.ts#L36
Do not use "@ts-ignore" because it alters compilation errors
test (api, 5048b49cf): api/src/__tests__/cle/appelAProjet.test.ts#L21
Do not use "@ts-ignore" because it alters compilation errors