You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once a lot of the performance improvements are made, specifically server side pagination, we need to identify places in the dashboard that still require the complete, or near complete, set of resources
This pretty much covers all usages of the findAll and probably also findMatching that...
are outside of the newly paginated ResourceList component
don't restrict the result set by a known filter (like namespaced)
We should also consider where all and matching getters are used
for instance schemas (follow up issue to handle too many rancher or cluster schemas and updates to them)
Some work of this type has already happened in the create / edit world to restrict resources a user might select to the namespace that the primary resource is in
Need to also determine where Norman resources are used in list
richard-cox
changed the title
Investigate where all of a resource type is required outside of List components
Investigate places where pagination is not supported
Aug 14, 2023
findAll
and probably alsofindMatching
that...namespaced
)all
andmatching
getters are usedThe text was updated successfully, but these errors were encountered: