-
Notifications
You must be signed in to change notification settings - Fork 4
JSON Raw data processing #143
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 4 commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
b263024
Add unprocessed raw data endpoint
alexisszmundy ff82ef8
Add data processing
alexisszmundy e44151b
Add variable type storage
alexisszmundy c07fdea
Add exception management + fix after mongo tests
alexisszmundy 65517c9
Merge branch 'main' into devRawDataProcessing
alexisszmundy 265347c
refactors
alexisszmundy 7a57e42
Removed unused
alexisszmundy 80f2fdf
Store variablesmap in variabletype collection
alexisszmundy f5e3dbe
Merge branch 'main' into devRawDataProcessing
alicela 61ca83f
fix: remove unused
alicela 275fd5b
Merge branch 'main' into devRawDataProcessing
alexisszmundy 0cf7a1d
fix: cucumber definitions with vartype
alexisszmundy 6d19845
Merge branch 'devRawDataProcessing' of https://github.com/InseeFr/Gen…
alicela 70d916d
Fix for sonar
alicela f3fd06b
build: refactors
alexisszmundy 96881e0
feat: Disabled save Metadata when processing due to mapping problem
alexisszmundy 1651366
Merge branch 'main' into devRawDataProcessing
alexisszmundy 7257f87
fix: use VariableModel not CollectedVariable
alexisszmundy aeecb7c
fix: After merge fixes
alexisszmundy 7bb7385
Merge branch 'main' into devRawDataProcessing
alexisszmundy 23bf782
feat: input JSON raw data structure check and adaptations to lunatic …
alexisszmundy c5def6f
test: add raw data processing functional test
alexisszmundy 3bdac3e
feat: add data verification on raw data processing
alexisszmundy 2457ae9
Merge branch 'main' into devRawDataProcessing
alexisszmundy 9f59a18
refactor: added refactors from Init raw response controller
alexisszmundy b8e342d
Merge branch 'main' into devRawDataProcessing
alexisszmundy 70a2d69
fix: GroupUtils instead of LoopIdentifier
alexisszmundy aa25fed
fix: Mockito not creating mock
alexisszmundy 6a9c22b
chore: remove unused imports
alexisszmundy f9f5504
fix: error on parentId (group parent) name
loichenninger fd5dff3
fix: can't see endpoints in swagger
loichenninger bfca7b5
fix: empty values should be send too
loichenninger 64b5172
test: on fix empty values should be return too
loichenninger 1d76bb1
chore: renaming raw controller services
loichenninger 12e61f8
fix: remove code used for testing
loichenninger 4baf785
fix: change mapper to read raw data in db
loichenninger b095e4e
test: update to take into account the changes
loichenninger 216340c
refactor: RawData model change
loichenninger 6035763
build: WIP on process data corresponding tests are deactivated
loichenninger 2f4d79e
feat: forgot to add recordDate when saving the data
loichenninger 602e107
chore: response message with more details
loichenninger 7f8db99
chore: unnecessary code
loichenninger 6804728
fix: test for saving raw data
alicela 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,31 @@ | ||
| #-------------------------------------------------------------------------------# | ||
| # Qodana analysis is configured by qodana.yaml file # | ||
| # https://www.jetbrains.com/help/qodana/qodana-yaml.html # | ||
| #-------------------------------------------------------------------------------# | ||
| version: "1.0" | ||
|
|
||
| #Specify inspection profile for code analysis | ||
| profile: | ||
| name: qodana.starter | ||
|
|
||
| #Enable inspections | ||
| #include: | ||
| # - name: <SomeEnabledInspectionId> | ||
|
|
||
| #Disable inspections | ||
| #exclude: | ||
| # - name: <SomeDisabledInspectionId> | ||
| # paths: | ||
| # - <path/where/not/run/inspection> | ||
|
|
||
| projectJDK: 21 #(Applied in CI/CD pipeline) | ||
|
|
||
| #Execute shell command before Qodana execution (Applied in CI/CD pipeline) | ||
| #bootstrap: sh ./prepare-qodana.sh | ||
|
|
||
| #Install IDE plugins before Qodana execution (Applied in CI/CD pipeline) | ||
| #plugins: | ||
| # - id: <plugin.id> #(plugin id can be found at https://plugins.jetbrains.com) | ||
|
|
||
| #Specify Qodana linter for analysis (Applied in CI/CD pipeline) | ||
| linter: jetbrains/qodana-jvm-community:latest |
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.
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.