-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FEAT] RequestManager (emberjs/rfcs#860) (#6642)
* feat: request-manager * more docs * more docs * Add installation instructions * fix link * remove bad ref * update docs * more docs * more niceness * finish README doc * full response docs * stash work * some updates * cleanup compile * delete file * stash work * update flow chart * more updates to align with v2.1 cache * update package name * fix missing file * more docs * spike impl * nice things * test updates * address feedback on readmes * add request validator * more tests * more tests * more tests * polish streams support * add abort controller support * add Response handling * fix lint * more docs * more docs * rfc updates * initial spike of new cache types * update lockfile * isolate changes * isolate more things * remove exp types * udpate imports * docs updates * update docs * finish overview * fix lint * fix test * update lockfile * skip fix for now * fix tests * fix unstable test * we dont have prod tests for request manager yet so dont run them in prod * actually fix url * nvm * fix content-length check
- Loading branch information
Showing
64 changed files
with
4,293 additions
and
48 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -89,4 +89,3 @@ runs: | |
lint-${{ github.head_ref }} | ||
lint-master | ||
lint- | ||
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
Oops, something went wrong.