summaryrefslogtreecommitdiff
path: root/packages/integrations/netlify/src/netlify-edge-functions.ts (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-08-10Remove the Nelify Edge adapter (#8029)Gravatar Matthew Phillips 1-34/+0
2023-08-01[ci] formatGravatar bluwy 1-1/+1
2023-08-01Refactor 404 and 500 approach (#7754)Gravatar Nate Moore 1-17/+11
* fix(app): refactor 404 and 500 approach * chore: refactor logic * fix: always treat error as page * test: migrate ssr-prerender-404 to node adapter * feat: merge original response metadata with error response * chore: update lockfile * chore: trigger ci * chore(lint): fix lint issue * fix: ensure merged request has proper status * fix(node): prerender test * chore: update test label * fix(node): improve 404 behavior in middleware mode * fix(vercel): improve 404 behavior * fix(netlify): improve 404 behavior * chore: update test labels * chore: force ci * chore: fix lint * fix: avoid infinite loops * test: fix failing test in Node 18 * chore: remove volta
2023-04-06[ci] formatGravatar matthewp 1-4/+5
2023-04-06Use Deno API to set Astro.clientAddress (#6651)Gravatar Matthew Phillips 1-2/+5
* Use Deno API to set Astro.clientAddress * Add types
2022-09-28[ci] formatGravatar matthewp 1-2/+2
2022-09-28Astro.cookies implementation (#4876)Gravatar Matthew Phillips 1-1/+7
* Astro.cookies implementation * Remove unused var * Fix build * Add a changesetp * Remove spoken-word expires
2022-07-19Adds support for Astro.clientAddress (#3973)Gravatar Matthew Phillips 1-0/+4
* Adds support for Astro.clientAddress * Pass through mode and adapterName in SSG * Pass through the mode provided * Provide an adapter specific error message when possible
2022-06-27Refactor: remove Deno shim to esbuild "banner" (#3734)Gravatar Ben Holmes 1-1/+0
* refactor: remove Deno shim to esbuild "banner" * refactor: move shim to const * refactor: add shim to netlify edge * chore: changeset
2022-06-17[ci] formatGravatar bholmesdev 1-1/+1
2022-06-16Fix: Netlify edge deployment when using markdown (#3612)Gravatar Ben Holmes 1-2/+2
* wip: revert sitemap PR * fix: extract SSR-ready "slug" helper to separate module * Un-revert sitemap PR. Not to blame! This reverts commit 7cd2a8a5ea1e9fdee6837425881328928ceff852. * fix: use .netlify for edge deployment test * refactor: add md file to edge function fixture * fix: add netlify edge tests to ci * chore: remove stray console log * wip: undo "dist" change on edge tests * chore: changeset * Revert "wip: undo "dist" change on edge tests" This reverts commit 70e565ef06b228150547bca92bc12d1c236c0ed9. * temp: add ignore to breaking edge tests
2022-06-06[ci] formatfix/map-file-404-logsGravatar FredKSchott 1-1/+1
2022-04-22[ci] formatGravatar matthewp 1-1/+1
2022-04-22Netlify Edge: forward requests for static assets (#3170)Gravatar Matthew Phillips 1-1/+8
* Netlify Edge: forward requests for static assets * Adds a changeset * Don't run edge tests, yet
2022-04-19[ci] formatGravatar matthewp 1-3/+3
2022-04-19Netlify Edge function support (#3148)Gravatar Matthew Phillips 1-0/+20
* Netlify Edge function support * Update readme with edge function information * Adds a changeset * Disable running edge function test in CI for now