summaryrefslogtreecommitdiff
path: root/packages/integrations/netlify/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2025-02-24Replace globby/fast-glob/tiny-glob with tinyglobby (#13299)Gravatar Bjorn Lu 1-2/+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-12feat: add support for automatic session driver config (#13145)Gravatar Matt Kane 1-1/+28
* 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-12Update netlify adapter to integrate includeFiles and excludeFiles options ↵Gravatar Dani Fernández 1-3/+70
(#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 5-22/+22
2025-02-06chore: fix lintingGravatar Emanuele Stoppa 1-2/+2
2025-02-06chore: fix linting issuesGravatar Emanuele Stoppa 1-1/+1
2025-01-13feat: upgrade underscore-redirects (#501)Gravatar Florian Lefebvre 1-44/+23
2025-01-07chore: update adapters to better support astro v5 (#454)Gravatar Alexander Niebuhr 1-2/+34
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2025-01-07fix(deps): update all non-major dependencies (#457)Gravatar renovate[bot] 1-2/+7
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2025-01-07feat(cloudflare,netlify): stabilize astro:env secrets support (#496)Gravatar Florian Lefebvre 1-1/+1
2024-12-16fix: correctly pass locals from Netlify edge middleware (#488)Gravatar Matt Kane 1-2/+2
* fix: correctly pass locals from Netlify edge middleware * Format * Remove console
2024-12-13fix(netlify): don't directly assign locals (#481)Gravatar Matt Kane 1-1/+1
2024-11-28chore: fix buildGravatar Emanuele Stoppa 1-0/+1
2024-10-31Merge branch 'main' into nextGravatar bluwy 1-0/+19
2024-10-04fix(netlify): support middleware rewrite (#413)Gravatar Matt Kane 1-0/+19
* fix(netlify): support middleware rewrite * Changeset
2024-10-01Merge branch 'main' into nextGravatar bluwy 1-1/+1
2024-09-18chore(deps): update all non-major dependencies (#393)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-09-17Merge branch 'main' into nextGravatar Alexander Niebuhr 2-13/+17
2024-09-16Adapter related changes for IntegrationData (#377)Gravatar Alexander Niebuhr 1-3/+3
* chore: port adapter related changes from astro #11864 * chore: bump version * chore: bump * fix: types * fix * fix: tests * fix: locals * Update expected image endpoint --------- Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2024-09-13feat: update adapters supported features to account for new shape for Astro ↵Gravatar Erika 1-6/+1
5 (#392) * feat: update adapters supported features to account for new shape for Astro 5 * chore: changeset
2024-09-12chore(next): astro:env cleanup (#385)Gravatar Florian Lefebvre 3-23/+8
2024-09-11fix: allow `-` in hostnames for Netlify Image CDN (#388)Gravatar Hrishikesh Kokate 1-2/+2
* fix: allow `-` in hostnames for Netlify Image CDN RegEx * Update orange-countries-scream.md --------- Co-authored-by: Matt Kane <m@mk.gg>
2024-09-11feat: remove hybrid (#375)Gravatar Erika 1-6/+16
* 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-09-10Set the workspace root when doing nft scan (#381)Gravatar Matthew Phillips 2-11/+15
* Debuggin * Changeset * More info for debugging * filter more * Fix the underlying issue * fix formatting * block entire linuxbrew root * ignore home entirely * Set the base to the workspace root * more debuggin * make it be a URL * cleanup * Fix tests * Apply to Vercel as well * Fix build * format code * Vendor searchRoot for vercel * formatting --------- Co-authored-by: Alexander Niebuhr <alexander@nbhr.io>
2024-08-29chore: fixesGravatar Alexander Niebuhr 1-13/+13
2024-08-29chore: fix type errorsGravatar Alexander Niebuhr 1-15/+13
2024-08-22chore(deps): update all non-major dependencies (#318)Gravatar renovate[bot] 1-0/+1
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-08-20Upgrade to eslint v9 (#356)Gravatar Bjorn Lu 1-1/+0
2024-08-15Apply polyfills right away (#350)Gravatar Matthew Phillips 2-4/+4
2024-07-12feat(netlify): set cache headers (#326)Gravatar Matt Kane 1-3/+13
2024-07-08chore(netlify): support `node:` prefixed imports (#286)Gravatar Theo Ephraim 1-0/+12
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 1-17/+13
* 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-07-01chore(deps): update all non-major dependencies (#298)Gravatar renovate[bot] 1-1/+2
* chore(deps): update all non-major dependencies * Biome update --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Matt Kane <m@mk.gg>
2024-07-01fix(netlify): externalise sharp when bundling edge middleware (#316)Gravatar Matt Kane 1-0/+1
* fix(netlify): externalise sharp when bundling edge middleware * Deps
2024-07-01fix: use absolute path for included files (#313)Gravatar Matt Kane 1-1/+1
2024-06-27perf(netlify): handle dependency tracing for SSR function (#296)Gravatar Matt Kane 3-12/+130
* 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-06-20fix(netlify): astro:env getSecret (#293)Gravatar Florian Lefebvre 2-5/+17
2024-06-16fix: backward compatibility Astro <= 4.9 (#282)Gravatar Alexander Niebuhr 1-2/+5
2024-06-10feat(cloudflare): support astro:env (#258)Gravatar Alexander Niebuhr 1-1/+0
Co-authored-by: Alexander Niebuhr <alexander@nbhr.io> Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2024-06-10feat(netlify): support astro:env (#275)Gravatar Florian Lefebvre 2-0/+7
Co-authored-by: Alexander Niebuhr <alexander@nbhr.io>
2024-05-07fix(netlify): shim process.env in edge middleware (#255)Gravatar Matt Kane 1-0/+4
2024-03-19feat(netlify): add support for image.remotePatterns and images.domains with ↵Gravatar Matt Kane 1-8/+105
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 2-5/+4
* chore: biome safe fixes * chore: biome unsafe fixes * chore: update Biome, and use Biome in CI * chore: fix merge conflicts
2024-02-26[ci] formatGravatar lilnasy 1-1/+1
2024-02-26fix(netlify): replace `global.crypto` with `crypto` (#163)Gravatar Jason Allan 1-1/+2
* Use `crypto` package instead of `global.crypto` * Create young-ravens-hammer.md * Apply suggestions from code review --------- Co-authored-by: Alexander Niebuhr <alexander@nbhr.io> Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com>
2024-02-12[ci] formatGravatar lilnasy 1-1/+1
2024-02-12fix(netlify): consider main fields when bundling (#160)Gravatar Arsh 1-0/+1
2024-02-12fix(netlify): 404 has wrong content-type header (#162)Gravatar Simon Knott 1-1/+4
2024-02-06[ci] formatGravatar lilnasy 2-4/+4