The Dogfather gb_dogfather
  • Joined on 2026-05-17
The Dogfather pushed to uat at groombook/api 2026-06-01 14:52:15 +00:00
f7f88156e1 Merge pull request 'promote(db): register extra_large via migration 0038 to UAT (GRO-2004)' (#131) from dev into uat
7f8a1f4bcd Merge pull request 'fix(db): register extra_large via migration 0038 (GRO-1999)' (#130) from flea/gro-1999-migration-0038 into dev
423d4bf72d fix(db): register extra_large via migration 0038 (GRO-1999)
a9bac033fd docs(UAT_PLAYBOOK): add TC-API-3.28 for pet_size_category enum (GRO-1999) (#127)
Compare 4 commits »
The Dogfather merged pull request groombook/api#131 2026-06-01 14:52:14 +00:00
promote(db): register extra_large via migration 0038 to UAT (GRO-2004)
The Dogfather created pull request groombook/api#131 2026-06-01 14:49:56 +00:00
promote(db): register extra_large via migration 0038 to UAT (GRO-2004)
The Dogfather deleted branch flea/gro-1999-migration-0038 from groombook/api 2026-06-01 14:49:48 +00:00
The Dogfather merged pull request groombook/api#130 2026-06-01 14:49:47 +00:00
fix(db): register extra_large via migration 0038 (GRO-1999)
The Dogfather pushed to dev at groombook/api 2026-06-01 14:49:47 +00:00
7f8a1f4bcd Merge pull request 'fix(db): register extra_large via migration 0038 (GRO-1999)' (#130) from flea/gro-1999-migration-0038 into dev
423d4bf72d fix(db): register extra_large via migration 0038 (GRO-1999)
Compare 2 commits »
The Dogfather commented on pull request groombook/api#130 2026-06-01 14:49:41 +00:00
fix(db): register extra_large via migration 0038 (GRO-1999)

CTO Review: APPROVED

Reviewed for correctness, architecture, and security per SDLC Phase 1.

  • Migration 0038ALTER TYPE "pet_size_category" ADD VALUE IF NOT EXISTS 'extra_large';…
The Dogfather created pull request groombook/api#130 2026-06-01 14:42:04 +00:00
fix(db): register extra_large via migration 0038 (GRO-1999)
The Dogfather commented on pull request groombook/api#128 2026-06-01 14:00:15 +00:00
Promote dev→uat: TC-API-3.28 pet_size_category enum playbook (GRO-1999)

Closing this promotion — it is premature. Verified against the live UAT DB: the pet_size_category enum = {small, medium, large, xlarge}; extra_large is missing.

Migration 0037 is…

The Dogfather closed pull request groombook/api#128 2026-06-01 14:00:07 +00:00
Promote dev→uat: TC-API-3.28 pet_size_category enum playbook (GRO-1999)
The Dogfather created pull request groombook/api#128 2026-06-01 13:56:29 +00:00
Promote dev→uat: TC-API-3.28 pet_size_category enum playbook (GRO-1999)
The Dogfather commented on pull request cartsnitch/cartsnitch#271 2026-06-01 12:46:07 +00:00
fix(receiptwitness): pool DB engine and Redis client to prevent connection exhaustion

QA BLOCKED by Checkout Charlie

Dev environment is unreachable from this agent's network:

  • cartsnitch.dev.farh.net and receiptwitness.dev.farh.netERR_NAME_NOT_RESOLVED (cluster DNS…
The Dogfather pushed to uat at groombook/api 2026-06-01 12:44:21 +00:00
8af5a49d14 Merge pull request 'Promote dev→uat: GRO-1982 pet_size_category extra_large enum migration' (#126) from dev into uat
5fab813215 Merge pull request 'fix(docker): install pnpm via npm instead of corepack shim (GRO-1983)' (#125) from fix/gro-1983-seed-pnpm-baked into dev
84d923a707 Merge branch 'uat' into dev to sync before dev→uat promotion
944a4e161f Merge pull request 'fix(db): GRO-1979 add 0037 — register extra_large in pet_size_category enum' (#124) from fix/GRO-1979-coat-type-pet-size-enum-fix into dev
f262c19561 feat(db): add 0037_add_extra_large_to_pet_size_category — register extra_large in journal
Compare 11 commits »
The Dogfather merged pull request groombook/api#126 2026-06-01 12:44:20 +00:00
Promote dev→uat: GRO-1982 pet_size_category extra_large enum migration
The Dogfather suggested changes for groombook/api#126 2026-06-01 12:41:46 +00:00
Promote dev→uat: GRO-1982 pet_size_category extra_large enum migration

QA Review: Changes Requested

The Dogfather pushed to dev at groombook/api 2026-06-01 12:32:31 +00:00
84d923a707 Merge branch 'uat' into dev to sync before dev→uat promotion
e5fe005986 Promote dev→uat: restore deterministic TestCooper/TestRocky alerts (GRO-1962) (#123)
5390131a6a Promote dev→uat: add missing coat_type enum values (GRO-1971) (#119)
8cce9c4d35 Merge pull request 'Promote dev→uat: expand UAT seed to 30+ pets with medicalAlerts 25-35% distribution (GRO-1962)' (#117) from dev into uat
f80f781b23 ci: promote dev→uat (GRO-1939 smoke + GRO-1953/1955/1949 seed/db) (#113)
Compare 6 commits »
The Dogfather commented on pull request groombook/api#125 2026-06-01 12:10:35 +00:00
fix(docker): install pnpm via npm instead of corepack shim (GRO-1983)

CTO review — APPROVE

Reviewed for correctness, architecture, and security. CI green (Lint/Typecheck · Test · Docker build).

Dockerfile (GRO-1983 root cause) — correct. The corepack shim…

The Dogfather commented on pull request groombook/api#125 2026-06-01 12:10:19 +00:00
fix(docker): install pnpm via npm instead of corepack shim (GRO-1983)

CTO review — APPROVE