summaryrefslogtreecommitdiff
path: root/packages/integrations/netlify/test/functions/cookies.test.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2025-02-06[ci] formatGravatar Emanuele Stoppa 1-5/+5
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-40/+46
* 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-8/+8
2024-02-16chore(netlify): use Node.js for testing (#158)Gravatar Abid 1-7/+8
2024-02-01[ci] formatGravatar alexanderniebuhr 1-7/+7
2024-02-01fix(netlify): pre-rendered 404 pages aren't shown (#143)Gravatar Simon Knott 1-0/+20
2023-12-17[ci] formatGravatar alexanderniebuhr 1-3/+6
2023-12-17feat(netlify): Netlify Adapter v4 (#84)Gravatar Simon Knott 1-19/+11
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-1/+1
2023-10-16[ci] formatGravatar alexanderniebuhr 1-27/+27
2023-10-16[ci] formatGravatar alexanderniebuhr 1-27/+27
2023-10-15chore(netlify): fixes after migrationGravatar Matthew Phillips 1-15/+5
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-07-03feat: use typescript-eslint@v6's reworked configs (#7425)Gravatar Josh Goldberg ✨ 1-2/+0
2022-07-25Add the `output` option (#4015)Gravatar Matthew Phillips 1-3/+1
* Start of work on astroConfig.mode === 'server' * Add tests and more * adapter -> deploy in some places * Add fallback for `adapter` config * Update more tests * Update image tests * Fix clientAddress test * Updates based on PR review * Add a changeset * Update integrations tests + readme * Oops * Remove old option * Rename `mode` to `output` * Update Node adapter test * Update test * fred pass * fred pass * fred pass * fix test Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2022-05-16Update out directories for Netlify Functions (#3381)Gravatar Sarah Etter 1-1/+4
* Change out directories for Netlify Functions * Changeset * Update test
2022-04-19[ci] formatGravatar matthewp 1-1/+1
2022-04-19Netlify Edge function support (#3148)Gravatar Matthew Phillips 1-0/+42
* Netlify Edge function support * Update readme with edge function information * Adds a changeset * Disable running edge function test in CI for now