summaryrefslogtreecommitdiff
path: root/packages/integrations/node/test (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-09-12Removed `<style>` with `type="text/css"` from inline output at build time (#8...Gravatar Okuto Oyama 1-1/+1
2023-08-22Merge remote-tracking branch 'origin/main' into nextGravatar Emanuele Stoppa 2-1/+50
2023-08-21fix(@astrojs/node): handler should work with `express` (#8176)Gravatar Emanuele Stoppa 2-1/+50
2023-08-18Switch `build.inlineStylesheets` default to auto (#8118)Gravatar Arsh 1-1/+1
2023-08-17Merge branch 'main' into nextGravatar Matthew Phillips 12-33/+232
2023-08-17[ci] formatGravatar ematipico 1-18/+17
2023-08-17Prerendering corner cases (#8070)Gravatar Arsh 11-33/+175
2023-08-16feat: unflag experimental.assets (#7921)Gravatar Erika 1-3/+0
2023-08-15Stream request body instead of buffering it in memory (#8084)Gravatar hbgl 2-3/+58
2023-08-08Remove undici dep (#7980)Gravatar Bjorn Lu 2-2/+0
2023-08-08Fix node test fail (#7950)Gravatar Bjorn Lu 14-17/+15
2023-08-01[ci] formatGravatar bluwy 2-3/+7
2023-08-01Refactor 404 and 500 approach (#7754)Gravatar Nate Moore 6-13/+244
2023-07-26test: add test in the Node adapter for astro:assets (#7734)Gravatar Erika 4-0/+59
2023-07-18nit: use `node:` prefix everywhere (#7692)Gravatar Erika 2-4/+4
2023-07-03feat: use typescript-eslint@v6's reworked configs (#7425)Gravatar Josh Goldberg ✨ 2-3/+2
2023-06-28fix: correctly handle prerender pages in split mode (#7509)Gravatar Emanuele Stoppa 1-1/+1
2023-06-21feat: expose locals to render api and from requests in dev mode (#7385)Gravatar Emanuele Stoppa 4-0/+76
2023-06-06[ci] formatGravatar natemoo-re 2-200/+197
2023-06-06#7226 - fixes NodeJS adapter for multiple set-cookie headers (and other heade...Gravatar Alex Sherwin 19-0/+339
2023-06-06fix:query not considered in directory redirection (#7243)Gravatar Riki 1-0/+36
2023-06-05Unflag hybrid output (#7260)Gravatar Nate Moore 1-6/+0
2023-05-31Revert "feat(hybrid): unflag hybrid output (#7255)" (#7259)Gravatar Nate Moore 1-0/+6
2023-05-31feat(hybrid): unflag hybrid output (#7255)Gravatar Nate Moore 1-6/+0
2023-05-17feat: hybrid output (#6991)Gravatar Happydev 2-9/+139
2023-05-15Fix double prepended forward slash in certain cases (#7091)Gravatar Happydev 1-43/+90
2023-05-12[ci] formatGravatar matthewp 1-1/+1
2023-05-12Correct handle directory finds when using base in the Node adapter (#7076)Gravatar Matthew Phillips 1-3/+12
2023-05-01Catch errors that occur within the stream in the Node adapter (#6935)Gravatar Matthew Phillips 3-0/+55
2023-04-13Ensure unique workspace name (#6836)Gravatar Bjorn Lu 1-1/+1
2023-04-04fix(node): Fix malformed URLs crashing the server in certain cases (#6746)Gravatar Erika 3-0/+56
2023-02-02Node adapter: handle prerendering and serving with query params (#6110)Gravatar Matthew Phillips 4-0/+90
2023-01-26Fix `Astro.url.protocol` when using the @astrojs/node SSR adapter with HTTPS ...Gravatar HiDeoo 3-0/+93
2023-01-12[ci] formatGravatar natemoo-re 1-1/+1
2023-01-12fix(core): handle encoded characters when matching routes (#5836)Gravatar Nate Moore 5-1/+71
2023-01-11Add support for serving well-known URIs with the @astrojs/node SSR adapter (#...Gravatar HiDeoo 4-0/+58
2023-01-10[ci] formatGravatar bluwy 2-5/+5
2023-01-11can jump 404 when that page does not exist (#5701)Gravatar wulinsheng123 5-3/+76
2023-01-06Drop Node 14 in CI for Node 16 and add Node 18 to the matrix (#5768)Gravatar Erika 1-2/+11
2022-10-12Node.js standalone mode + support for astro preview (#5056)Gravatar Matthew Phillips 1-1/+1
2022-07-26Fixes binary data request bodies in the Node adapter (#4055)Gravatar Matthew Phillips 2-0/+27
2022-07-25Add the `output` option (#4015)Gravatar Matthew Phillips 1-3/+1
2022-07-22[ci] formatGravatar matthewp 2-5/+4
2022-07-22Fixes Node adapter receiving a request body (#4023)Gravatar Matthew Phillips 4-0/+111