-
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
feat: Add in new hook to fetch paginated bundle assets #3176
feat: Add in new hook to fetch paginated bundle assets #3176
Conversation
Bundle ReportBundle size has no change ✅
|
Bundle ReportBundle size has no change ✅ |
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## main #3176 +/- ##
================================================
+ Coverage 98.24000 98.25000 +0.01000
================================================
Files 935 936 +1
Lines 14491 14528 +37
Branches 3950 3879 -71
================================================
+ Hits 14237 14274 +37
Misses 249 249
Partials 5 5
... and 1 file with indirect coverage changes
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3176 +/- ##
=======================================
Coverage 98.24% 98.25%
=======================================
Files 935 936 +1
Lines 14491 14528 +37
Branches 3868 3961 +93
=======================================
+ Hits 14237 14274 +37
Misses 249 249
Partials 5 5
... and 1 file with indirect coverage changes
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAttention: Patch coverage is ✅ All tests successful. No failed tests found.
@@ Coverage Diff @@
## main #3176 +/- ##
=======================================
Coverage 98.24% 98.25%
=======================================
Files 935 936 +1
Lines 14491 14528 +37
Branches 3950 3966 +16
=======================================
+ Hits 14237 14274 +37
Misses 249 249
Partials 5 5
... and 1 file with indirect coverage changes
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
@@ Coverage Diff @@
## main #3176 +/- ##
=======================================
Coverage 98.24% 98.25%
=======================================
Files 935 936 +1
Lines 14491 14528 +37
Branches 3868 3961 +93
=======================================
+ Hits 14237 14274 +37
Misses 249 249
Partials 5 5
... and 1 file with indirect coverage changes
Continue to review full report in Codecov by Sentry.
|
✅ Deploy preview for gazebo ready!Previews expire after 1 month automatically.
|
Description
This PR adds in a new hook that fetches a paginated list of assets so that we don't need to fetch them all at once, which should help the load times once utilized with the assets table.
codecov/engineering-team#2489
Notable Changes
usePagedBundleAssets
hook