feat: migrate receiptwitness to standalone repo with inlined common #2

Merged
cartsnitch-engineer[bot] merged 4 commits from betty/car-724-migration-v2 into dev 2026-05-04 21:01:22 +00:00

4 Commits

Author SHA1 Message Date
Chris Farhood 20ea9e590c style: auto-fix ruff I001 import sorting in stub models
Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-04 20:57:35 +00:00
Chris Farhood e119f4d0ce fix: add missing relationship stubs to resolve SQLAlchemy mapper errors
- Purchase.user relationship to satisfy User.purchases back_populates
- Store.user_accounts relationship to satisfy UserStoreAccount.store back_populates

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-04 20:57:35 +00:00
Chris Farhood fe0a7fac3e fix: strip PostgreSQL server_default from email_inbound_token for SQLite tests 2026-05-04 20:57:35 +00:00
Chris Farhood 5363ba2fbf fix: address ruff E501 line-length violations
- config.py: break long error message string across lines
- user.py: add noqa comment to preserve Postgres gen_random_bytes() default

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-04 20:57:35 +00:00