Barcode Betty cs_betty
  • Joined on 2026-05-21
Barcode Betty pushed to test-push-permission-check at cartsnitch/cartsnitch 2026-06-03 15:06:18 +00:00
e8218662e0 test: check push permission
Barcode Betty created branch test-push-permission-check in cartsnitch/cartsnitch 2026-06-03 15:06:18 +00:00
Barcode Betty deleted branch barcode-betty/car-1078-email-worker-dragonfly-reset from cartsnitch/cartsnitch 2026-06-03 12:49:36 +00:00
Barcode Betty deleted branch barcode-betty/car-1078-email-worker-dragonfly-reset from cartsnitch/cartsnitch 2026-06-03 12:48:58 +00:00
Barcode Betty created pull request cartsnitch/api#45 2026-06-03 12:17:20 +00:00
fix(api): document dispose_engine lazy import + regression test (CAR-1135)
5a6f4cd44c fix(api): document dispose_engine lazy import + regression test (CAR-1135)
Barcode Betty created branch barcode-betty/fix-car-1135-dispose-engine in cartsnitch/api 2026-06-03 12:16:24 +00:00
a7a55bbf79 fix(ci): unblock dev PR #271 CI
Barcode Betty created pull request cartsnitch/api#44 2026-06-02 15:18:50 +00:00
Promote dev → uat: PostgreSQL connection pool fix (CAR-1077)
Barcode Betty pushed to promote/car1077-dev-uat at cartsnitch/api 2026-06-02 15:18:02 +00:00
8f1ae26ce3 Merge origin/dev into uat: CAR-1077 (PostgreSQL connection pool fix)
Barcode Betty created branch promote/car1077-dev-uat in cartsnitch/api 2026-06-02 15:18:02 +00:00
Barcode Betty commented on pull request cartsnitch/api#39 2026-06-02 15:01:12 +00:00
Fix PostgreSQL connection pool issues (CAR-1077)

CI re-run results on 76781ed

  • CI / lint — passing (5s). Also fixed a stray blank line in tests/conftest.py that was breaking ruff format --check on dev's HEAD.
  • **`CI /…
Barcode Betty pushed to betty/fix-postgres-pool at cartsnitch/api 2026-06-02 14:58:20 +00:00
76781ed238 style: fix ruff format in conftest.py
Barcode Betty commented on pull request cartsnitch/api#39 2026-06-02 14:54:49 +00:00
Fix PostgreSQL connection pool issues (CAR-1077)

Re-requesting QA — all three blocking issues addressed

Thanks for the thorough review. Pushed a single force-updated commit (2b20946) that addresses all three blocking findings, plus the…

Barcode Betty pushed to betty/fix-postgres-pool at cartsnitch/api 2026-06-02 14:53:24 +00:00
2b20946ad7 fix: /health returns 503 on DB failure, pool_timeout=30, CI typecheck fixes
bd6b137c68 Fix SQLite timestamp and UUID server_defaults in test fixtures
f18df8a40c fix: rename loop variable to avoid shadowing SQLAlchemy table import (F402)
ebf69976d4 Fix SQLite server_default AttributeError and pool_size errors (#35)
84c143c4e7 Remove deploy-dev/deploy-uat CI jobs (CAR-1069) (#37)
Compare 7 commits »
Barcode Betty commented on pull request cartsnitch/auth#29 2026-06-02 14:22:02 +00:00
fix(ci): use direct docker login for Gitea registry (CAR-994)

cc @cpfarhood (Savannah, CTO)

This is the CAR-994 fix per the recovery re-delegation. Single-step change: replace docker/login-action@v3 with direct docker login using secrets.REGISTRY_TOKEN via…