forked from emberjs/data
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: <Request /> autoRefresh (emberjs#9363)
* feat: <Request /> autoRefresh * feat: more tests * more impl and tests * more imple * more nice things
- Loading branch information
Showing
30 changed files
with
795 additions
and
26 deletions.
There are no files selected for viewing
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
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
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
Binary file added
BIN
+67 Bytes
tests/warp-drive__ember/.mock-cache/733572b0/GET-0-users/1/res.body.br
Binary file not shown.
12 changes: 12 additions & 0 deletions
12
tests/warp-drive__ember/.mock-cache/733572b0/GET-0-users/1/res.meta.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"url": "users/1", | ||
"status": 200, | ||
"statusText": "OK", | ||
"headers": { | ||
"Content-Type": "application/vnd.api+json", | ||
"Content-Encoding": "br", | ||
"Cache-Control": "no-store" | ||
}, | ||
"method": "GET", | ||
"requestBody": null | ||
} |
Binary file added
BIN
+75 Bytes
tests/warp-drive__ember/.mock-cache/73414455/GET-0-users/2/res.body.br
Binary file not shown.
12 changes: 12 additions & 0 deletions
12
tests/warp-drive__ember/.mock-cache/73414455/GET-0-users/2/res.meta.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"url": "users/2", | ||
"status": 404, | ||
"statusText": "Not Found", | ||
"headers": { | ||
"Content-Type": "application/vnd.api+json", | ||
"Content-Encoding": "br", | ||
"Cache-Control": "no-store" | ||
}, | ||
"method": "GET", | ||
"requestBody": null | ||
} |
Binary file added
BIN
+67 Bytes
tests/warp-drive__ember/.mock-cache/8d3e369b/GET-0-users/1/res.body.br
Binary file not shown.
Oops, something went wrong.