Skip to content
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: cache.peek and store.request #8468

Merged
merged 1 commit into from
Mar 15, 2023
Merged

feat: cache.peek and store.request #8468

merged 1 commit into from
Mar 15, 2023

Conversation

runspired
Copy link
Contributor

@runspired runspired commented Mar 14, 2023

ports remaining work from #8315 that wasn't in other PRs to use as a starting point.

This does the grunt work of documentation, test infra, and types changes to support adding the below features in additional PRs.

  • Add Store.request
  • Add Store.requestManager
  • ember-data auto-configures RequestManager
  • implement document caching for Cache.put
  • add Cache.peekDocument
  • add Cache.peek(<doc>)
  • add legacy-handler
  • add request-utils
  • refactor existing request methods to utilize request-manager

@runspired runspired added 🎯 canary PR is targeting canary (default) 🏷️ feat This PR introduces a new feature 5.0 Roadmap labels Mar 14, 2023
@runspired runspired force-pushed the feat/cache-peek branch 3 times, most recently from 2f2d16a to c7e836e Compare March 15, 2023 03:21
@runspired runspired merged commit 7663989 into master Mar 15, 2023
@delete-merged-branch delete-merged-branch bot deleted the feat/cache-peek branch March 15, 2023 06:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5.0 Roadmap 🎯 canary PR is targeting canary (default) 🏷️ feat This PR introduces a new feature
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant