-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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] RequestManager (emberjs/rfcs#860) #6642
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
runspired
force-pushed
the
feat/request-manager
branch
from
October 25, 2019 14:38
f5de8f2
to
629393b
Compare
runspired
added
the
🌲 Project Trim 🌲
PRs related to https://github.com/emberjs/data/issues/6166
label
Nov 5, 2019
runspired
added
🏷️ feat
This PR introduces a new feature
🎯 canary
PR is targeting canary (default)
labels
Nov 5, 2019
runspired
force-pushed
the
feat/request-manager
branch
from
November 6, 2019 02:26
629393b
to
a44176e
Compare
Asset Size Report for 6c24bd1 Modern Builds ☑️ EmberData has not changed in sizeIf any packages had changed sizes they would be listed here. Changeset
Full Asset Analysis (Modern)
|
runspired
force-pushed
the
feat/request-manager
branch
from
January 23, 2020 23:31
a44176e
to
ba0f238
Compare
Performance Report for ba0f238 Relationship Analysis
|
runspired
force-pushed
the
feat/request-manager
branch
2 times, most recently
from
November 18, 2022 01:13
c4efbdb
to
d7b6d01
Compare
runspired
force-pushed
the
feat/request-manager
branch
from
November 19, 2022 00:37
9c02c15
to
e213b8f
Compare
sly7-7
reviewed
Nov 21, 2022
sly7-7
reviewed
Nov 21, 2022
runspired
changed the title
[FEAT] ReqestManager
[FEAT] RequestManager (emberjs/rfcs#860)
Nov 22, 2022
runspired
added
ci-assetsize
Activates Asset Size Checks in CI
🎯 canary
PR is targeting canary (default)
labels
Nov 23, 2022
runspired
force-pushed
the
feat/request-manager
branch
from
November 23, 2022 23:04
94c5c1f
to
694dccf
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
5.0 Roadmap
ci-assetsize
Activates Asset Size Checks in CI
🎯 canary
PR is targeting canary (default)
🏷️ feat
This PR introduces a new feature
🌲 Project Trim 🌲
PRs related to https://github.com/emberjs/data/issues/6166
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Implements @ember-data/request Package from emberjs/rfcs#860
progress towards finalizing #6166
Required for #8086
TODO
Fetch
handlerTODO (follow up)
store.notifications
public to give access to the notification managercache.peek
to give access to full resource data (EmberData | Cache v2.1 rfcs#854)RequestManager
to the store