-
Notifications
You must be signed in to change notification settings - Fork 32
feat: Always show plan cancelled confirmation #3949
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3949 +/- ##
==========================================
- Coverage 98.63% 98.61% -0.02%
==========================================
Files 828 828
Lines 15125 15127 +2
Branches 4338 4348 +10
==========================================
Hits 14918 14918
- Misses 199 201 +2
Partials 8 8
... and 1 file with indirect coverage changes
Continue to review full report in Codecov by Sentry.
|
Bundle ReportChanges will increase total bundle size by 115 bytes (0.0%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: gazebo-production-systemAssets Changed:
Files in
view changes for bundle: gazebo-production-esmAssets Changed:
Files in
|
Bundle ReportChanges will increase total bundle size by 115 bytes (0.0%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: gazebo-staging-systemAssets Changed:
Files in
view changes for bundle: gazebo-staging-esmAssets Changed:
Files in
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3949 +/- ##
==========================================
- Coverage 98.63% 98.61% -0.02%
==========================================
Files 828 828
Lines 15125 15127 +2
Branches 4338 4340 +2
==========================================
Hits 14918 14918
- Misses 199 201 +2
Partials 8 8
... and 1 file with indirect coverage changes
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
✅ Deploy preview for gazebo ready!Previews expire after 1 month automatically.
|
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #3949 +/- ##
==========================================
- Coverage 98.63% 98.61% -0.02%
==========================================
Files 828 828
Lines 15125 15127 +2
Branches 4346 4340 -6
==========================================
Hits 14918 14918
- Misses 199 201 +2
Partials 8 8
... and 1 file with indirect coverage changes
Continue to review full report in Codecov by Sentry.
|
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #3949 +/- ##
==========================================
+ Coverage 95.24% 98.61% +3.37%
==========================================
Files 828 828
Lines 15125 15127 +2
Branches 4338 4340 +2
==========================================
+ Hits 14406 14918 +512
+ Misses 639 201 -438
+ Partials 80 8 -72
... and 56 files with indirect coverage changes
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Closes https://linear.app/getsentry/issue/CCMRG-1654/add-pending-changes-display-on-plan-page-for-better-cancellation
Motivation
Once a user has canceled the current plan for an org, they get a quick banner confirmation and it disappears afterwards for them. No one else accessing the org will ever see the confirmation.
Change
Show the exist confirmation banner that tells the current user they successfully just canceled to all users while the
subscriptionDetail
info is still populated andcancelAtPeriodEnd
is true. Subscription detail info will be empty once the subscription is removed at the end of the period.