-
Notifications
You must be signed in to change notification settings - Fork 6
Feat/rapport qualite #417
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
base: refactor/refactoring_magma_traditional_in_new_magma
Are you sure you want to change the base?
Feat/rapport qualite #417
Conversation
/!\ one test for concept is KO => to evaluate
to fix : duplicate code_list
lack type ORGANIZATION rubric
…to feat/rapport-qualite
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- dans le code actuel, il faut revoir la méthode fr.insee.rmes.magma.diffusion.utils.RapportQualiteDTO#transformDTOenRapportQualite : a minima l'isoler dans un service et écrire un test.
=> fait - Dans TestContainerTest : pour pourquoi le
container.stop()est commenté ?
=> Parce qu'il y a withReuse(true) donc c'est contradictoire - monter la version de testcontainers en 1.21.4
=> fait - ConceptDTO : supprimer la méthode getNearbyConceptList et limport de l'annotation @NotNull
=> fait
...est/java/fr/insee/rmes/magma/diffusion/api/testcontainers/queries/OperationsQueriesTest.java
Show resolved
Hide resolved
magma-diffusion-impl/src/main/java/fr/insee/rmes/magma/diffusion/utils/RapportQualiteDTO.java
Outdated
Show resolved
Hide resolved
magma-diffusion-impl/src/main/java/fr/insee/rmes/magma/diffusion/utils/RapportQualiteDTO.java
Outdated
Show resolved
Hide resolved
magma-diffusion-impl/src/main/java/fr/insee/rmes/magma/diffusion/utils/EndpointsUtils.java
Outdated
Show resolved
Hide resolved
magma-diffusion-impl/src/main/java/fr/insee/rmes/magma/diffusion/utils/EndpointsUtils.java
Outdated
Show resolved
Hide resolved
magma-diffusion-impl/src/main/java/fr/insee/rmes/magma/diffusion/utils/EndpointsUtils.java
Outdated
Show resolved
Hide resolved
magma-diffusion-impl/src/main/java/fr/insee/rmes/magma/diffusion/utils/DocumentDTO.java
Show resolved
Hide resolved
It is generated automatically by Spring when serializing the returned object.
|
Pour les tests containers, il n'y a pas de fichier testcontainers.properties pour activer la fonctionnalité de réutilisation donc le => j'ai bien un fichier testcontainers.properties sous C/Users/{idep} avec TESTCONTAINERS_REUSE_ENABLE=true
|
No description provided.