-
Notifications
You must be signed in to change notification settings - Fork 5k
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
feat(migration): enable token auto-detection when basic functionality is on #26406
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
Builds ready [3f487ba]
Page Load Metrics (67 ± 9 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #26406 +/- ##
===========================================
+ Coverage 70.12% 70.13% +0.01%
===========================================
Files 1426 1427 +1
Lines 49705 49722 +17
Branches 13905 13912 +7
===========================================
+ Hits 34853 34870 +17
Misses 14852 14852 ☔ View full report in Codecov by Sentry. |
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.
Ran testing steps and confirmed autodetection is toggled on by default after old build -> this build transition ✅
Builds ready [d0ef069]
Page Load Metrics (91 ± 24 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Builds ready [ef855fc]
Page Load Metrics (68 ± 5 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
This should still go into 12.3 |
Builds ready [d4a5206]
Page Load Metrics (1754 ± 91 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Quality Gate passedIssues Measures |
Builds ready [f4bdf42]
Page Load Metrics (1789 ± 114 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Description
Adds a migration that enables token auto-detection if the basic functionality toggle is on.
It also removes an unused property
showTokenAutodetectModalOnUpgrade
from the app metadata controller.It is versioned 125.1 because it's planned to be cherry picked to release 12.3, and that's the subsequent migration version in that branch.
Related issues
Manual testing steps
v12.1.0
Running migration 125.1...
in consoleshowTokenAutodetectModalOnUpgrade
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist