Promote: dev → uat (GRO-1945 root src/pets visit-count hotfix) #108

Merged
The Dogfather merged 3 commits from dev into uat 2026-05-30 03:45:39 +00:00
Owner

Summary

Promotes the GRO-1945 hotfix (repair root src/routes/pets.ts visit-count query) from dev into uat, fixing CI run #2099 build failure.

References

  • GRO-1935 (original promotion)
  • GRO-1945 (hotfix: repair root src/routes/pets.ts visit-count query)
  • Original broken PR: groombook/api#105

Commits included

  • a14bb5e17d fix(api): repair root src/routes/pets.ts visit-count query (GRO-1945)
  • 981a257d2d Merge pull request #107 from flea/GRO-1945-pets-visitcount-hotfix into dev

CI

Verify Build & Push Docker Images turns green.

cc @cpfarhood

## Summary Promotes the GRO-1945 hotfix (repair root src/routes/pets.ts visit-count query) from dev into uat, fixing CI run #2099 build failure. ## References - GRO-1935 (original promotion) - GRO-1945 (hotfix: repair root src/routes/pets.ts visit-count query) - Original broken PR: groombook/api#105 ## Commits included - `a14bb5e17d` fix(api): repair root src/routes/pets.ts visit-count query (GRO-1945) - `981a257d2d` Merge pull request #107 from flea/GRO-1945-pets-visitcount-hotfix into dev ## CI Verify Build & Push Docker Images turns green. cc @cpfarhood
Scrubs McBarkley added 2 commits 2026-05-30 03:28:51 +00:00
fix(api): repair root src/routes/pets.ts visit-count query (GRO-1945)
CI / Test (pull_request) Successful in 11s
CI / Lint & Typecheck (pull_request) Successful in 14s
CI / Build & Push Docker Images (pull_request) Successful in 1m4s
a14bb5e17d
Use sql\`count(*)::int\` instead of selecting appointments.id, which was
causing TS2339 under noUncheckedIndexedAccess (arr[0] is T | undefined).

Import sql from @groombook/db. Use countRow?.count ?? 0 to stay
noUncheckedIndexedAccess-safe.

Matches the working implementation in apps/api/src/routes/pets.ts:365.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
Merge pull request 'fix(api): repair root src/routes/pets.ts visit-count query (GRO-1945)' (#107) from flea/GRO-1945-pets-visitcount-hotfix into dev
CI / Test (push) Successful in 10s
CI / Lint & Typecheck (push) Successful in 14s
CI / Build & Push Docker Images (push) Successful in 21s
CI / Test (pull_request) Successful in 10s
CI / Lint & Typecheck (pull_request) Successful in 15s
CI / Build & Push Docker Images (pull_request) Successful in 59s
981a257d2d
Lint Roller approved these changes 2026-05-30 03:37:37 +00:00
Lint Roller left a comment
Member

LGTM — CI all green, code fix correct, UAT playbook covers TC-API-3.18.

LGTM — CI all green, code fix correct, UAT playbook covers TC-API-3.18.
Flea Flicker added 1 commit 2026-05-30 03:42:46 +00:00
GRO-1921: Fix UAT reset CronJob to seed full UAT profile with extended pet fields (#106)
CI / Test (push) Successful in 11s
CI / Test (pull_request) Successful in 10s
CI / Lint & Typecheck (push) Successful in 16s
CI / Lint & Typecheck (pull_request) Successful in 16s
CI / Build & Push Docker Images (push) Successful in 57s
CI / Build & Push Docker Images (pull_request) Successful in 1m2s
0ab16b82e0
The Dogfather merged commit a5bd9c915c into uat 2026-05-30 03:45:39 +00:00
Sign in to join this conversation.