summaryrefslogtreecommitdiff
path: root/packages/integrations/netlify/test/functions/edge-middleware.test.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2025-02-06[ci] formatGravatar Emanuele Stoppa 1-3/+3
2025-02-06chore: fix tests and buildGravatar Emanuele Stoppa 1-1/+1
2024-07-08feat: use Netlify Frameworks API (#315)Gravatar Eduardo Bouças 1-2/+2
* feat: use Netlify Frameworks API * fix: fix formatting * refactor: inline config * chore: create changeset * Update changeset --------- Co-authored-by: Matt Kane <m@mk.gg>
2024-06-27perf(netlify): handle dependency tracing for SSR function (#296)Gravatar Matt Kane 1-48/+54
* perf: take over function bundling * Fix test failures * Format * Changeset * Use shared fs helper * Format * Changes from review * Add logging * Test timeout * Use posix path * Remove logs
2024-02-16[ci] formatGravatar alexanderniebuhr 1-7/+10
2024-02-16chore(netlify): use Node.js for testing (#158)Gravatar Abid 1-6/+16
2024-02-12fix(netlify): consider main fields when bundling (#160)Gravatar Arsh 1-1/+1
2023-12-17[ci] formatGravatar alexanderniebuhr 1-20/+22
2023-12-17feat(netlify): Netlify Adapter v4 (#84)Gravatar Simon Knott 1-21/+40
Co-authored-by: Matt Kane <m@mk.gg> Co-authored-by: Jacklyn <70537879+jacklyn-net@users.noreply.github.com> Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com> Co-authored-by: Emanuele Stoppa <602478+ematipico@users.noreply.github.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-11-30chore: use biome to sort imports (#77)Gravatar Emanuele Stoppa 1-2/+2
2023-10-16[ci] formatGravatar alexanderniebuhr 1-29/+23
2023-10-16[ci] formatGravatar alexanderniebuhr 1-17/+29
2023-10-15chore(netlify): fixes after migrationGravatar Matthew Phillips 1-33/+9
Co-authored-by: HiDeoo <494699+HiDeoo@users.noreply.github.com> Co-authored-by: Matthew Phillips <matthew@skypack.dev> Co-authored-by: Reuben Tier <64310361+TheOtterlord@users.noreply.github.com>
2023-08-08feat: adapter features, deprecate astro configs (#7839)Gravatar Emanuele Stoppa 1-0/+1
2023-07-17feat(@astrojs/netlify): edge middleware support (#7632)Gravatar Emanuele Stoppa 1-0/+43
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>