summaryrefslogtreecommitdiff
path: root/packages/integrations/netlify/test/functions (follow)
AgeCommit message (Collapse)AuthorFilesLines
2025-04-14feat: stable sessions (#13527)Gravatar Matt Kane 2-7/+1
Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> Co-authored-by: florian-lefebvre <69633530+florian-lefebvre@users.noreply.github.com> Co-authored-by: sarah11918 <5098874+sarah11918@users.noreply.github.com> Co-authored-by: ematipico <602478+ematipico@users.noreply.github.com>
2025-02-24Replace globby/fast-glob/tiny-glob with tinyglobby (#13299)Gravatar Bjorn Lu 1-3/+3
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> Co-authored-by: florian-lefebvre <69633530+florian-lefebvre@users.noreply.github.com> Co-authored-by: ematipico <602478+ematipico@users.noreply.github.com>
2025-02-13[ci] formatGravatar Vitalii Rybachenko 1-3/+3
2025-02-12feat: add support for automatic session driver config (#13145)Gravatar Matt Kane 11-0/+312
* feat: add support for automatic session driver config * chore: fix error logic * Lint test * Add node support * Add node test fixture * Lock * Add Netlify support * Use workspace Astro version * Format * Changeset * Add tests * Add dep for tests * chore: fix repo URL * temp log * Fix module resoltuion * [skip ci] Update changeset * chore: bump peer dependencies * Changes from review * Changeset changes from review * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> * More changeset detail * Lock --------- Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com>
2025-02-12[ci] formatGravatar Dani Fernández 1-1/+1
2025-02-12Update netlify adapter to integrate includeFiles and excludeFiles options ↵Gravatar Dani Fernández 12-0/+242
(#13194) * feat: integrated includeFiles and excludeFiles on netlify adapter * feat: added netlify include and exclude files tests * feat: changelogs added * fix: avoid problems with glob file url on windows * feat: improved JS Docs to include examples and important information * feat: removed non necessary root path as glob is already absolute * Apply suggestions from code review * Update packages/integrations/netlify/src/index.ts Co-authored-by: Matt Kane <m@mk.gg> * Update .changeset/ninety-clouds-judge.md Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> --------- Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> Co-authored-by: Matt Kane <m@mk.gg> Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com>
2025-02-07chore: fix linting issues, integration tests (#13187)Gravatar Emanuele Stoppa 1-1/+1
* chore: fix linting issues * chore: update packages and directories * apply suggestions Co-authored-by: florian-lefebvre <69633530+florian-lefebvre@users.noreply.github.com>
2025-02-06[ci] formatGravatar Emanuele Stoppa 4-22/+22
2025-02-06chore: fix tests and buildGravatar Emanuele Stoppa 4-4/+4
2025-01-07fix(deps): update all non-major dependencies (#457)Gravatar renovate[bot] 3-0/+3
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-12-03test: use Astro v5 and update cloudflare assertions (#460)Gravatar Emanuele Stoppa 1-0/+3
* test: use Astro v5 and update cloudflare assertions * disable check origin * disable check origin * update test * fix another test * remove logging * format
2024-09-11feat: remove hybrid (#375)Gravatar Erika 1-2/+2
* feat: remove hybrid * fix: udpate with new API * fix: update for latest next changes * fix: more test-utils fix * fix: build * fix: build * fix: tests * fix: netlify * fix: astro env * fix: use types from AStro * chore: changeset
2024-08-26fix(deps): update all non-major dependencies (#363)Gravatar renovate[bot] 1-1/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-08-22chore(deps): update all non-major dependencies (#318)Gravatar renovate[bot] 6-3/+6
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com> Co-authored-by: Alexander Niebuhr <alexander@nbhr.io>
2024-07-08chore(netlify): support `node:` prefixed imports (#286)Gravatar Theo Ephraim 1-0/+3
Co-authored-by: Matt Kane <m@mk.gg> Co-authored-by: Alexander Niebuhr <alexander@nbhr.io>
2024-07-08feat: use Netlify Frameworks API (#315)Gravatar Eduardo Bouças 4-7/+7
* 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 4-247/+275
* 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-03-19feat(netlify): add support for image.remotePatterns and images.domains with ↵Gravatar Matt Kane 2-1/+95
Netlify Image CDN (#187) * feat(netlify): support for image.remotePatterns and images.domains * chore: add sample remote image * chore: lint * chore: add changeset * chore: better comments * chore: format * fix: handle dots in domains * Update .changeset/nine-lamps-cry.md Co-authored-by: Alexander Niebuhr <alexander@nbhr.io> * fix: warn if invalid regex is generated --------- Co-authored-by: Alexander Niebuhr <alexander@nbhr.io>
2024-03-13chore: update biome to the latest (#183)Gravatar Emanuele Stoppa 1-1/+1
* chore: biome safe fixes * chore: biome unsafe fixes * chore: update Biome, and use Biome in CI * chore: fix merge conflicts
2024-02-16[ci] formatGravatar alexanderniebuhr 4-32/+34
2024-02-16chore(netlify): use Node.js for testing (#158)Gravatar Abid 5-46/+47
2024-02-12fix(netlify): consider main fields when bundling (#160)Gravatar Arsh 1-1/+1
2024-02-12[ci] formatGravatar alexanderniebuhr 1-1/+1
2024-02-12fix(netlify): 404 has wrong content-type header (#162)Gravatar Simon Knott 1-0/+1
2024-02-06feat(netlify): verification for edge middleware (#152)Gravatar Arsh 1-1/+0
* feat(netlify): verification for edge middleware * add changeset * remove unused folder
2024-02-01[ci] formatGravatar alexanderniebuhr 2-28/+22
2024-02-01fix(netlify): pre-rendered 404 pages aren't shown (#143)Gravatar Simon Knott 4-0/+70
2024-01-19chore: updates astro versions (#132)Gravatar Alexander Niebuhr 1-1/+2
2024-01-03[ci] formatGravatar ematipico 1-26/+26
2024-01-03[netlify] allow opting out of Image CDN (#120)Gravatar Simon Knott 4-0/+53
* chore: add image CDN tests * feat: allow image cdn opt-out * write docs * add changeset * fix: put proper jsdoc values
2023-12-21chore: use Biome as linter (#111)Gravatar Emanuele Stoppa 1-2/+2
* chore: biome safe fixes * chore: biome unsafe fixes * chore: biome safe fixes * chore: biome unsafe fixes * chore: update script * chore: format * chore: turn off some eslint rule * small refactor * fix
2023-12-17[ci] formatGravatar alexanderniebuhr 3-31/+30
2023-12-17feat(netlify): Netlify Adapter v4 (#84)Gravatar Simon Knott 59-712/+71
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-12-06fix(netlify): tests (#96)Gravatar Alexander Niebuhr 4-3/+4
Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com>
2023-12-05chore: update to Astro v4 (#87)Gravatar Alexander Niebuhr 11-10/+32
2023-11-30chore: use biome to sort imports (#77)Gravatar Emanuele Stoppa 20-22/+22
2023-11-03test(netlify): add base fixture and prepare test (#45) (#49)Gravatar Florian Lefebvre 5-0/+49
* test(netlify): add base fixture and prepare test * Update base.test.js * fix(netlify): test indentation --------- Co-authored-by: Alexander Niebuhr <alexander@nbhr.io>
2023-10-24Fix incorrect netlify redirect test (#39)Gravatar Bjorn Lu 1-2/+3
2023-10-16fix: docs smoke testGravatar Alexander Niebuhr 1-1/+1
2023-10-16[ci] formatGravatar alexanderniebuhr 10-376/+325
2023-10-16[ci] formatGravatar alexanderniebuhr 9-263/+318
2023-10-16fix: `loadFixture` with test-utils package (#14)Gravatar Alexander Niebuhr 1-10/+23
* fix: `loadFixture` with test-utils package * chore: update astro dependencies --------- Co-authored-by: lilnasy <69170106+lilnasy@users.noreply.github.com>
2023-10-15chore(netlify): fixes after migrationGravatar Matthew Phillips 39-221/+273
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-24Update breaking dependencies (#8201)Gravatar Bjorn Lu 1-1/+0
2023-08-16feat: unflag experimental.assets (#7921)Gravatar Erika 4-18/+30
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2023-08-15Merge remote-tracking branch 'origin/main' into nextGravatar Emanuele Stoppa 2-0/+48
2023-08-11[ci] formatGravatar lilnasy 1-1/+1
2023-08-11Add Incremental Static Regeneration support for the Netlify's on-demand ↵Gravatar Arsh 2-0/+48
builders adapter (#7975) * feat(netlify): expose builders ttl as a local * add changeset * docs(netlify): caching using on-demand builders * reword readme section * Update packages/integrations/netlify/package.json Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> * include builders-types.d.ts in the distribution * document caveat regarding query params * update changeset * mutation -> function * locals.netlify -> locals.runtime * update types and changeset * Apply suggestions from code review Co-authored-by: Elian ☕️ <hello@elian.codes> * Apply suggestions from code review Co-authored-by: Elian ☕️ <hello@elian.codes> --------- Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> Co-authored-by: Elian ☕️ <hello@elian.codes>
2023-08-08feat: adapter features, deprecate astro configs (#7839)Gravatar Emanuele Stoppa 2-3/+2
2023-07-26Prevent building .html files in hybrid mode (#7805)Gravatar Matthew Phillips 4-3/+51
* Prevent building .html files in hybrid mode * Adding a changeset