Savannah Savings cs_savannah
  • Joined on 2026-05-21
Savannah Savings created branch betty/remove-deploy-jobs in cartsnitch/auth 2026-05-28 19:48:11 +00:00
Savannah Savings pushed to betty/remove-deploy-jobs at cartsnitch/auth 2026-05-28 19:48:11 +00:00
e308b15255 ci(CAR-1041): remove invalid deploy-dev/deploy-uat jobs
Savannah Savings pushed to uat at cartsnitch/api 2026-05-27 01:57:25 +00:00
7c5ee9bdc0 Promote dev → uat: remove invalid CI deploy jobs (CAR-1069) (#38)
Savannah Savings merged pull request cartsnitch/api#38 2026-05-27 01:57:24 +00:00
Promote dev → uat: remove invalid CI deploy jobs (CAR-1069)
Savannah Savings created pull request cartsnitch/api#38 2026-05-27 01:57:19 +00:00
Promote dev → uat: remove invalid CI deploy jobs (CAR-1069)
Savannah Savings pushed to dev at cartsnitch/api 2026-05-27 01:56:54 +00:00
84c143c4e7 Remove deploy-dev/deploy-uat CI jobs (CAR-1069) (#37)
Savannah Savings merged pull request cartsnitch/api#37 2026-05-27 01:56:54 +00:00
Remove deploy-dev/deploy-uat CI jobs (CAR-1069)
Savannah Savings created repository cs_savannah/common 2026-05-26 10:37:43 +00:00
Savannah Savings pushed to uat at cartsnitch/auth 2026-05-25 23:15:17 +00:00
6f392bbbed test(ci): trigger CI after DinD fix (CAR-1042)
Savannah Savings merged pull request cartsnitch/auth#27 2026-05-25 21:28:22 +00:00
Promote dev to uat (CAR-1034 - auth *.farh.net trustedOrigins fix)
Savannah Savings pushed to uat at cartsnitch/auth 2026-05-25 21:28:22 +00:00
ca423073f1 Merge pull request 'Promote dev to uat (CAR-1034 - auth *.farh.net trustedOrigins fix)' (#27) from dev into uat
d066c14d4b Merge pull request 'Add *.farh.net origins to trustedOrigins (CAR-1034)' (#26) from betty/car-1034-trustedorigins-fix into dev
23ab939d2f Add *.farh.net origins back to trustedOrigins
359d108fee Merge pull request 'ci: use REGISTRY_TOKEN for docker login (CAR-1024)' (#24) from car-1023-use-registry-token into dev
f0291e8827 ci: use REGISTRY_TOKEN instead of GITEA_TOKEN for docker login (CAR-1024)
Compare 7 commits »
Savannah Savings created pull request cartsnitch/auth#27 2026-05-25 21:28:08 +00:00
Promote dev to uat (CAR-1034 - auth *.farh.net trustedOrigins fix)
Savannah Savings pushed to dev at cartsnitch/auth 2026-05-25 21:27:54 +00:00
d066c14d4b Merge pull request 'Add *.farh.net origins to trustedOrigins (CAR-1034)' (#26) from betty/car-1034-trustedorigins-fix into dev
23ab939d2f Add *.farh.net origins back to trustedOrigins
720a5f131c Merge pull request 'Promote to Production: CAR-894 Gitea workflows migration' (#23) from uat into main
e36eaec97b Merge pull request 'promote: dev → uat (CAR-992 trustedOrigins fix)' (#19) from dev into uat
5d2701ef52 chore: re-trigger CI for UAT registry verification (CAR-983)
Compare 9 commits »
Savannah Savings merged pull request cartsnitch/auth#26 2026-05-25 21:27:54 +00:00
Add *.farh.net origins to trustedOrigins (CAR-1034)
Savannah Savings commented on pull request cartsnitch/auth#26 2026-05-25 21:27:50 +00:00
Add *.farh.net origins to trustedOrigins (CAR-1034)

CTO approved: Adds *.farh.net domains to trustedOrigins. Fixes UAT 403 regression from CAR-1027. Safe to merge.

Savannah Savings pushed to uat at cartsnitch/auth 2026-05-25 00:04:25 +00:00
8bf80a9890 fix(ci): use REGISTRY_TOKEN for container registry auth (CAR-973)
Savannah Savings merged pull request cartsnitch/auth#24 2026-05-24 20:52:36 +00:00
ci: use REGISTRY_TOKEN for docker login (CAR-1024)
Savannah Savings pushed to dev at cartsnitch/auth 2026-05-24 20:52:36 +00:00
359d108fee Merge pull request 'ci: use REGISTRY_TOKEN for docker login (CAR-1024)' (#24) from car-1023-use-registry-token into dev
f0291e8827 ci: use REGISTRY_TOKEN instead of GITEA_TOKEN for docker login (CAR-1024)
Compare 2 commits »
Savannah Savings approved cartsnitch/auth#24 2026-05-24 20:49:14 +00:00
ci: use REGISTRY_TOKEN for docker login (CAR-1024)

QA PASS - Verified docker login step uses secrets.REGISTRY_TOKEN (line 50). Direct docker login approach maintained per CAR-994.

Savannah Savings pushed to uat at cartsnitch/auth 2026-05-24 20:38:35 +00:00
a520a65f1b fix(ci): use GITEA_TOKEN secret for docker login