-
Notifications
You must be signed in to change notification settings - Fork 3
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
CNDE 2087: Preprocessing service treatment #195
CNDE 2087: Preprocessing service treatment #195
Conversation
...e/src/main/java/gov/cdc/etldatapipeline/investigation/util/ProcessInvestigationDataUtil.java
Outdated
Show resolved
Hide resolved
...e/src/main/java/gov/cdc/etldatapipeline/investigation/util/ProcessInvestigationDataUtil.java
Outdated
Show resolved
Hide resolved
...e/src/main/java/gov/cdc/etldatapipeline/investigation/util/ProcessInvestigationDataUtil.java
Outdated
Show resolved
Hide resolved
...vice/src/main/java/gov/cdc/etldatapipeline/investigation/repository/model/dto/Treatment.java
Outdated
Show resolved
Hide resolved
liquibase-service/src/main/resources/db/odse/routines/026-sp_treatment_event-001.sql
Show resolved
Hide resolved
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.
LGTM!
.../gov/cdc/etldatapipeline/investigation/repository/model/reporting/TreatmentReportingKey.java
Outdated
Show resolved
Hide resolved
...ervice/src/main/java/gov/cdc/etldatapipeline/investigation/service/InvestigationService.java
Outdated
Show resolved
Hide resolved
...ce/src/test/java/gov/cdc/etldatapipeline/investigation/InvestigationDataProcessingTests.java
Outdated
Show resolved
Hide resolved
...ce/src/test/java/gov/cdc/etldatapipeline/investigation/InvestigationDataProcessingTests.java
Outdated
Show resolved
Hide resolved
...ce/src/test/java/gov/cdc/etldatapipeline/investigation/InvestigationDataProcessingTests.java
Outdated
Show resolved
Hide resolved
# Conflicts: # investigation-service/src/main/java/gov/cdc/etldatapipeline/investigation/util/ProcessInvestigationDataUtil.java
# Conflicts: # investigation-service/src/main/java/gov/cdc/etldatapipeline/investigation/controller/InvestigationController.java # investigation-service/src/main/java/gov/cdc/etldatapipeline/investigation/service/InvestigationService.java # investigation-service/src/main/resources/application.yaml # investigation-service/src/test/java/gov/cdc/etldatapipeline/investigation/controller/InvestigationControllerTest.java # investigation-service/src/test/java/gov/cdc/etldatapipeline/investigation/service/InvestigationServiceTest.java
...ce/src/test/java/gov/cdc/etldatapipeline/investigation/service/InvestigationServiceTest.java
Outdated
Show resolved
Hide resolved
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.
LGTM!
# Conflicts: # db/upgrade/odse/routines/021-sp_treatment_event.sql # db/upgrade/rdb_modern/tables/042-create_nrt_treatment.sql # liquibase-service/src/main/resources/db/odse/routines/026-sp_treatment_event-001.sql # liquibase-service/src/main/resources/db/rdb_modern/tables/042-create_nrt_treatment-001.sql
|
Notes
Treatment preprocessing java service
JIRA
Checklist
Types of changes
What types of changes does this PR introduces?
Testing
gradle build
pass in your local?gradle build
logs attached?