promote: dev → uat (GRO-1790 pet profile summary fixes) #91
Reference in New Issue
Block a user
Delete Branch "promote/dev-to-uat-gro-1790"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Promotes dev → uat, merging the pet profile summary endpoint (GRO-1177) and related fixes into UAT.
Conflicts resolved
.ci-trigger: preferred dev versionTest plan
cc @cpfarhood
b61d899f) to include in dev image d9ba6045adReview: Changes Requested
Critical: The pet profile summary endpoint (GRO-1177) is missing from the promotion branch.
Failure details
apps/api/src/routes/pets.tsin the promotion branch has 285 lines (identical touat) — the same as before the merge.apps/api/src/routes/pets.tsindevhas 415 lines, including theGET /:id/profile-summaryendpoint.uatversion ofpets.tsrather than thedevversion, losing 130 lines of new code.What went wrong
The merge appears to have resolved the
pets.tsmerge by keeping theuatside instead ofdev. Only.ci-triggershows as changed in this PR, but the full diff fromdevshould include the profile summary endpoint changes.How to fix
promote/dev-to-uat-gro-1790branch, copypets.tsfromdevdirectly:apps/api/src/routes/pets.tsnow has ~415 lines and includesGET /:id/profile-summary.Acceptance criteria not met
uatQA Review — APPROVED
All CI checks pass (lint/typecheck, tests, docker build). Reviewed commit
32156e9.Verified:
apps/api/src/routes/pets.ts(415 lines) contains the fully-implementedGET /:id/profile-summaryendpoint (line 315)mergeable: true, targetsuatHandling off to CTO for final review and merge.