aboutsummaryrefslogtreecommitdiff
path: root/packages/integrations/node/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2025-05-21[ci] formatGravatar JP Wienekus 1-1/+4
2025-05-21Handle module not found errors in server entrypoint (#13507)Gravatar Reuben Tier 1-1/+1
* Handle module not found errors in server entrypoint * Save my files -_-
2025-04-22chore: clean dead code (#13591)Gravatar Florian Lefebvre 2-12/+2
2025-04-14feat: stable sessions (#13527)Gravatar Matt Kane 1-2/+2
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-21fix: update node image.endpoint config structure (#13190)Gravatar Lee Arnold 1-1/+4
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> Co-authored-by: ematipico <602478+ematipico@users.noreply.github.com> Co-authored-by: florian-lefebvre <69633530+florian-lefebvre@users.noreply.github.com>
2025-02-12feat: add support for automatic session driver config (#13145)Gravatar Matt Kane 1-1/+16
* 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 Matt Kane 1-2/+1
2025-02-12fix: use shared helper for file extensions (#13223)Gravatar Matt Kane 1-3/+2
* fix: use shared helper for file extensions * Lock
2025-02-07chore: fix linting issues, integration tests (#13187)Gravatar Emanuele Stoppa 4-12/+0
* 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-07chore: fix linting issuesGravatar Emanuele Stoppa 1-5/+0
2025-02-06[ci] formatGravatar renovate[bot] 4-11/+10
2025-01-22fix: correctly handle wildcard hosts in preview (#514)Gravatar Matt Kane 3-11/+15
2025-01-07fix(deps): update all non-major dependencies (#457)Gravatar renovate[bot] 2-2/+0
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-12-04refactor: readability (#463)Gravatar Emanuele Stoppa 1-19/+19
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-2/+2
2024-09-13feat: update adapters supported features to account for new shape for Astro ↵Gravatar Erika 1-4/+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-18/+7
2024-09-11feat: remove hybrid (#375)Gravatar Erika 1-7/+5
* 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-29chore: supress lintingGravatar Alexander Niebuhr 7-12/+34
2024-08-29chore: formatGravatar Alexander Niebuhr 1-1/+1
2024-08-29chore: supress lintingGravatar Alexander Niebuhr 7-15/+35
2024-08-21feat(next): make astro:env stable (#11679)Gravatar Florian Lefebvre 2-7/+4
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-08-20feat: remove the squoosh image service (#11770)Gravatar Erika 1-1/+0
* feat: remove the squoosh image service * fix: build * chore: changeset
2024-08-15[ci] formatGravatar Florian Lefebvre 1-1/+1
2024-08-15refactor: enforce node prefix (#11723)Gravatar Florian Lefebvre 1-1/+1
2024-08-13[ci] formatGravatar Matthew Phillips 1-1/+1
2024-08-13Encrypt server islands props (#11535)Gravatar Matthew Phillips 2-2/+10
* Encrypt server islands props * Comment on the hex algo * Use @oslojs/encoding * Rename functions * Add base to test * Remove old tests no longer valid * Run test locally * Make sure adapters run before manifest * Add a changeset * Adjust test adapter * don't assume adapter is at root * Add a changeset * Updates on review comments * Update oslo * Add better description of Node adapter change
2024-08-08update formatter config (#11640)Gravatar Darius 5-12/+12
* update formatter config * format --------- Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2024-08-07Improve regex performance (#11635)Gravatar Bjorn Lu 1-1/+1
2024-06-20fix: astro:env getSecret (#11296)Gravatar Florian Lefebvre 2-6/+18
2024-06-17chore: logging cleanup (#11263)Gravatar wackbyte 1-3/+3
2024-06-14[ci] formatGravatar Matthew Phillips 1-1/+1
2024-06-14Fix backwards compat with Astro <= 4.9 (#11261)Gravatar Matthew Phillips 1-2/+5
2024-06-10feat: add support for astro:env to node and vercel (#11199)Gravatar Florian Lefebvre 2-0/+7
2024-06-07fix(node): add missing error logging (#11202)Gravatar Dawid Kobierski 1-0/+2
2024-03-19[ci] formatGravatar Andrés Correa Casablanca 1-1/+1
2024-03-19fix: do not append trailing slash to subresource urls (#10491)Gravatar Andrés Correa Casablanca 1-1/+5
* fix: do not append traling slash to subresource urls Signed-off-by: Andres Correa Casablanca <andreu@kindspells.dev> * test: fix broken test Signed-off-by: Andres Correa Casablanca <andreu@kindspells.dev> * refactor: packages/integrations/node/src/serve-static.ts Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com> --------- Signed-off-by: Andres Correa Casablanca <andreu@kindspells.dev> Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com>
2024-03-18[ci] formatGravatar Arsh 1-6/+8
2024-03-18fix(node): handle offshoot promise rejections (#10454)Gravatar Arsh 1-3/+16
* fix(node): handle offshoot promise rejections * add test * add changeset * Update packages/integrations/node/test/errors.test.js
2024-03-01fix(node): Safely create requests (#10285)Gravatar Erika 1-1/+9
* fix(node): Wrap request creation in try catch * chore: changeset
2024-03-01[ci] formatGravatar Satanshu Mishra 1-1/+1
2024-03-01fix(node): listen on 0.0.0.0 if server.host is set to true (#10282)Gravatar Satanshu Mishra 1-3/+9
Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com> Co-authored-by: Kevin Zuniga Cuellar <46791833+kevinzunigacuellar@users.noreply.github.com> Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2024-02-27chore: import sort source code, exception for the `astro` package (#10242)Gravatar Emanuele Stoppa 8-16/+16
* chore: import sort source code, exception for the `astro` package * fix import sorting bug * Update packages/integrations/lit/server.js Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com> --------- Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2024-02-23Fix(node): Custom headers are not present in responses from standalone Node ↵Gravatar Furkan Erdem 1-0/+13
server in preview mode (#10208) * fix(node): add user specified headers to preview server responses * docs: clarify comment * style: new line * test: remove test * chore: add changeset
2024-01-31feat(i18n): domain support (#9143)Gravatar Emanuele Stoppa 1-0/+1
* i18n(domains): validation and updated logic (#9099) * feat(i18n): domain with lookup table (#9112) * chore: add changelog, fix types and enable experimental support in node/vercel * rebase and update lock file * chore: fix failing test * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Matthew Phillips <matthew@skypack.dev> * Update .changeset/tidy-carrots-jump.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * wip * chore: rebase, conflicts and tests * update lock file * chore: correct configuration * chore: correct configuration * fix: regressions * chore: fix conflicts and add more tests * chore: add more validation * chore: more tests and add more restrictions * fix changeset * change and revert adapters * add another restriction * lock file update * Update packages/astro/src/@types/astro.ts Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/astro/src/@types/astro.ts Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> * wat * fix syntax error * fix config example * Fix for #9673 (#9680) * Fix for #9673 * 🦋 add changeset file * Update breezy-plants-smoke.md Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> * ⚡️ simplified normalizeConfigPath --------- Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> * Fix env var replacement for export const prerender (#9807) * feat(alpinejs): allow customizing the Alpine instance (#9751) * feat(alpinejs): allows customzing the Alpine instance * chore: add e2e tests * fix: rename script * Update index.ts * fix: lockfile * [ci] format * chore: use correct lock file * chore: rebase * fix regressions in tests * fix regressions in tests * fix build * add description * fix missing types * chore: fix tests, again :D * eslint * Update packages/astro/src/@types/astro.ts Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * chore: address feedback * chore: fix regressions * chore: refactor naming * Update packages/astro/src/core/app/index.ts Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> * chore: address feedback * update lock file * chore: infer routing from options, not strategy * merge from main * merge from main * Experimental support in vercel adapter * Update packages/astro/src/@types/astro.ts Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/astro/src/@types/astro.ts Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update .changeset/tidy-carrots-jump.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * better changesets * Updates both experimental.i18nDomains and i18ndomains for experimental strategy * fix link syntax * consistent tabs/spaces * Update packages/astro/src/@types/astro.ts Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * apply suggestion --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Matthew Phillips <matthew@skypack.dev> Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> Co-authored-by: Lou Cyx <git@lou.cx> Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> Co-authored-by: Florian Lefebvre <ematipico@users.noreply.github.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2024-01-25[ci] formatGravatar Marvin 1-13/+11
2024-01-25feat(node): add trailingSlash support (#9080)Gravatar Marvin 3-16/+49
* feat(node): add trailing slash support * add changeset * test(node): add base route test in trailing-slash.js detected an infinite loop in base path when trailingSlash: never * fix(node): avoid infinite redirect when trailingSlash: never * address test failures after rebase pt.1 * address test failures after rebase pt.2 --------- Co-authored-by: lilnasy <69170106+lilnasy@users.noreply.github.com>
2024-01-17[ci] formatGravatar Emanuele Stoppa 7-84/+80