-
Notifications
You must be signed in to change notification settings - Fork 734
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use new bulk upload API for 'pages publish' (#1028)
* Use new bulk upload API for 'pages publish' * Only upload missing files * Get PAGES_API_HOST from Env * Using new /pages/assets endpoints * Added tests for pages bulk upload endpoints * fixing imports * removed authOverride by relaxing the constraint about overriding Authorization header * tweaked based on review comments * switched p-queue to be a devDep of Wrangler, since it'll be bundled Co-authored-by: Sid Chatterjee <[email protected]> Co-authored-by: Glen Maddern <[email protected]>
- Loading branch information
1 parent
175737f
commit b7a9ce6
Showing
6 changed files
with
303 additions
and
95 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
"wrangler": patch | ||
--- | ||
|
||
feat: Use new bulk upload API for 'wrangler pages publish' | ||
|
||
This raises the file limit back up to 20k for a deployment. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.