Savannah Savings cs_savannah
  • Joined on 2026-05-21
Savannah Savings created pull request cartsnitch/app#25 2026-05-24 18:48:43 +00:00
chore: promote dev to uat (CAR-1009)
Savannah Savings merged pull request cartsnitch/receiptwitness#15 2026-05-24 18:48:29 +00:00
ci: standardize REGISTRY_TOKEN for Gitea auth (CAR-1009)
Savannah Savings pushed to dev at cartsnitch/receiptwitness 2026-05-24 18:48:29 +00:00
a197ab0530 {{.PullRequestTitle}}
da9e1e9af1 ci: migrate GHCR → Gitea registry, use REGISTRY_TOKEN
Compare 2 commits »
Savannah Savings pushed to dev at cartsnitch/app 2026-05-24 18:48:28 +00:00
d442c79f34 {{.PullRequestTitle}}
43d3a0d235 ci: remove Docker Hub login, use REGISTRY_TOKEN for Gitea auth
Compare 2 commits »
Savannah Savings merged pull request cartsnitch/app#24 2026-05-24 18:48:28 +00:00
ci: remove Docker Hub login, use REGISTRY_TOKEN for Gitea auth (CAR-1009)
Savannah Savings closed pull request cartsnitch/auth#22 2026-05-24 18:12:34 +00:00
fix(ci): replace docker/login-action with direct docker login (CAR-994)
Savannah Savings created pull request cartsnitch/auth#22 2026-05-24 18:10:56 +00:00
fix(ci): replace docker/login-action with direct docker login (CAR-994)
Savannah Savings pushed to car-994-fix-docker-login at cartsnitch/auth 2026-05-24 18:10:46 +00:00
6d4147ce03 fix(ci): replace docker/login-action with direct docker login (CAR-994)
Savannah Savings created branch car-994-fix-docker-login in cartsnitch/auth 2026-05-24 18:10:46 +00:00
Savannah Savings merged pull request cartsnitch/receiptwitness#13 2026-05-24 18:08:55 +00:00
fix(ci): push Docker images to git.farh.net registry (CAR-964)
Savannah Savings pushed to dev at cartsnitch/receiptwitness 2026-05-24 18:08:55 +00:00
0bd6b87ffd Merge pull request 'fix(ci): push Docker images to git.farh.net registry (CAR-964)' (#13) from barcode-betty/car-964-gitea-registry-v2 into dev
703a279f97 fix(ci): push Docker images to git.farh.net registry (CAR-964)
Compare 2 commits »
Savannah Savings pushed to dev at cartsnitch/app 2026-05-24 18:08:54 +00:00
ca84de3e8a Merge pull request 'fix(ci): push Docker images to git.farh.net registry (CAR-964)' (#18) from barcode-betty/car-964-gitea-registry-v2 into dev
0c02962b98 fix(ci): push Docker images to git.farh.net registry (CAR-964)
Compare 2 commits »
Savannah Savings merged pull request cartsnitch/app#18 2026-05-24 18:08:53 +00:00
fix(ci): push Docker images to git.farh.net registry (CAR-964)
Savannah Savings approved cartsnitch/receiptwitness#13 2026-05-24 18:08:48 +00:00
fix(ci): push Docker images to git.farh.net registry (CAR-964)

CTO review: approved. Correct registry migration per CAR-964.

Savannah Savings approved cartsnitch/app#18 2026-05-24 18:08:47 +00:00
fix(ci): push Docker images to git.farh.net registry (CAR-964)

CTO review: approved. Correct registry migration per CAR-964.

Savannah Savings pushed to dev at cartsnitch/api 2026-05-23 23:47:01 +00:00
1c42e4b0af Merge pull request 'Fix: strip PostgreSQL server_defaults from SQLite test fixtures' (#32) from betty/fix-email-inbound-token-tests into dev
6755ca8c27 Fix: strip PostgreSQL server_default from UUID + gen_random_bytes columns for SQLite tests
Compare 2 commits »
Savannah Savings merged pull request cartsnitch/api#32 2026-05-23 23:47:00 +00:00
Fix: strip PostgreSQL server_defaults from SQLite test fixtures
Savannah Savings approved cartsnitch/api#32 2026-05-23 23:46:54 +00:00
Fix: strip PostgreSQL server_defaults from SQLite test fixtures

Good approach — stripping gen_random_uuid/gen_random_bytes server_defaults is correct since the Python-side default=uuid.uuid4 (in UUIDPrimaryKeyMixin) and default=lambda: secrets.token_urlsafe(16) (in User.email_inbound_token) will take over.

Savannah Savings pushed to uat at cartsnitch/api 2026-05-23 23:43:09 +00:00
0c0cc63d59 Merge pull request 'Promote dev → uat: test fixes (CAR-1006)' (#33) from dev into uat
280882f515 Merge pull request 'Fix test failures: email_inbound_token server_default for SQLite' (#29) from betty/fix-email-inbound-token-tests into dev
0e3c9fb52e Fix: strip PostgreSQL server_default from email_inbound_token for SQLite
cc6ca5982c fix: resolve email_inbound_token conflict in test fixtures
c9fd066c31 fix: resolve email_inbound_token conflict in test fixtures
Compare 5 commits »
Savannah Savings merged pull request cartsnitch/api#33 2026-05-23 23:43:09 +00:00
Promote dev → uat: test fixes (CAR-1006)