sourcebot/packages/db/prisma/migrations
Michael Sukkarieh 60a3528394
V4 (#311)
Sourcebot V4 introduces authentication, performance improvements and code navigation. Checkout the [migration guide](https://docs.sourcebot.dev/self-hosting/upgrade/v3-to-v4-guide) for information on upgrading your instance to v4.

### Changed
- [**Breaking Change**] Authentication is now required by default. Notes:
  - When setting up your instance, email / password login will be the default authentication provider.
  - The first user that logs into the instance is given the `owner` role. ([docs](https://docs.sourcebot.dev/docs/more/roles-and-permissions)).
  - Subsequent users can request to join the instance. The `owner` can approve / deny requests to join the instance via `Settings` > `Members` > `Pending Requests`.
  - If a user is approved to join the instance, they are given the `member` role.
  - Additional login providers, including email links and SSO, can be configured with additional environment variables. ([docs](https://docs.sourcebot.dev/self-hosting/configuration/authentication)).
- Clicking on a search result now takes you to the `/browse` view. Files can still be previewed by clicking the "Preview" button or holding `Cmd` / `Ctrl` when clicking on a search result. [#315](https://github.com/sourcebot-dev/sourcebot/pull/315)

### Added
- [Sourcebot EE] Added search-based code navigation, allowing you to jump between symbol definition and references when viewing source files. [Read the documentation](https://docs.sourcebot.dev/docs/search/code-navigation). [#315](https://github.com/sourcebot-dev/sourcebot/pull/315)
- Added collapsible filter panel. [#315](https://github.com/sourcebot-dev/sourcebot/pull/315)

### Fixed
- Improved scroll performance for large numbers of search results. [#315](https://github.com/sourcebot-dev/sourcebot/pull/315)
2025-05-28 16:08:42 -07:00
..
20250122225856_postgres_init v3 effort (#158) 2025-03-31 22:34:42 -07:00
20250124045320_rename_config_to_connection v3 effort (#158) 2025-03-31 22:34:42 -07:00
20250124063518_remove_repo_tenant_id v3 effort (#158) 2025-03-31 22:34:42 -07:00
20250124173816_relate_connection_and_repo v3 effort (#158) 2025-03-31 22:34:42 -07:00
20250124190846_add_secret_table v3 effort (#158) 2025-03-31 22:34:42 -07:00
20250124230248_add_name_to_connection v3 effort (#158) 2025-03-31 22:34:42 -07:00
20250124231224_add_connection_type v3 effort (#158) 2025-03-31 22:34:42 -07:00
20250203215003_add_repo_image v3 effort (#158) 2025-03-31 22:34:42 -07:00
20250206180955_add_domain v3 effort (#158) 2025-03-31 22:34:42 -07:00
20250210191917_add_invite_table v3 effort (#158) 2025-03-31 22:34:42 -07:00
20250212061001_remove_active_org_id v3 effort (#158) 2025-03-31 22:34:42 -07:00
20250212185343_add_stripe_customer_id_to_org v3 effort (#158) 2025-03-31 22:34:42 -07:00
20250214051339_add_hashed_password v3 effort (#158) 2025-03-31 22:34:42 -07:00
20250214214601_add_stripe_subscription_status_to_org v3 effort (#158) 2025-03-31 22:34:42 -07:00
20250218193104_add_connection_sync_metadata v3 effort (#158) 2025-03-31 22:34:42 -07:00
20250218203405_add_is_onboarded_flag v3 effort (#158) 2025-03-31 22:34:42 -07:00
20250220024949_add_orgid_to_repo_unique v3 effort (#158) 2025-03-31 22:34:42 -07:00
20250220202710_add_image_url_to_org v3 effort (#158) 2025-03-31 22:34:42 -07:00
20250225183123_add_synced_with_warnings_to_connection_sync_status v3 effort (#158) 2025-03-31 22:34:42 -07:00
20250225194100_add_gc_repo_status v3 effort (#158) 2025-03-31 22:34:42 -07:00
20250320215449_unique_connection_name_constraint_within_org v3 effort (#158) 2025-03-31 22:34:42 -07:00
20250324183912_add_repo_web_url v3 effort (#158) 2025-03-31 22:34:42 -07:00
20250325161848_add_is_declarative_flag_to_connection v3 effort (#158) 2025-03-31 22:34:42 -07:00
20250402232401_add_display_name_to_repo Display name improvements (#259) 2025-04-02 17:50:48 -07:00
20250403044104_add_search_contexts Search contexts (#273) 2025-04-24 22:28:13 -07:00
20250519235121_add_org_metadata_field V4 (#311) 2025-05-28 16:08:42 -07:00
20250520021309_add_pending_approval_user V4 (#311) 2025-05-28 16:08:42 -07:00
20250520022249_add_account_request V4 (#311) 2025-05-28 16:08:42 -07:00
20250520182630_add_guest_role V4 (#311) 2025-05-28 16:08:42 -07:00
20250523175553_add_api_key V4 (#311) 2025-05-28 16:08:42 -07:00
migration_lock.toml v3 effort (#158) 2025-03-31 22:34:42 -07:00