egullickson
  • Joined on 2025-12-29
egullickson pushed to main at egullickson/motovaultpro 2026-02-16 20:55:42 +00:00
7712ec6661 Merge pull request 'chore: migrate user identity from auth0_sub to UUID' (#219) from issue-206-migrate-user-identity-uuid into main
e9093138fa fix: replace remaining auth0_sub references with UUID identity (refs #220)
dd3b58e061 fix: migrate remaining controllers from Auth0 sub to UUID identity (refs #220)
28165e4f4a fix: deduplicate user_preferences before unique constraint (refs #206)
7fc80ab49f fix: handle mixed user_id formats in UUID migration backfill (refs #206)
Compare 11 commits »
egullickson closed issue egullickson/motovaultpro#211 2026-02-16 20:55:42 +00:00
chore: Database migration SQL - auth0_sub to UUID (#206)
egullickson closed issue egullickson/motovaultpro#206 2026-02-16 20:55:41 +00:00
chore: Migrate user identity from auth0_sub to MVP-generated UUID
egullickson merged pull request egullickson/motovaultpro#219 2026-02-16 20:55:41 +00:00
chore: migrate user identity from auth0_sub to UUID
e9093138fa fix: replace remaining auth0_sub references with UUID identity (refs #220)
dd3b58e061 fix: migrate remaining controllers from Auth0 sub to UUID identity (refs #220)
egullickson commented on pull request egullickson/motovaultpro#219 2026-02-16 17:18:48 +00:00
chore: migrate user identity from auth0_sub to UUID

Bug report created: #220 - documents all changes from this PR for debugging session.

egullickson opened issue egullickson/motovaultpro#220 2026-02-16 17:18:42 +00:00
bug: Post-migration bugs from UUID identity migration (#206)
28165e4f4a fix: deduplicate user_preferences before unique constraint (refs #206)
7fc80ab49f fix: handle mixed user_id formats in UUID migration backfill (refs #206)
egullickson created pull request egullickson/motovaultpro#219 2026-02-16 16:32:08 +00:00
chore: migrate user identity from auth0_sub to UUID
754639c86d chore: update test fixtures and frontend for UUID identity (refs #217)
3b1112a9fe chore: update supporting code for UUID identity (refs #216)
fd9d1add24 chore: refactor admin system for UUID identity (refs #213)
b418a503b2 chore: refactor user profile repository for UUID (refs #214)
1321440cd0 chore: update auth plugin and admin guard for UUID (refs #212)
Compare 6 commits »
egullickson created branch issue-206-migrate-user-identity-uuid in egullickson/motovaultpro 2026-02-16 16:31:45 +00:00
egullickson commented on issue egullickson/motovaultpro#206 2026-02-16 16:21:45 +00:00
chore: Migrate user identity from auth0_sub to MVP-generated UUID

Session 3 Progress Update

Branch: issue-206-migrate-user-identity-uuid

All Milestones Complete

egullickson commented on issue egullickson/motovaultpro#206 2026-02-16 15:55:46 +00:00
chore: Migrate user identity from auth0_sub to MVP-generated UUID

Session 2 Progress Update

Branch: issue-206-migrate-user-identity-uuid

Committed

egullickson deleted branch issue-205-clean-subscription-admin-override from egullickson/motovaultpro 2026-02-16 15:44:15 +00:00
egullickson pushed to main at egullickson/motovaultpro 2026-02-16 15:44:13 +00:00
5f0da87110 Merge pull request 'refactor: Clean up subscription admin override and Stripe integration (#205)' (#218) from issue-205-clean-subscription-admin-override into main
93e79d1170 refactor: replace resolveStripeCustomerId with ensureStripeCustomer, harden sync (refs #209, refs #210)
a6eea6c9e2 refactor: update repository for nullable stripe_customer_id (refs #208)
af11b49e26 refactor: add migration and nullable types for stripe_customer_id (refs #207)
Compare 4 commits »
egullickson closed issue egullickson/motovaultpro#210 2026-02-16 15:44:12 +00:00
refactor: Update Stripe flows for nullable stripe_customer_id (#205)
egullickson closed issue egullickson/motovaultpro#209 2026-02-16 15:44:12 +00:00
refactor: Remove resolveStripeCustomerId and harden tier sync (#205)
egullickson closed issue egullickson/motovaultpro#208 2026-02-16 15:44:12 +00:00
refactor: Repository updates for nullable stripe_customer_id (#205)