-
Notifications
You must be signed in to change notification settings - Fork 26
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
Unify and slightly reword account deletion #3742
Conversation
Bundle ReportChanges will decrease total bundle size by 344 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
Files in
Files in
view changes for bundle: gazebo-staging-esmAssets Changed:
Files in
Files in
Files in
|
Bundle ReportChanges will decrease total bundle size by 344 bytes (-0.0%) ⬇️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: gazebo-production-esmAssets Changed:
Files in
Files in
Files in
view changes for bundle: gazebo-production-systemAssets Changed:
Files in
Files in
Files in
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #3742 +/- ##
==========================================
- Coverage 98.84% 98.84% -0.01%
==========================================
Files 823 822 -1
Lines 14868 14865 -3
Branches 4222 4232 +10
==========================================
- Hits 14697 14694 -3
Misses 165 165
Partials 6 6
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3742 +/- ##
==========================================
- Coverage 98.84% 98.84% -0.01%
==========================================
Files 823 822 -1
Lines 14868 14865 -3
Branches 4230 4232 +2
==========================================
- Hits 14697 14694 -3
Misses 165 165
Partials 6 6
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3742 +/- ##
==========================================
- Coverage 98.84% 98.84% -0.01%
==========================================
Files 823 822 -1
Lines 14868 14865 -3
Branches 4222 4224 +2
==========================================
- Hits 14697 14694 -3
Misses 165 165
Partials 6 6
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3742 +/- ##
==========================================
- Coverage 98.84% 98.84% -0.01%
==========================================
Files 823 822 -1
Lines 14868 14865 -3
Branches 4222 4232 +10
==========================================
- Hits 14697 14694 -3
Misses 165 165
Partials 6 6
Continue to review full report in Codecov by Sentry.
|
✅ Deploy preview for gazebo ready!Previews expire after 1 month automatically.
|
The `DeletionCard` was duplicated across the `Profile` for self hosted users, as well as the `Admin` for SaaS. This now uses the same component for both, and slightly rewords the text.
c392709
to
ae33949
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
The
DeletionCard
was duplicated across theProfile
for self hosted users, as well as theAdmin
for SaaS.This now uses the same component for both, and slightly rewords the text.
Next step here would be to revert the relevant parts of #2892 to bring back the self-serve account / organization deletion.