-
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 login pageName to include redirect #3801
feat: Update login pageName to include redirect #3801
Conversation
Bundle ReportChanges will increase total bundle size by 476 bytes (0.0%) ⬆️. 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
Files in
view changes for bundle: gazebo-staging-systemAssets Changed:
Files in
Files in
Files in
Files in
|
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3801 +/- ##
=======================================
Coverage 98.73% 98.73%
=======================================
Files 826 826
Lines 14970 14976 +6
Branches 4273 4273
=======================================
+ Hits 14781 14787 +6
Misses 182 182
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 #3801 +/- ##
=======================================
Coverage 98.73% 98.73%
=======================================
Files 826 826
Lines 14970 14976 +6
Branches 4273 4273
=======================================
+ Hits 14781 14787 +6
Misses 182 182
Partials 7 7
Continue to review full report in Codecov by Sentry.
|
✅ Deploy preview for gazebo ready!Previews expire after 1 month automatically.
|
Bundle ReportChanges will increase total bundle size by 476 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
Files in
view changes for bundle: gazebo-production-systemAssets Changed:
Files in
Files in
Files in
Files in
|
Description
This PR updates the various locations in Gazebo where we are using a
pageName: 'login'
, and updating them to include ato
param of the current location. This will allow us to redirect the user from whatever page they are on after logging in with Codecov, streamlining the process for users to get back to where they were.Closes: codecov/engineering-team#3452
Notable Changes
GuestHeader
,CommitFileDiff
x 2,PullFileDiff
x 2, andRawFileViewer
to includeto
redirect param