-
Notifications
You must be signed in to change notification settings - Fork 23
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
ref: Migrate useRepos to TS Query V5 #3617
Conversation
❌ 2 Tests Failed:
View the top 2 failed tests by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3617 +/- ##
==========================================
- Coverage 98.98% 98.98% -0.01%
==========================================
Files 810 811 +1
Lines 14564 14545 -19
Branches 4141 4128 -13
==========================================
- Hits 14416 14397 -19
Misses 141 141
Partials 7 7
... and 14 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 #3617 +/- ##
==========================================
- Coverage 98.98% 98.98% -0.01%
==========================================
Files 810 811 +1
Lines 14564 14545 -19
Branches 4141 4121 -20
==========================================
- Hits 14416 14397 -19
Misses 141 141
Partials 7 7
... and 14 files with indirect coverage changes
Continue to review full report in Codecov by Sentry.
|
Bundle ReportChanges will decrease total bundle size by 409 bytes (-0.0%) ⬇️. This is within the configured threshold ✅ Detailed changes
|
Bundle ReportChanges will decrease total bundle size by 409 bytes (-0.0%) ⬇️. This is within the configured threshold ✅ Detailed changes
|
✅ Deploy preview for gazebo ready!Previews expire after 1 month automatically.
|
d51f2e5
to
cbf77dd
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3617 +/- ##
==========================================
- Coverage 98.98% 98.98% -0.01%
==========================================
Files 810 811 +1
Lines 14564 14545 -19
Branches 4148 4121 -27
==========================================
- Hits 14416 14397 -19
Misses 141 141
Partials 7 7
... and 14 files with indirect coverage changes
Continue to review 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.
1 nit if you feel like adding.
Strange that we have that inconsistency. I went down a small rabbit hole to try to see if I could find out what was going on on the API side as it would be nice to keep it consistent.
0a0fab9
to
2d5ad3c
Compare
Description
This PR migrates the
useRepos
hook over to theinfiniteQueryOptions
versionReposQueryOpts
and to TS Query V5.There's some changes with how the imports from therepos/config.ts
file that will be cleaned up once the prior PR #3615 has been migrated, and this PR can be rebased off of it.Ticket: codecov/engineering-team#2969
Notable Changes
useRepos
toReposQueryOpts
ReposTable
andChartSelectors
services/repos/config
(removing barrel file)