Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(453) create env mission for ulam #454

Closed
wants to merge 96 commits into from

Conversation

aleckvincent
Copy link
Collaborator

No description provided.

@aleckvincent aleckvincent self-assigned this Dec 11, 2024
@aleckvincent aleckvincent linked an issue Dec 11, 2024 that may be closed by this pull request
Copy link

github-actions bot commented Dec 11, 2024

Coverage Report for frontend

Status Category Percentage Covered / Total
🟢 Lines 76.21% (🎯 50%) 1971 / 2586
🟢 Statements 76.1% (🎯 50%) 2051 / 2695
🟢 Functions 73.09% (🎯 50%) 508 / 695
🟢 Branches 68.73% (🎯 50%) 910 / 1324
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
frontend/src/features/common/types/mission-types.ts 100% 100% 100% 100%
Generated in workflow #1450 for commit 32f2fd4 by the Vitest Coverage Report Action

 - mission action controller
Copy link

Overall Project 46.97% -1.5%
Files changed 0%

File Coverage
MissionController.kt 0% -13.92%
APIEnvMissionRepository.kt 0% -92.62%
MissionEntity.kt 0% -93.7%
CreateMission.kt 0% -80.65%
MissionDataOutput.kt 0% -95.76%
MissionEnvActionDataOutput.kt 0% -88%
CreateOrUpdateMissionDataInput.kt 0% -94.98%

lwih and others added 5 commits December 12, 2024 19:39
…efc9879bfa6642

[Snyk] Upgrade @apollo/client from 3.11.9 to 3.11.10
…6e64db6ebee314

[Snyk] Upgrade react-router-dom from 6.27.0 to 6.28.0
 - graphql definitions
 - input object update regarding observations
Copy link

Overall Project 46.74% -1.94%
Files changed 0%

File Coverage
MissionController.kt 0% -15.53%
APIEnvMissionRepository.kt 0% -92.62%
APIEnvControlUnitRepository.kt 0% -94.78%
MissionEntity.kt 0% -93.7%
CreateEnvMission.kt 0% -88%
MissionDataOutput.kt 0% -95.76%
LegacyControlUnitDataOutput.kt 0% -89.89%
MissionEnvActionDataOutput.kt 0% -88%
LegacyControlUnitResourceDataOutput.kt 0% -90.32%
CreateOrUpdateMissionDataInput.kt 0% -94.14%

aleckvincent and others added 7 commits December 17, 2024 11:48
…port-ulam

feat(431) Ajout Dialog Creation Mission ULAM (frontend only)
Bumps the gradle group with 1 update in the /backend directory: [org.springframework:spring-webflux](https://github.com/spring-projects/spring-framework).


Updates `org.springframework:spring-webflux` from 6.1.13 to 6.1.14
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.13...v6.1.14)

---
updated-dependencies:
- dependency-name: org.springframework:spring-webflux
  dependency-type: direct:production
  dependency-group: gradle
...

Signed-off-by: dependabot[bot] <[email protected]>
Snyk has created this PR to upgrade @sentry/react from 8.37.1 to 8.41.0.

See this package in npm:
@sentry/react

See this project in Snyk:
https://app.snyk.io/org/lwih/project/9e97d439-94b9-4c08-b597-4fab31c4fa0e?utm_source=github&utm_medium=referral&page=upgrade-pr
Snyk has created this PR to upgrade type-fest from 4.26.1 to 4.29.0.

See this package in npm:
type-fest

See this project in Snyk:
https://app.snyk.io/org/lwih/project/9e97d439-94b9-4c08-b597-4fab31c4fa0e?utm_source=github&utm_medium=referral&page=upgrade-pr
…c6a6261a5e2021

[Snyk] Upgrade type-fest from 4.26.1 to 4.29.0
…e-e5057cbdba

chore(deps): bump org.springframework:spring-webflux from 6.1.13 to 6.1.14 in /backend in the gradle group across 1 directory
xtiannyeto and others added 29 commits December 30, 2024 16:26
 - creation of an action
