Skip to content

feat: add /responses/raw/lunatic-json/{campaignId} endpoint#248

Merged
alexisszmundy merged 3 commits into
InseeFr:mainfrom
marcberger:feat/feat_exportrawresponse_generic2
Jul 9, 2025
Merged

feat: add /responses/raw/lunatic-json/{campaignId} endpoint#248
alexisszmundy merged 3 commits into
InseeFr:mainfrom
marcberger:feat/feat_exportrawresponse_generic2

Conversation

@marcberger

Copy link
Copy Markdown
Collaborator

No description provided.


import java.time.Instant;
import java.time.LocalDateTime;
import java.util.*;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nitpick: pas fan des wildcard

import fr.insee.genesis.infrastructure.repository.RundeckExecutionDBRepository;
import fr.insee.genesis.infrastructure.repository.SurveyUnitMongoDBRepository;
import fr.insee.genesis.infrastructure.repository.VariableTypeMongoDBRepository;
import fr.insee.genesis.infrastructure.repository.*;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nitpick: wildcard

import static org.mockito.Mockito.when;
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.delete;
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.get;
import static org.springframework.http.HttpMethod.*;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

idem

import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.delete;
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.get;
import static org.springframework.http.HttpMethod.*;
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

idem

import java.util.Objects;
import java.util.Optional;
import java.time.Instant;
import java.util.*;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

re-idem

@alexisszmundy alexisszmundy merged commit 2018f86 into InseeFr:main Jul 9, 2025
4 of 5 checks passed
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.

3 participants