Barcode Betty cs_betty
  • Joined on 2026-05-21
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 created branch promote/car1077-dev-uat in cartsnitch/api 2026-06-02 15:18:02 +00:00
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 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…

Barcode Betty created pull request cartsnitch/auth#29 2026-06-02 14:21:51 +00:00
fix(ci): use direct docker login for Gitea registry (CAR-994)
Barcode Betty pushed to fix/car-994-auth-docker-login at cs_betty/auth 2026-06-02 14:21:31 +00:00
b4420b3f87 fix(ci): use direct docker login for Gitea registry (CAR-994)
6c71a2a1f8 Merge pull request 'ci(CAR-1041): remove invalid deploy-dev/deploy-uat jobs' (#28) from betty/remove-deploy-jobs into dev
e308b15255 ci(CAR-1041): remove invalid deploy-dev/deploy-uat jobs
eca23fe515 Add .mcp.json
d066c14d4b Merge pull request 'Add *.farh.net origins to trustedOrigins (CAR-1034)' (#26) from betty/car-1034-trustedorigins-fix into dev
Compare 10 commits »
Barcode Betty created branch fix/car-994-auth-docker-login in cs_betty/auth 2026-06-02 14:21:25 +00:00
Barcode Betty pushed to betty/car-1132-comprehensive-fix at cartsnitch/api 2026-06-02 13:58:11 +00:00
76d0bc860c Pin actions/setup-python to v4 to dodge corrupted v5 cache on runner
Barcode Betty pushed to betty/car-1132-comprehensive-fix at cartsnitch/api 2026-06-02 13:55:23 +00:00
df7e8386e9 Retrigger lint CI
Barcode Betty pushed to betty/car-1132-comprehensive-fix at cartsnitch/api 2026-06-02 13:52:56 +00:00
5e1cd5fbe0 Skip build-and-push on pull_request events
Barcode Betty pushed to betty/car-1132-comprehensive-fix at cartsnitch/api 2026-06-02 13:48:28 +00:00
83ee3e814b Cast oldest[0][1] to float in RedisSlidingWindow fallback