0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00
astro/packages/integrations/node/test
Emanuele Stoppa d6edc75408
Adapter enhancements (#9661)
* quality of life updates for `App` (#9579)

* feat(app): writeResponse for node-based adapters

* add changeset

* Apply suggestions from code review

Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>

* Apply suggestions from code review

Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>

* add examples for NodeApp static methods

* unexpose createOutgoingHttpHeaders from public api

* move headers test to core

* clientAddress test

* cookies test

* destructure renderOptions right at the start

---------

Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>

* Fallback node standalone to localhost (#9545)

* Fallback node standalone to localhost

* Update .changeset/tame-squids-film.md

* quality of life updates for the node adapter (#9582)

* descriptive names for files and functions

* update tests

* add changeset

* appease linter

* Apply suggestions from code review

Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>

* `server-entrypoint.js` -> `server.js`

* prevent crash on stream error (from PR 9533)

* Apply suggestions from code review

Co-authored-by: Luiz Ferraz <luiz@lferraz.com>

* `127.0.0.1` -> `localhost`

* add changeset for fryuni's fix

* Apply suggestions from code review

* Apply suggestions from code review

Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>

---------

Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
Co-authored-by: Luiz Ferraz <luiz@lferraz.com>
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>

* chore(vercel): delete request response conversion logic (#9583)

* refactor

* add changeset

* bump peer dependencies

* unexpose symbols (#9683)

* Update .changeset/tame-squids-film.md

Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>

---------

Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com>
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
Co-authored-by: Luiz Ferraz <luiz@lferraz.com>
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-01-17 13:10:43 +00:00
..
fixtures Merge branch 'main' into next 2023-11-30 22:42:29 +08:00
api-route.test.js [ci] format 2023-11-15 23:41:21 +00:00
assets.test.js [ci] format 2023-11-28 13:48:11 +00:00
bad-urls.test.js Adapter enhancements (#9661) 2024-01-17 13:10:43 +00:00
encoded.test.js
errors.test.js Catch errors that occur within the stream in the Node adapter (#6935) 2023-05-01 10:08:18 -04:00
headers.test.js feat: implement overlay main screen redesign (#9118) 2023-11-28 09:39:38 -05:00
image.test.js Prerendering corner cases (#8070) 2023-08-17 09:34:31 +01:00
locals.test.js [ci] format 2023-10-12 14:39:45 +00:00
node-middleware.test.js Adapter enhancements (#9661) 2024-01-17 13:10:43 +00:00
prerender-404-500.test.js Adapter enhancements (#9661) 2024-01-17 13:10:43 +00:00
prerender.test.js Adapter enhancements (#9661) 2024-01-17 13:10:43 +00:00
test-utils.js Adapter enhancements (#9661) 2024-01-17 13:10:43 +00:00
url-protocol.test.js nit: use node: prefix everywhere (#7692) 2023-07-18 02:17:59 +02:00
well-known-locations.test.js