sourcebot/packages/db/prisma/migrations
Michael Sukkarieh 7c187121c8
Add stripe billing logic (#190)
* add side bar nav in settings page

* improve styling of members page

* wip adding stripe checkout button

* wip onboarding flow

* add stripe subscription id to org

* save stripe session id and add manage subscription button in settings

* properly block access to pages if user isn't in an org

* wip add paywall

* Domain support

* add back paywall and also add support for incrememnting seat count on invite redemption

* prevent self invite

* action button styling in settings and toast on copy

* add ability to remove member from org

* move stripe product id to env var

* add await for blocking loop in backend

* add subscription info to billing page

* handle trial case in billing info page

* add trial duration indicator to nav bar

* check if domain starts or ends with dash

* remove unused no org component

* remove package lock file and fix prisma dep version

* revert dep version updates

* fix yarn.lock

* add auth and membership check to fetchSubscription

* properly handle invite redeem with no valid subscription case

* change back fetch subscription to not require org membership

* add back subscription check in invite redeem page

---------

Co-authored-by: bkellam <bshizzle1234@gmail.com>
2025-02-13 15:52:33 -08:00
..
20250122225856_postgres_init Migrate to postgres (#174) 2025-01-23 10:23:46 -08:00
20250124045320_rename_config_to_connection Connection management (#178) 2025-01-24 13:16:08 -08:00
20250124063518_remove_repo_tenant_id Connection management (#178) 2025-01-24 13:16:08 -08:00
20250124173816_relate_connection_and_repo Connection management (#178) 2025-01-24 13:16:08 -08:00
20250124190846_add_secret_table add concept of secrets (#180) 2025-01-27 14:07:07 -08:00
20250124230248_add_name_to_connection Connection management (#183) 2025-02-04 15:04:05 -05:00
20250124231224_add_connection_type Connection management (#183) 2025-02-04 15:04:05 -05:00
20250203215003_add_repo_image Connection management (#183) 2025-02-04 15:04:05 -05:00
20250206180955_add_domain Domain support (#188) 2025-02-12 13:51:44 -08:00
20250210191917_add_invite_table add invite system and google oauth provider (#185) 2025-02-10 14:31:38 -08:00
20250212061001_remove_active_org_id Domain support (#188) 2025-02-12 13:51:44 -08:00
20250212185343_add_stripe_customer_id_to_org Add stripe billing logic (#190) 2025-02-13 15:52:33 -08:00
migration_lock.toml Migrate to postgres (#174) 2025-01-23 10:23:46 -08:00