-
Notifications
You must be signed in to change notification settings - Fork 6
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
Claim Tracker: Create application #3425
Conversation
JaCoCo Test Coverage
|
9059e40
to
df92a94
Compare
df92a94
to
00346a6
Compare
db50694
to
e9c902f
Compare
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.
nice work, Derek! some minor comments, none should block the merge.
db-init/src/main/resources/database/migrations/V2.2__Tracked_Claim.sql
Outdated
Show resolved
Hide resolved
@dfitchett What was the outcome of you testing these changes locally? |
@Ponnia-M It runs no problems. I'll update the directions above. |
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.
Tested this branch locally and it was successful. Great work!
Summary
Creates the new
Associated tickets or Slack threads:
How does this fix it?1
claims.tracked_claims
How to test this PR
./gradlew :domain-bie-events:svc-claim-tracker:check
./gradlew clean docker
COMPOSE_PROFILES="platform" ./gradlew :dockerComposeUp
COMPOSE_PROFILES="all" ./gradlew :domain-bie-events:dockerComposeUp
Footnotes
Pull-Requests guidelines. If PR is significant, update Current Software State wiki page. ↩