-
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
feat: Update signIn paths to append extra redirect #3794
feat: Update signIn paths to append extra redirect #3794
Conversation
Bundle ReportChanges will increase total bundle size by 1.17kB (0.01%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: gazebo-production-systemAssets Changed:
Files in
Files in
Files in
view changes for bundle: gazebo-production-esmAssets Changed:
Files in
Files in
Files in
|
Bundle ReportChanges will increase total bundle size by 1.17kB (0.01%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: gazebo-staging-esmAssets Changed:
Files in
Files in
Files in
view changes for bundle: gazebo-staging-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 #3794 +/- ##
==========================================
- Coverage 98.74% 98.73% -0.01%
==========================================
Files 826 826
Lines 14955 14969 +14
Branches 4261 4272 +11
==========================================
+ Hits 14767 14780 +13
- Misses 181 182 +1
Partials 7 7
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 #3794 +/- ##
==========================================
- Coverage 98.74% 98.73% -0.01%
==========================================
Files 826 826
Lines 14955 14969 +14
Branches 4261 4272 +11
==========================================
+ Hits 14767 14780 +13
- Misses 181 182 +1
Partials 7 7
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3794 +/- ##
==========================================
- Coverage 98.74% 98.73% -0.01%
==========================================
Files 826 826
Lines 14955 14969 +14
Branches 4261 4272 +11
==========================================
+ Hits 14767 14780 +13
- Misses 181 182 +1
Partials 7 7
Continue to review full report in Codecov by Sentry.
|
Description
This PR updates the various uses of
signIn
in Gazebo, that will conditionally append a secondaryto
parameter that will after the user is redirect back to Codecov will redirect the user to that URL.Closes: codecov/engineering-team#3458
Notable Changes
ProviderButton
LoginButton
SyncButton