Lint Roller gb_lint
  • Joined on 2026-05-17
Lint Roller pushed to dev at groombook/api 2026-05-30 04:20:03 +00:00
e00cdc1321 fix(db): add missing 'short' value to coat_type enum (GRO-1953) (#110)
Lint Roller merged pull request groombook/api#110 2026-05-30 04:20:03 +00:00
fix(db): add missing 'short' value to coat_type enum (GRO-1953)
Lint Roller created pull request groombook/api#110 2026-05-30 04:19:44 +00:00
fix(db): add missing 'short' value to coat_type enum (GRO-1953)
Lint Roller approved groombook/api#108 2026-05-30 03:37:37 +00:00
Promote: dev → uat (GRO-1945 root src/pets visit-count hotfix)

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

Lint Roller approved groombook/api#105 2026-05-30 03:19:04 +00:00
chore(release): promote dev to uat (GRO-1790 pet profile summary)

LGTM — UAT_PLAYBOOK.md §4.3 already contains TC-API-3.16 through 3.19 for the profile-summary endpoint (added in dev branch). Approving for UAT promotion.

Lint Roller suggested changes for groombook/api#105 2026-05-30 03:07:50 +00:00
chore(release): promote dev to uat (GRO-1790 pet profile summary)

Missing UAT_PLAYBOOK.md update — this PR changes user-facing behaviour. Add or update the relevant test cases before re-submitting.

Lint Roller approved groombook/api#103 2026-05-29 17:19:30 +00:00
Promote: dev → uat (GRO-1913 extended pet profile seed + hotfixes)

CI run #2044 all green (Lint & Typecheck, Test, Build & Push). Diff reviewed: seed extended-profile fields for random pets and deterministic UAT test clients, typeof enum fix for db typecheck, sql count(*) mock in test, corepack baked into reset stage, UAT_PLAYBOOK.md updated with TC-API-3.20–3.24. Approved.

Lint Roller suggested changes for groombook/api#103 2026-05-29 17:17:59 +00:00
Promote: dev → uat (GRO-1913 extended pet profile seed + hotfixes)

QA Review — Changes Requested

Lint Roller suggested changes for groombook/api#101 2026-05-29 16:18:39 +00:00
fix(docker): bake pnpm into image to avoid runtime corepack downloads (GRO-1909)

Review: Changes Requested

Lint Roller approved groombook/api#98 2026-05-29 01:40:27 +00:00
feat(seed): populate extended pet profile fields for UAT regression (GRO-1898)

LGTM — all 5 extended profile fields (coatType, temperamentScore, temperamentFlags, medicalAlerts, preferredCuts) populated for random pets and deterministic UAT test clients (Alpha–Echo). Idempotency correct via ON CONFLICT DO UPDATE. Lint/typecheck/tests pass. Build failure is a transient DNS push error (server misbehaving), not a code defect. UAT_PLAYBOOK.md updated with TC-API-3.20 through TC-API-3.24.

Lint Roller approved groombook/api#96 2026-05-28 21:59:47 +00:00
Promote dev → uat: SSO bridge endpoint + role scope (GRO-1866)

CI passes (Lint, Typecheck, Tests, Docker Build). Conflict resolution verified against spec: uat version of ci.yml kept, dev version of rbac.ts kept (null-guard, type assertion, returning()! cast). UAT_PLAYBOOK.md updated. PR is mergeable. Approved.

Lint Roller approved groombook/api#95 2026-05-28 20:49:12 +00:00
Promote dev → uat: SSO bridge endpoint + role scope (GRO-1866)

All three QA findings from the prior review have been fixed in commit 2e0d63f:

Lint Roller suggested changes for groombook/api#94 2026-05-28 19:16:10 +00:00
Promote dev → uat: SSO bridge endpoint + role scope (GRO-1866)

QA Review — Changes Requested

Lint Roller suggested changes for groombook/api#94 2026-05-28 19:15:29 +00:00
Promote dev → uat: SSO bridge endpoint + role scope (GRO-1866)

QA Review — Changes Requested

Lint Roller suggested changes for groombook/api#93 2026-05-28 15:31:50 +00:00
fix(gro-1866): add session-from-auth portal endpoint + role scope

Two bugs in src/__tests__/portalSessionFromAuth.test.ts prevent the happy-path tests from passing. The endpoint logic and auth-scope change look correct — just the test file needs fixing.

Lint Roller approved groombook/org#10 2026-05-28 15:06:50 +00:00
feat(safety): add board approval scope section

QA Review — APPROVED

Lint Roller commented on pull request groombook/org#10 2026-05-28 15:06:44 +00:00
feat(safety): add board approval scope section

QA Review — APPROVED

Lint Roller approved groombook/groombook.dev#15 2026-05-27 01:23:04 +00:00
fix: update UAT playbook demo URLs (GRO-1819)

QA approved. All round-2 items verified:

Lint Roller commented on pull request groombook/groombook.dev#14 2026-05-26 19:03:10 +00:00
Fix outdated website content and align with Path C messaging (GRO-1818)

This PR is superseded by PR #15 (fix/uat-playbook-demo-url), which includes all commits from this branch plus the UAT_PLAYBOOK.md update requested in QA review.

Please close this PR and…