feat: introduce missions inter-services
…d449a4e5c88e9c

[Snyk] Upgrade @apollo/client from 3.11.10 to 3.12.2
…7be62b64c1157c

[Snyk] Upgrade dotenv from 16.4.5 to 16.4.7
…47316172afc4e2

[Snyk] Upgrade type-fest from 4.29.0 to 4.30.0
 -  install react query  + axios + config
 - Remove output and input types
 - Update signature of components
 - create actions
 - get list of actions
 - get action by id
 - update actions
 - create Action control, create action status
 - unwind response + commit after call
 - controller delete by id
 - use case delete by id
 - test delete by id
 - front action delete
 - delete action test
 - Move uuid parsing in use_case to avoid error
 - update Use_case and test
 - disabled delete action over fish and env
 - fix coordinates over objects
 -
…ion-action

Feature/461 front   update mission action
feat: introduce documentation skeleton
chore: bump monitor-ui and style-components to new major
…ackend' into 453-feat-creation-mission-ulam-backend

# Conflicts:
#	backend/src/main/kotlin/fr/gouv/dgampa/rapportnav/domain/use_cases/mission/action/v2/UpdateEnvAction.kt
#	backend/src/main/kotlin/fr/gouv/dgampa/rapportnav/domain/use_cases/mission/action/v2/UpdateFishAction.kt
#	backend/src/main/kotlin/fr/gouv/dgampa/rapportnav/domain/use_cases/mission/action/v2/UpdateNavAction.kt
#	backend/src/main/kotlin/fr/gouv/dgampa/rapportnav/domain/use_cases/mission/control/v2/ProcessMissionActionControl.kt
#	backend/src/main/kotlin/fr/gouv/dgampa/rapportnav/domain/use_cases/mission/control/v2/ProcessMissionActionControlEnvTarget.kt
#	backend/src/main/kotlin/fr/gouv/dgampa/rapportnav/domain/use_cases/mission/infraction/v2/ProcessMissionActionInfraction.kt
#	backend/src/main/kotlin/fr/gouv/dgampa/rapportnav/domain/use_cases/mission/infraction/v2/ProcessMissionActionInfractionEnvTarget.kt
#	backend/src/main/kotlin/fr/gouv/dgampa/rapportnav/infrastructure/api/bff/model/v2/MissionAction.kt
#	backend/src/main/kotlin/fr/gouv/dgampa/rapportnav/infrastructure/api/bff/model/v2/MissionFishActionData.kt
#	backend/src/main/kotlin/fr/gouv/dgampa/rapportnav/infrastructure/api/bff/v2/MissionActionController.kt
#	backend/src/main/resources/graphql/mission-action.graphqls
#	backend/src/main/resources/graphql/mission.graphqls
#	backend/src/test/kotlin/fr/gouv/gmampa/rapportnav/domain/use_cases/mission/action/ProcessMissionActionInfractionEnvTargetTest .kt
#	backend/src/test/kotlin/fr/gouv/gmampa/rapportnav/domain/use_cases/mission/action/ProcessMissionActionInfractionTest.kt
#	backend/src/test/kotlin/fr/gouv/gmampa/rapportnav/domain/use_cases/mission/action/UpdateEnvActionTest.kt
#	backend/src/test/kotlin/fr/gouv/gmampa/rapportnav/domain/use_cases/mission/action/UpdateFishActionTest.kt
#	backend/src/test/kotlin/fr/gouv/gmampa/rapportnav/domain/use_cases/mission/action/UpdateNavActionTest.kt
#	backend/src/test/kotlin/fr/gouv/gmampa/rapportnav/mocks/mission/action/ControlInputMock.kt
#	frontend/package-lock.json
#	frontend/package.json
#	frontend/src/v2/features/ulam/components/element/__tests__/mission-general-information-ulam-form-new.test.tsx
#	frontend/src/v2/features/ulam/components/element/mission-list-ulam.tsx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: creation mission ulam backend
4 participants