-
Notifications
You must be signed in to change notification settings - Fork 4
Code cleaning : Remove campaignId (except LunaticJsonRawData) #437
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
Open
alexisszmundy
wants to merge
93
commits into
main
Choose a base branch
from
removeCampaignId
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
93 commits
Select commit
Hold shift + click to select a range
b327da3
Merge branch 'java25' into devTests
alexisszmundy 00f75a8
refactor: moved integration tests into dedicated package
alexisszmundy ad30d46
test: contextualVariableController unit test
alexisszmundy 23e7802
test: controllers unit tests
alexisszmundy 16bc8fd
test: rest of controller tests
alexisszmundy 11aa6d0
test: context service unit tests + deprecations
alexisszmundy 2b2abf8
test: contextual variable service unit tests
alexisszmundy 44ca639
test: some services unit tests
alexisszmundy 608bda8
refactor: use mockito annotations
alexisszmundy 00faa8b
chore: imports
alexisszmundy 89036c3
wip: process lunatic raw data test
alexisszmundy df1cebf
Merge branch 'main' into devTests
alexisszmundy 4f804ce
test: lunatic json raw data unit test
alexisszmundy edaddc5
test: services tests
alexisszmundy 0b94aa3
test: save edited no campaignId new condition
alexisszmundy 86eaa67
fix: don't use campaignId
alexisszmundy 34b9686
Merge branch 'main' into devTests
alexisszmundy 789c7b4
Merge branch 'devResponseStates' into devTests
alexisszmundy 4f95d7e
Merge branch 'devResponseStates' into devTests
alexisszmundy 5de6b96
Merge branch 'main' into devTests
alexisszmundy ace5362
Merge branch 'main' into devTests
alexisszmundy c273dbb
fix: test fixes after merge
alexisszmundy 7319ebd
test: more models tests
alexisszmundy 9f5438e
test: cache, context and contextual adapters
alexisszmundy bedda4a
test: adapter tests
alexisszmundy 28e06af
test: surveyunitmodelmongoadapter test
alexisszmundy 840c351
fix: use deep stubs + rename files
alexisszmundy 013eac1
fix: put back normal stubs, problem is local
alexisszmundy feddc14
fix: use jacoco
alexisszmundy cb019be
test: NoDataException
alexisszmundy 86b0338
test: ScheduleDocument & RawResponseInputRepository
alexisszmundy 9888967
test: OidcServiceTest
alexisszmundy 0881302
test: FileUtilsTest
alexisszmundy f0962b8
test: controller adapter tests
alexisszmundy 4705367
chore: remove old tests
alexisszmundy 9bc6d11
fix: put back stubs for cucumber
alexisszmundy ce9b05c
test: health check controller test
alexisszmundy f4a8c13
test: raw response controller reworked
alexisszmundy 45d76e7
chore: disabled unused mode V2 endpoints
alexisszmundy 223751a
fix: mode path variable
alexisszmundy c80efd6
Merge branch 'main' into devTests
alexisszmundy 38697e8
refactor: renamed contextualVariableControllerTest
alexisszmundy 6bf04c7
refactor: moved ControllerAccessTest
alexisszmundy bd19532
test: removed already tested access tests
alexisszmundy c39d703
test: updated filiere model json body for tests
alexisszmundy 99abc8e
chore: remove unused
alexisszmundy beafc6d
refactor: renamed controller access test
alexisszmundy b7832d7
test: converted raw data saving cucumber into IT
alexisszmundy 059184f
Merge branch 'main' into devTests
alexisszmundy 49181b9
test: process filiere model raw data IT wip
alexisszmundy 0ad7630
test: process raw data integration tests
alexisszmundy 0a2ed10
Merge branch 'main' into devTests
alexisszmundy e5e5e96
refactor: abstract in ControllerAccess IT
alexisszmundy ff0def7
refactor: remove useless autowired
alexisszmundy 094b144
test: save context
alexisszmundy aae705d
test: save lunatic model wip
alexisszmundy 0cc4335
test: save lunatic parameterized
alexisszmundy 9c32d03
test: save lunatic model invalid syntax
alexisszmundy 432cbd5
test: get lunatic model and questionnaire IT
alexisszmundy 5f17bb6
Update UtilsControllerTest.java
alexisszmundy 44038a6
refactor: removed compareMaps method
alexisszmundy 0f77597
Merge branch 'main' into devTests
alexisszmundy b3fb103
test: get simplified response wip
alexisszmundy b6320fb
fix: 404 when no simplified found
alexisszmundy dc8fc2c
test: get latest states IT
alexisszmundy 44c36ee
chore: removed deprecated cucumber features
alexisszmundy 8680358
test: delete schedules IT
alexisszmundy 66ee130
chore: remove cucumber
alexisszmundy ebc5894
chore: remove unused resources files
alexisszmundy 7fee2aa
Merge branch 'main' into devTests
alexisszmundy 1191b8d
Update Tests GENESIS.run.xml
alexisszmundy 70d0986
chore: remove partitionId from context
alexisszmundy 78b48b8
chore: remove campaignId except in lunatic json raw
alexisszmundy dd340e3
Merge branch 'main' into removePartitionId
alexisszmundy 842e59c
fix: check updateProcessDate IT
alexisszmundy e5c0308
Merge branch 'devTests' into removePartitionId
alexisszmundy 67f2a24
Merge branch 'removePartitionId' into removeCampaignId
alexisszmundy 26c8a40
Merge branch 'main' into devTests
alexisszmundy dfa6683
fix: disabled delete expired schedules IT
alexisszmundy 5970c24
Merge branch 'devTests' into removePartitionId
alexisszmundy d1b66bb
Merge branch 'removePartitionId' into removeCampaignId
alexisszmundy 1cd25d7
chore: remove campaignId in lunatic xml adapter
alexisszmundy 072c539
chore: remove unused LunaticXmlAdapter campaignId
alexisszmundy 4bf5e6e
Merge branch 'main' into removeCampaignId
alexisszmundy 7a9bd51
Merge branch 'main' into removeCampaignId
alexisszmundy ecd2323
fix: more campaignIds removed
alexisszmundy a4e9b74
fix: remove in tests
alexisszmundy 4d8635d
Merge branch 'main' into removeCampaignId
alexisszmundy b73563f
fix: fixes after merge
alexisszmundy 1dfc3af
Merge branch 'main' into removeCampaignId
alexisszmundy 0a2c187
fix: fixes after merge + context controller UT
alexisszmundy a3ce8eb
chore: sonar
alexisszmundy 4eedfb8
Merge branch 'main' into removeCampaignId
alexisszmundy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
3 changes: 2 additions & 1 deletion
3
.runtests/Unit tests GENESIS.run.xml → .runtests/Tests GENESIS.run.xml
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
35 changes: 0 additions & 35 deletions
35
src/main/java/fr/insee/genesis/controller/mappers/DataProcessingContextMapperDto.java
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
43 changes: 0 additions & 43 deletions
43
src/main/java/fr/insee/genesis/controller/rest/responses/CampaignController.java
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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
Oops, something went wrong.
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.
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.
cf. mon commentaire plus haut : looks good 😄