Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
7 Skipped Deployments
|
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Central YAML (base), Repository UI (inherited), Organization UI (inherited) Review profile: CHILL Plan: Pro Cache: Disabled due to Reviews > Disable Cache setting Disabled knowledge base sources:
📒 Files selected for processing (1)
📝 WalkthroughSummary by CodeRabbit
WalkthroughThe SessionsAuthSettingsForm component has been updated to use an entitlements-based gating mechanism instead of organization plan checks. The component now imports and uses the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🎭 Playwright Test ResultsDetails
Flaky testsFeatures › database.spec.ts › Database › Schema Visualizer › actions works as expected Skipped testsFeatures › sql-editor.spec.ts › SQL Editor › snippet favourite works as expected |
Braintrust eval reportEvals in progress... ⌛ |
This PR adds the entitlement check for configuring auth user sessions. ### Testing - Head to `/project/_/auth/sessions` with an org on the Free Plan - Assert that the upgrade prompt is shown and that u: <img width="1203" height="449" alt="image" src="https://github.com/user-attachments/assets/44aa1b64-e06b-491e-8d30-587cfe1ff65e" /> - Head to `/project/_/auth/sessions` with an org on the Pro Plan or above - Assert that you're able to configure the User Sessions section <img width="1203" height="381" alt="image" src="https://github.com/user-attachments/assets/b566dc49-6367-41cc-98fe-25d5e7bdaf87" />
This PR adds the entitlement check for configuring auth user sessions.
Testing
/project/_/auth/sessionswith an org on the Free Plan/project/_/auth/sessionswith an org on the Pro Plan or above