-
Notifications
You must be signed in to change notification settings - Fork 4
Integration of the modelefiliere library #342
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
Merged
Merged
Changes from 26 commits
Commits
Show all changes
123 commits
Select commit
Hold shift + click to select a range
21dccf4
feat: new endpoints to save raw response using the modele filiere lib…
loichenninger 3ec9600
fix: remove unnecessary bracket
loichenninger d5e5464
chore: add log
loichenninger 4f4a9d7
test: add new endpoint for testing purpose
loichenninger 71f3429
feat: add @valid on endpoint
loichenninger 8d7eec1
feat: change raw responses urls and status
loichenninger eee89db
feat: WIP implementing new model of raw responses
loichenninger 4bb9271
feat: WIP new modele filiere
loichenninger bc6c80f
feat: WIP still moving to modelefiliere
loichenninger 95b7a83
feat: WIP modelefiliere contextual variables
loichenninger ef1204f
feat: WIP modelefiliere add last extraction date
loichenninger 11eccdc
feat: WIP modelefiliere add lunaticmodel
loichenninger fdb3e3e
chore: delete unused code
loichenninger d4151c3
feat: WIP modelefiliere add questionnaireMetadata and correct typo "p…
loichenninger 0703740
Merge branch 'main' into devModeleFiliere
loichenninger 3d3dd5b
fix: questionnaire with new collecttionInstrumentId were not listed
loichenninger 70aba98
fix: raw responses was not updated with processDate
loichenninger 456dba4
fix; collectionInstrumentId in lunaticmodels was not persisted on insert
loichenninger 72aa21d
fix: fixes for KW
loichenninger 04ff521
fix: fix new ids
loichenninger f19f025
fix: missing@Mapper annotation
loichenninger 242ab9e
fix: improve performance
loichenninger cafdcaf
chore: modelefiliere bump to 2.0.0
loichenninger 8fd8b91
chore: sonar
loichenninger e8c3e86
chore: update branch from main
loichenninger f03b20d
style: fix vocabulary
alicela aaff235
style : fix some issues
alicela 55d63e8
style: deprecate some methods
alicela ebfa906
refactor: change requestparam to pathvariable
alicela 4182e74
style : remove unused
alicela 358a3af
feat: new endpoint to list collection instrument ids containing unpro…
loichenninger b615683
Merge branch 'devModeleFiliere' of https://github.com/InseeFr/Genesis…
alicela b752d4f
style: sonar
alicela fd64a60
style: change for lookup
alicela 6571774
style : add deprecated since
alicela 00d942a
feat: add endpoints necessary for automized processing
loichenninger 648843f
Merge branch 'devModeleFiliere' of https://github.com/InseeFr/Genesis…
loichenninger 81136c9
fix: filter on process date the raw responses tthat needs to be proce…
loichenninger 70aac0c
fix: retrieve context on new document
loichenninger fe12378
fix: get context using either collectionInstrumentId or campaignId
loichenninger 99c2977
fix: typo
loichenninger f59fb56
fix: dataProcessingContext
loichenninger bf834ab
fix: typo
alexisszmundy 4667c63
Merge branch 'main' into devModeleFiliere
alexisszmundy a6be1ef
refactor: add collectionInstrumentId to data context
loichenninger 89ce666
fix: continue if states null or empty
alexisszmundy 0742eda
refactor : simplify condition
alexisszmundy 1f6e684
test: updated mapper test to include old documents
alexisszmundy 36dd2ab
Merge branch 'main' into devFixUsualSurveyUnitId
alexisszmundy 26b5a2a
test: adapted tests to use the current conditions
alexisszmundy 283e31d
fix: little v on default collection instrument id
alexisszmundy c307047
fix: sampletest paradata majorcase V
alexisszmundy 99b44aa
test: KO test for collection instrument interrogationIds
alexisszmundy 9b0e690
test: check interrogationIds
alexisszmundy d2af7ea
fix: no interrogationId since returned if new modele
alexisszmundy 3fe8905
test: KO test for usualSurveyUnitId bug
alexisszmundy e1a5afb
fix: export usualSurveyUnitId if atleast one doc is not null
alexisszmundy 332dc12
doc: modele filiere changelog
alexisszmundy 1940fd6
Merge branch 'main' into devModeleFiliere
alexisszmundy 4d1e88b
Merge branch 'devModeleFiliere' into devFixUsualSurveyUnitId
alexisszmundy 5d902fa
feat: unit tests shortcut for intelliJ
alexisszmundy 41602ae
chore: disabled cucumber features (not executed during ci)
alexisszmundy 4023687
refactor: rollbacked wrong renaming on lunaticjsonrawdata service
alexisszmundy 7cdeb02
refactor: use relevant id for old process
alexisszmundy 78afbfe
feat: feat update modele filiere 2.1.0
aitkarra 8a86b1b
Merge branch 'main' into devGetUnprocessOldModelQuestionnaires
alexisszmundy 874669b
feat: get unprocessed questionnaire Ids lunatic json raw data
alexisszmundy 736b20a
fix: use mongoTemplate to get distinct
alexisszmundy 10b45fb
fix: modelefiliere-2.1.0.jar is not accessible from the INSEE nexus
aitkarra cb578db
feat: add endpoint raw-responses
aitkarra a8f4542
test: bug reproducing
alexisszmundy 3e8c4cc
test: exceptions tests and nested
alexisszmundy 5085be9
fix: questionnaire state into survey unit model
alexisszmundy 3639846
test: validation date time KO test
alexisszmundy d003eef
refactor: tests methods extractions
alexisszmundy dcb99e2
refactor: inline
alexisszmundy 188d756
refactor: method names camel case
alexisszmundy e1fab5e
fix: validation date parsing
alexisszmundy 12de4f3
Merge branch 'main' into devModeleFiliere
alexisszmundy fdae91f
Merge branch 'main' into devFixUsualSurveyUnitId
alexisszmundy 111af1e
Merge branch 'main' into feat-update-modele-filiere-2-1-0
alexisszmundy 7216b17
Merge branch 'main' into devModeleFiliere
alexisszmundy 62e400a
Merge branch 'devModeleFiliere' into devFixUsualSurveyUnitId
alexisszmundy c889181
Merge branch 'devFixUsualSurveyUnitId' into feat-update-modele-filier…
alexisszmundy b1efc20
Merge pull request #363 from InseeFr/feat-update-modele-filiere-2-1-0
alexisszmundy f81fdf7
Merge branch 'devFixUsualSurveyUnitId' into devGetUnprocessOldModelQu…
alexisszmundy 5b241df
Merge branch 'devFixUsualSurveyUnitId' into devFixNewVariablesExport
alexisszmundy 6739f4a
Merge branch 'devFixUsualSurveyUnitId' into devGetUnprocessOldModelQu…
alexisszmundy f89d126
get RawResponseData + LunaticJsonRawData by InterrogationId
Hajarel-moukh 8b9e84c
Merge remote-tracking branch 'origin/devFixUsualSurveyUnitId' into de…
Hajarel-moukh b850c95
add some modifications
Hajarel-moukh d1281a0
add modifications after CR
Hajarel-moukh eb544da
add RequiredArgsConstructor annotation
Hajarel-moukh 6acffa2
refacto
Hajarel-moukh 5ad43ab
update bpm version
Hajarel-moukh c2aae1b
update bpm version
Hajarel-moukh da809cd
refacto
Hajarel-moukh 15aa1cc
upgrade BPM version to 23
Hajarel-moukh 8b4c923
fix: don't send questionnaire id when spec not found
alexisszmundy e7c2283
chore: bump BPM
alexisszmundy 77804b5
feat: add spec check to rawResponse
alexisszmundy f0661a4
fix: find modes in repository
alexisszmundy c8d5173
Merge pull request #365 from InseeFr/devFixNewVariablesExport
alexisszmundy bfa305c
Merge branch 'devFixUsualSurveyUnitId' into dev/combined-rawdata
alexisszmundy 4aa5765
fix: RawResponse to rawResponseModel
alexisszmundy b9370dc
Merge pull request #367 from InseeFr/dev/combined-rawdata
alexisszmundy 8b90338
refactor: refactos after CR
alexisszmundy 7dfea36
Merge branch 'devFixUsualSurveyUnitId' into feat-add-endpoint-raw-res…
alexisszmundy eecb0d5
fix: more RawResponse to RawResponseModel
alexisszmundy 4caf6ca
Merge pull request #364 from InseeFr/feat-add-endpoint-raw-responses-…
alexisszmundy 2f7a4ba
Merge branch 'devFixUsualSurveyUnitId' into devGetUnprocessOldModelQu…
alexisszmundy c378450
fix: fixes after merge
alexisszmundy 5e013d8
fix: wrong collection for get questionnaire id
alexisszmundy df2f401
Merge pull request #362 from InseeFr/devGetUnprocessOldModelQuestionn…
alexisszmundy e059dd1
Merge pull request #361 from InseeFr/devFixUsualSurveyUnitId
alexisszmundy 16e2a9d
fix: Get modes with ModeDTO
alexisszmundy c5d26bd
fix: missing questionnaireState and validationState in doc
alexisszmundy 2431e9a
fix: get last not null verificationDate and QuestionnaireState
alexisszmundy 70d529d
fix: perret url changed
loichenninger fff7f43
fix: update processDate if empty data
alexisszmundy 3c1b60f
Merge branch 'main' into devModeleFiliere
alexisszmundy 25ad63a
fix: Duplicate JSON validator dependancy
alexisszmundy e76af78
chore: removed modele filiere JSON debug endpoint
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.11/apache-maven-3.9.11-bin.zip | ||
| wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.4/maven-wrapper-3.3.4.jar |
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.