summaryrefslogtreecommitdiff
path: root/packages/integrations/node/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-09-13config: migrate us to moduleResolution: 'node16' (#8519)Gravatar Erika 5-7/+7
2023-08-28[ci] formatGravatar ematipico 3-3/+3
2023-08-28refactor: use new Astro internals (#8254)Gravatar Emanuele Stoppa 4-14/+16
2023-08-22Merge remote-tracking branch 'origin/main' into nextGravatar Emanuele Stoppa 1-5/+12
2023-08-21fix(@astrojs/node): handler should work with `express` (#8176)Gravatar Emanuele Stoppa 1-5/+12
2023-08-21Merge remote-tracking branch 'origin/main' into nextGravatar Emanuele Stoppa 1-9/+1
2023-08-18fix(node): delegate preview's not found and error handling to core/app (#8141)Gravatar Arsh 1-9/+1
2023-08-15Merge remote-tracking branch 'origin/main' into nextGravatar Emanuele Stoppa 3-4/+70
2023-08-10[ci] formatGravatar natemoo-re 3-27/+33
2023-08-10Support `--host` for Node adapter preview (#6928)Gravatar Jerry_wu 3-4/+64
2023-08-08chore: update prettier to `3.0` (#7957)Gravatar Emanuele Stoppa 2-5/+3
2023-08-08Remove undici dep (#7980)Gravatar Bjorn Lu 1-4/+3
2023-08-08feat: astro features (#7815)Gravatar Emanuele Stoppa 1-0/+10
2023-08-08feat: remove webapi in favor of a smaller polyfill (#7840)Gravatar Erika 1-6/+2
2023-08-01Fix "res.writeHead is not a function" in Express/node middleware (#7708)Gravatar DixCouleur 2-8/+29
2023-08-01Refactor 404 and 500 approach (#7754)Gravatar Nate Moore 1-5/+6
2023-07-18nit: use `node:` prefix everywhere (#7692)Gravatar Erika 5-9/+9
2023-07-03feat: use typescript-eslint@v6's reworked configs (#7425)Gravatar Josh Goldberg ✨ 2-3/+1
2023-06-21feat: expose locals to render api and from requests in dev mode (#7385)Gravatar Emanuele Stoppa 1-2/+3
2023-06-06[ci] formatGravatar natemoo-re 3-32/+34
2023-06-06#7226 - fixes NodeJS adapter for multiple set-cookie headers (and other heade...Gravatar Alex Sherwin 2-2/+47
2023-06-06fix:query not considered in directory redirection (#7243)Gravatar Riki 1-1/+8
2023-05-17feat: hybrid output (#6991)Gravatar Happydev 1-1/+3
2023-05-12[ci] formatGravatar matthewp 1-4/+4
2023-05-12Correct handle directory finds when using base in the Node adapter (#7076)Gravatar Matthew Phillips 1-1/+7
2023-05-03feat(astro): experimental middleware (#6721)Gravatar Emanuele Stoppa 3-2/+2
2023-05-01[ci] formatGravatar matthewp 1-2/+2
2023-05-01Catch errors that occur within the stream in the Node adapter (#6935)Gravatar Matthew Phillips 1-2/+7
2023-04-04fix(node): Fix malformed URLs crashing the server in certain cases (#6746)Gravatar Erika 1-3/+19
2023-03-20feat(all): Migrate to TypeScript 5.0 (#6579)Gravatar Erika 1-0/+2
2023-03-10fix: Enforce the usage of type imports when possible (#6502)Gravatar Erika 1-1/+1
2023-03-07chore: use directive `@ts-expect-error` instead of `@ts-ignore` (#6429)Gravatar Emanuele Stoppa 1-1/+1
2023-02-03[ci] formatGravatar matthewp 3-3/+3
2023-02-02Node adapter: handle prerendering and serving with query params (#6110)Gravatar Matthew Phillips 4-3/+11
2023-02-01Fix incorrent encoded when path has other language characters (#6088)Gravatar Shiina 1-1/+1
2023-01-26Fix `Astro.url.protocol` when using the @astrojs/node SSR adapter with HTTPS ...Gravatar HiDeoo 1-1/+3
2023-01-11Add support for serving well-known URIs with the @astrojs/node SSR adapter (#...Gravatar HiDeoo 1-2/+3
2023-01-11can jump 404 when that page does not exist (#5701)Gravatar wulinsheng123 3-6/+7
2023-01-09[ci] formatGravatar matthewp 1-1/+1
2023-01-09Drop Node 14 support (#5782)Gravatar Erika 1-1/+1
2023-01-03Remove deprecated APIs (#5707)Gravatar Bjorn Lu 1-9/+0
2022-12-08[ci] formatGravatar natemoo-re 1-1/+3
2022-12-08Node: better serverEntrypoint error (#5560)Gravatar Nate Moore 1-4/+8
2022-11-17[ci] formatGravatar matthewp 1-1/+3
2022-11-17feat: provide HOST env variable at runtime (#5421)Gravatar Scttpr 1-1/+2
2022-11-16[ci] formatGravatar matthewp 1-235/+221
2022-11-16Add response iterator to node adapter (#5418)Gravatar Jean-Baptiste Alleaume 2-3/+245
2022-11-07[ci] formatGravatar matthewp 1-4/+12
2022-11-07Handle `base` in adapters (#5290)Gravatar Matthew Phillips 3-3/+15
2022-10-27[ci] formatGravatar bluwy 1-1/+1