-
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
Fix moog exrtraction #100
Fix moog exrtraction #100
Conversation
.../java/fr/insee/survey/datacollectionmanagement/DatacollectionManagementApplicationTests.java
Outdated
Show resolved
Hide resolved
.andExpect(content().json(jsonAccreditation.toString(), false)); | ||
Questioning questioning = questioningService.findbyId((long) idQuestioning); | ||
.andExpect(content().json(jsonAccreditation, false)); | ||
Questioning questioning = questioningService.findbyId(idQuestioning); | ||
Set<QuestioningAccreditation> setAccreditationFound = questioning.getQuestioningAccreditations(); | ||
QuestioningAccreditation accreditationFound = setAccreditationFound.stream() |
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.
maybe a first assert to check non empty list ?
private final AddressRepository addressRepository; | ||
|
||
final String getEventsQuery = "SELECT qe.id, date, type, survey_unit_id_su, campaign_id " | ||
static final String GET_EVENTS_QUERY = "SELECT qe.id, date, type, survey_unit_id_su, campaign_id " |
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.
use of """ """ ?
identifier, | ||
id, | ||
id_partitioning as batch_num | ||
distinct on |
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.
is perf okay with all these queries change ?
public static final String JUNE = "juin"; | ||
public static final String JULY = "juillet"; | ||
public static final String AUGUST = "août"; | ||
private static final String SEPTEMBER = "septembre"; |
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.
SEPTEMBER private ?
...shared/src/main/java/fr/insee/survey/datacollectionmanagement/metadata/enums/PeriodEnum.java
Outdated
Show resolved
Hide resolved
Quality Gate passedIssues Measures |
No description provided.