Commit 47da56a
committed
Merge branch 'main' into bib/remove-wrangler-generate
* main:
Add pipeline binding to wrangler.toml (#6674)
Fix Pages duplicating hash in redirects (#6680)
Bradley/r2 event notification get (#6652)
feat(wrangler): Add support for placement hints (#6625)
fix(wrangler): Validate `routes` for Workers with assets (#6621)
chore(deps): bump the workerd-and-workers-types group across 1 directory with 2 updates (#6673)
chore(workers-shared): Configure GitHub Actions to deploy Asset Worker (#6542)
feat: experimental workers assets can be ignored by adding a .assetsignore file (#6640)File tree
78 files changed
+1192
-317
lines changed- .changeset
- .github/workflows
- .vscode
- fixtures
- additional-modules
- external-durable-objects-app
- external-service-bindings-app
- get-platform-proxy
- local-mode-tests
- node-app-pages
- nodejs-als-app
- nodejs-hybrid-app
- pages-dev-proxy-with-script
- pages-functions-app
- pages-functions-with-routes-app
- pages-plugin-mounted-on-root-app
- pages-simple-assets
- vitest-pool-workers-examples
- worker-ts
- workers-with-assets-only
- workers-with-assets
- packages
- create-cloudflare
- edge-preview-authenticated-proxy
- format-errors
- kv-asset-handler
- miniflare
- playground-preview-worker
- prerelease-registry
- quick-edit-extension
- vitest-pool-workers
- src/pool
- workers.new
- wrangler
- src
- __tests__
- r2
- api
- pages
- startDevWorker
- config
- deployment-bundle
- deploy
- queues
- r2
- secret
- triggers
- utils
- versions
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
78 files changed
+1192
-317
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| |||
0 commit comments