Skip to content

(PC-34459)[PRO] fix: Do not use drawer dialog on recurrence form. #14303

(PC-34459)[PRO] fix: Do not use drawer dialog on recurrence form.

(PC-34459)[PRO] fix: Do not use drawer dialog on recurrence form. #14303

Triggered via push February 7, 2025 10:03
Status Success
Total duration 11m 57s
Artifacts 7
pcapi init job
41s
pcapi init job
Check changes in folders
33s
Check changes in folders
Update Jira issue  /  issue-number
36s
Update Jira issue / issue-number
Pro Units Tests  /  Code/Type/Style Quality check
1m 22s
Pro Units Tests / Code/Type/Style Quality check
[pcapi] build docker image.  /  Build Docker image
[pcapi] build docker image. / Build Docker image
[pcapi-tests] build docker image.  /  Build Docker image
[pcapi-tests] build docker image. / Build Docker image
Matrix: Pro Units Tests / Pro Unit tests
[pcapi-console] build docker image.  /  Build Docker image
3m 43s
[pcapi-console] build docker image. / Build Docker image
Deploy Storybook  /  Build and deploy Storybook
1m 25s
Deploy Storybook / Build and deploy Storybook
Tests API documentation  /  Check API documentation can be built
Tests API documentation / Check API documentation can be built
Deploy maintenance site  /  Deploy maintenance site to bucket
Deploy maintenance site / Deploy maintenance site to bucket
Ping data team on slack  /  Send slack notification
Ping data team on slack / Send slack notification
Update Jira issue  /  update-jira-issues
35s
Update Jira issue / update-jira-issues
Reset cache on master on dependency update  /  Update API Client template
Reset cache on master on dependency update / Update API Client template
Tests pro E2E  /  E2E tests and notifications
10m 58s
Tests pro E2E / E2E tests and notifications
Matrix: Test api / Pytest
Waiting for pending jobs
Test api  /  Pylint
Test api / Pylint
Test api  /  Quality checks
Test api / Quality checks
Test api  /  Test database schema
Test api / Test database schema
Pro Units Tests  /  merge-allure-reports
38s
Pro Units Tests / merge-allure-reports
Pro Units Tests  /  merge-reports
3m 51s
Pro Units Tests / merge-reports
Push pcapi-console docker image to registry  /  Push Docker image
Push pcapi-console docker image to registry / Push Docker image
Push pcapi docker image to registry  /  Push Docker image
Push pcapi docker image to registry / Push Docker image
Deploy to ops  /  Deploy api
0s
Deploy to ops / Deploy api
Deploy to ops  /  ...  /  check-image-resizing-deployed-version
Deploy to ops / Deploy image-resizing EHP / check-image-resizing-deployed-version
Deploy to ops  /  ...  /  check-image-resizing-deployed-version
Deploy to ops / Deploy image-resizing production / check-image-resizing-deployed-version
Deploy to testing  /  Deploy api
0s
Deploy to testing / Deploy api
Deploy to testing  /  ...  /  check-image-resizing-deployed-version
2s
Deploy to testing / Deploy image-resizing EHP / check-image-resizing-deployed-version
Deploy to testing  /  ...  /  check-image-resizing-deployed-version
Deploy to testing / Deploy image-resizing production / check-image-resizing-deployed-version
Deploy to ops  /  Deploy api doc on firebase
0s
Deploy to ops / Deploy api doc on firebase
Deploy to ops  /  apply Algolia settings
0s
Deploy to ops / apply Algolia settings
Deploy to ops  /  ...  /  deploy_on_firebase
Deploy to ops / Deploy pro / deploy_on_firebase
Deploy to ops  /  ...  /  deploy_on_firebase
Deploy to ops / Deploy pro on testing live channel / deploy_on_firebase
Deploy to ops  /  ...  /  Check folder changes
Deploy to ops / Deploy image-resizing EHP / Check if folder changed / Check folder changes
Deploy to ops  /  ...  /  Check folder changes
Deploy to ops / Deploy image-resizing production / Check if folder changed / Check folder changes
Deploy to testing  /  Deploy api doc on firebase
0s
Deploy to testing / Deploy api doc on firebase
Deploy to testing  /  ...  /  deploy_on_firebase
1m 16s
Deploy to testing / Deploy pro on testing live channel / deploy_on_firebase
Deploy to testing  /  apply Algolia settings
0s
Deploy to testing / apply Algolia settings
Deploy to testing  /  ...  /  deploy_on_firebase
Deploy to testing / Deploy pro / deploy_on_firebase
Deploy to testing  /  ...  /  Check folder changes
31s
Deploy to testing / Deploy image-resizing EHP / Check if folder changed / Check folder changes
Deploy to testing  /  ...  /  Check folder changes
Deploy to testing / Deploy image-resizing production / Check if folder changed / Check folder changes
Deploy to ops  /  ...  /  Deploy image resizing
Deploy to ops / Deploy image-resizing EHP / Deploy image resizing
Deploy to ops  /  ...  /  Deploy image resizing
Deploy to ops / Deploy image-resizing production / Deploy image resizing
Deploy to testing  /  ...  /  Deploy image resizing
0s
Deploy to testing / Deploy image-resizing EHP / Deploy image resizing
Deploy to testing  /  ...  /  Deploy image resizing
Deploy to testing / Deploy image-resizing production / Deploy image resizing
Slack notification
0s
Slack notification
Fit to window
Zoom out
Zoom in

