egullickson
  • Joined on 2025-12-29
egullickson pushed to main at egullickson/motovaultpro 2026-02-17 03:08:04 +00:00
d57c5d6cf8 chore: Update from email addresses
egullickson pushed to main at egullickson/motovaultpro 2026-02-17 02:41:00 +00:00
8a73352ddc fix: charge immediately on subscription and read item-level period dates
egullickson pushed to main at egullickson/motovaultpro 2026-02-17 02:21:35 +00:00
72e557346c fix: attach payment method to customer before creating subscription
egullickson pushed to main at egullickson/motovaultpro 2026-02-17 02:00:45 +00:00
853a075e8b chore: centralize docker-compose variables into .env
egullickson pushed to main at egullickson/motovaultpro 2026-02-16 22:38:23 +00:00
07c3d8511d fix: Stripe ID's take 3
egullickson pushed to main at egullickson/motovaultpro 2026-02-16 21:29:06 +00:00
15956a8711 fix: Stripe ID's take 2
egullickson pushed to main at egullickson/motovaultpro 2026-02-16 21:28:11 +00:00
714ed92438 Merge branch 'main' of 172.30.1.72:egullickson/motovaultpro
bc0be75957 fix: Update Stripe ID's
Compare 2 commits »
egullickson deleted branch issue-206-migrate-user-identity-uuid from egullickson/motovaultpro 2026-02-16 20:55:43 +00:00
egullickson closed issue egullickson/motovaultpro#217 2026-02-16 20:55:42 +00:00
chore: Test fixtures and documentation for UUID migration (#206)
egullickson closed issue egullickson/motovaultpro#216 2026-02-16 20:55:42 +00:00
chore: Supporting code UUID updates (#206)
egullickson closed issue egullickson/motovaultpro#215 2026-02-16 20:55:42 +00:00
chore: Feature repository UUID validation (#206)
egullickson closed issue egullickson/motovaultpro#214 2026-02-16 20:55:42 +00:00
chore: User profile repository refactor for UUID (#206)
egullickson closed issue egullickson/motovaultpro#213 2026-02-16 20:55:42 +00:00
chore: Admin system refactor for UUID migration (#206)
egullickson closed issue egullickson/motovaultpro#212 2026-02-16 20:55:42 +00:00
chore: Auth plugin and admin guard UUID migration (#206)
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)