Skip to content

[CTHLU-52] rename reporting-hydration to reporting-pipeline#692

Open
ericbuckley wants to merge 5 commits intomainfrom
eb/cthlu-52/rename-hydration-service-to-pipeline
Open

[CTHLU-52] rename reporting-hydration to reporting-pipeline#692
ericbuckley wants to merge 5 commits intomainfrom
eb/cthlu-52/rename-hydration-service-to-pipeline

Conversation

@ericbuckley
Copy link
Copy Markdown
Contributor

Description

refactor: rename hydration service to pipeline

Related Issues

CTHLU-52

Checklist

  • I have ensured that the pull request is of a manageable size, allowing it to be reviewed within a single session.
  • I have reviewed my changes to ensure they are clear, concise, and well-documented.
  • I have updated the documentation, if applicable.
  • I have added or updated test cases to cover my changes, if applicable.

@ericbuckley ericbuckley self-assigned this Mar 17, 2026
@ericbuckley ericbuckley marked this pull request as ready for review March 17, 2026 23:21
@ericbuckley ericbuckley requested a review from a team as a code owner March 17, 2026 23:21
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.
Copy link
Copy Markdown
Contributor

@adaball adaball left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM :shipit:

@@ -1,21 +1,21 @@
package gov.cdc.etldatapipeline.reportinghydration;
package gov.cdc.etldatapipeline.pipeline;
Copy link
Copy Markdown

@timoballard timoballard Mar 18, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(nit, nb): should this be package gov.cdc.etldatapipeline.reportingpipeline for consistency?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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?

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah I think that's better

Install curl and configure a Docker HEALTHCHECK using the actuator
health endpoint. Expose port 8095 for service access.
@mehansen
Copy link
Copy Markdown
Contributor

do we want to include this service in our dependabot checks?

@@ -1,21 +1,21 @@
package gov.cdc.etldatapipeline.reportinghydration;
package gov.cdc.etldatapipeline.pipeline;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

based on the Slack thread I saw was this supposed to be reporting.pipeline?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants