-
Notifications
You must be signed in to change notification settings - Fork 24
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
chore: Migrate useSelfHostedSeatsConfig to TS Query V5 #3580
base: main
Are you sure you want to change the base?
chore: Migrate useSelfHostedSeatsConfig to TS Query V5 #3580
Conversation
Bundle ReportChanges will increase total bundle size by 650.39kB (3.71%) ⬆️. This is within the configured threshold ✅ Detailed changes
|
Bundle ReportChanges will increase total bundle size by 650.39kB (3.71%) ⬆️. This is within the configured threshold ✅ Detailed changes
|
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 #3580 +/- ##
==========================================
- Coverage 98.91% 98.90% -0.01%
==========================================
Files 806 810 +4
Lines 14478 14568 +90
Branches 4105 4144 +39
==========================================
+ Hits 14321 14409 +88
- Misses 150 152 +2
Partials 7 7
... and 28 files with indirect coverage changes
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 #3580 +/- ##
==========================================
- Coverage 98.91% 98.90% -0.01%
==========================================
Files 806 810 +4
Lines 14478 14568 +90
Branches 4105 4144 +39
==========================================
+ Hits 14321 14409 +88
- Misses 150 152 +2
Partials 7 7
... and 28 files with indirect coverage changes
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 #3580 +/- ##
==========================================
- Coverage 98.91% 98.90% -0.01%
==========================================
Files 806 810 +4
Lines 14478 14568 +90
Branches 4112 4151 +39
==========================================
+ Hits 14321 14409 +88
- Misses 150 152 +2
Partials 7 7
... and 28 files with indirect coverage changes
Continue to review full report in Codecov by Sentry.
|
✅ Deploy preview for gazebo ready!Previews expire after 1 month automatically.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3580 +/- ##
==========================================
- Coverage 98.91% 98.90% -0.01%
==========================================
Files 806 810 +4
Lines 14478 14568 +90
Branches 4105 4144 +39
==========================================
+ Hits 14321 14409 +88
- Misses 150 152 +2
Partials 7 7
... and 28 files with indirect coverage changes
Continue to review full report in Codecov by Sentry.
|
Description
This PR migrates the
useSelfHostedSeatsConfig
to the TS Query V5 queryOptions versionSelfHostedSeatsConfigQueryOpts
Ticket: codecov/engineering-team#2961
Notable Changes
useSelfHostedSeatsConfig
toSelfHostedSeatsConfigQueryOpts
SeatDetails
,ActivationBanner
,ActivationRequiredSelfHosted
,ActivationRequiredSelfHosted
Profile
tests