Annotations

11 warnings and 1 notice
Pro Units Tests / Code/Type/Style Quality check: pro/src/app/App/hook/useLogNavigation.ts#L32
React Hook useEffect has missing dependencies: 'params' and 'previousPage'. Either include them or remove the dependency array
Pro Units Tests / Code/Type/Style Quality check: pro/src/commons/hooks/useRedirectLoggedUser.ts#L50
React Hook useEffect has missing dependencies: 'dispatch', 'navigate', and 'redirectToUrl'. Either include them or remove the dependency array
Pro Units Tests / Code/Type/Style Quality check: pro/src/components/Address/Address.tsx#L85
React Hook useEffect has missing dependencies: 'addressesMap', 'searchField', and 'setFieldValue'. Either include them or remove the dependency array
Pro Units Tests / Code/Type/Style Quality check: pro/src/components/Bookings/Bookings.tsx#L203
React Hook useEffect has missing dependencies: 'initialAppliedFilters.bookingBeginningDate', 'initialAppliedFilters.bookingEndingDate', 'initialAppliedFilters.bookingStatusFilter', and 'initialAppliedFilters.offerEventDate'. Either include them or remove the dependency array
Pro Units Tests / Code/Type/Style Quality check: pro/src/components/Bookings/BookingsRecapTable/BookingsRecapTable.tsx#L81
React Hook useEffect has a missing dependency: 'applyFilters'. Either include it or remove the dependency array
Pro Units Tests / Code/Type/Style Quality check: pro/src/components/Bookings/PreFilters/PreFilters.tsx#L172
React Hook useCallback has an unnecessary dependency: 'audience'. Either exclude it or remove the dependency array
Pro Units Tests / Code/Type/Style Quality check: pro/src/components/ImageUploader/components/ButtonImageEdit/ModalImageEdit/ModalImageEdit.tsx#L69
React Hook useEffect has missing dependencies: 'initialImageUrl', 'initialOriginalImageUrl', and 'notification'. Either include them or remove the dependency array
Pro Units Tests / Code/Type/Style Quality check: pro/src/components/IndividualOffer/StocksThing/StocksThing.tsx#L93
React Hook useEffect has missing dependencies: 'formik', 'offer', and 'useOffererAddressAsDataSourceEnabled'. Either include them or remove the dependency array
Pro Units Tests / Code/Type/Style Quality check: pro/src/components/IndividualOffer/hooks/useNotifyFormError.ts#L21
React Hook useEffect has missing dependencies: 'errors' and 'notify'. Either include them or remove the dependency array
Pro Units Tests / Code/Type/Style Quality check: pro/src/components/IndividualOffer/hooks/useNotifyFormError.ts#L21
React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
Pro Units Tests / merge-allure-reports
No files were found with the provided path: allure-report/index.html. No artifacts will be uploaded.
Tests pro E2E / E2E tests and notifications
Running e2e-tests with europe-west1-docker.pkg.dev/passculture-infra-prod/pass-culture-artifact-registry/pcapi:latest

Artifacts

Produced during runtime
Name Size
allure-results-pro-unit
1.79 MB
allure-results-pro-unit-1
834 KB
allure-results-pro-unit-2
857 KB
blob-report-1 Expired
765 KB
blob-report-2 Expired
763 KB
pass-culture~pass-culture-main~Z0OPHF.dockerbuild
94 KB
pcapi-console-17e0f300718e25aa4b7909d837e8bbc1f664af83.tar Expired
488 MB