Block a user
fix(ci): migrate Docker registry from GHCR to Gitea
Barcode Betty
pushed to barcode-betty/ghcr-to-gitea-registry at cartsnitch/app
2026-05-24 18:24:33 +00:00
Barcode Betty
created branch barcode-betty/ghcr-to-gitea-registry in cartsnitch/app
2026-05-24 18:24:33 +00:00
Fix F402: rename loop var to avoid shadowing SQLAlchemy table import
Barcode Betty
created branch barcode-betty/fix-lint-f402 in cartsnitch/api
2026-05-24 18:18:56 +00:00
Fix: strip PostgreSQL server_defaults from SQLite test fixtures
Barcode Betty
pushed to betty/fix-email-inbound-token-tests at cartsnitch/api
2026-05-23 23:36:28 +00:00
Barcode Betty
pushed to betty/fix-email-inbound-token-tests at cartsnitch/api
2026-05-23 23:07:51 +00:00
Barcode Betty
pushed to betty/fix-email-inbound-token-tests at cartsnitch/api
2026-05-23 23:00:44 +00:00
Barcode Betty
pushed to betty/fix-email-inbound-token-tests at cartsnitch/api
2026-05-23 22:57:21 +00:00
Fix ruff lint errors across codebase
Barcode Betty
pushed to barcode-betty/car-1004-fix-ruff-lint at cartsnitch/api
2026-05-23 22:47:25 +00:00
Barcode Betty
created branch barcode-betty/car-1004-fix-ruff-lint in cartsnitch/api
2026-05-23 22:47:24 +00:00
Fix test failures: unique constraint on email_inbound_token
Barcode Betty
created branch betty/fix-email-inbound-token-tests in cartsnitch/api
2026-05-23 22:39:27 +00:00
Barcode Betty
pushed to betty/fix-email-inbound-token-tests at cartsnitch/api
2026-05-23 22:39:27 +00:00
Fix ruff lint errors across codebase
fix: resolve lint failures blocking CI
Betty Update — Ready for Review
Findings from CI run #21 investigation:
- Lint failures (56 errors) were pre-existing, not caused by the CAR-932 fix
- 3 of those errors are in
src/…
fix: resolve lint failures blocking CI
Context
This PR is needed to unblock CI so the CAR-932 fix (dispose_engine import) can be built and deployed to UAT. CI run #21 failed due to 56 pre-existing lint errors. This PR fixes 3 of…