-
Notifications
You must be signed in to change notification settings - Fork 1
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
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Snyk has created this PR to upgrade react-router-dom from 6.27.0 to 6.28.0. See this package in npm: react-router-dom 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 @apollo/client from 3.11.9 to 3.11.10. See this package in npm: @apollo/client 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
- GraphQl definition of controller method and input - useCase of update env, nav, fish - useCase of compute controls - useCase of compute infractions - useCase of compute infraction env target - Tests
Coverage Report for frontend
File Coverage
|
- mission action controller
|
…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
|
…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
- 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
- fix parsing json
fix(mission-action): parsing json
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.