[CTHLU-52] rename reporting-hydration to reporting-pipeline#692
Open
ericbuckley wants to merge 5 commits intomainfrom
Open
[CTHLU-52] rename reporting-hydration to reporting-pipeline#692ericbuckley wants to merge 5 commits intomainfrom
ericbuckley wants to merge 5 commits intomainfrom
Conversation
Remove the NEDSSDev/ entry from .gitignore to allow the directory and its contents to be tracked by version control.
Add the missing gradle-wrapper.jar and move gradle-wrapper.properties to the standard gradle/wrapper directory. This ensures the gradlew script can correctly locate and bootstrap the Gradle runtime.
timoballard
reviewed
Mar 18, 2026
| @@ -1,21 +1,21 @@ | |||
| package gov.cdc.etldatapipeline.reportinghydration; | |||
| package gov.cdc.etldatapipeline.pipeline; | |||
There was a problem hiding this comment.
(nit, nb): should this be package gov.cdc.etldatapipeline.reportingpipeline for consistency?
Contributor
Author
There was a problem hiding this comment.
yeah it's a good thought, in general I wonder if the whole package name could use an update. Maybe gov.cdc.nbs.datareporting.reportingpipeline is a better package name?
Install curl and configure a Docker HEALTHCHECK using the actuator health endpoint. Expose port 8095 for service access.
Contributor
|
do we want to include this service in our dependabot checks? |
mehansen
reviewed
Mar 18, 2026
| @@ -1,21 +1,21 @@ | |||
| package gov.cdc.etldatapipeline.reportinghydration; | |||
| package gov.cdc.etldatapipeline.pipeline; | |||
Contributor
There was a problem hiding this comment.
based on the Slack thread I saw was this supposed to be reporting.pipeline?
mehansen
approved these changes
Mar 18, 2026
nullflux
approved these changes
Mar 19, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
refactor: rename hydration service to pipeline
Related Issues
CTHLU-52
Checklist