summaryrefslogtreecommitdiff
path: root/packages/integrations/netlify/test/functions (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-08-11[ci] formatGravatar FredKSchott 1-1/+1
2022-08-11Add 404 routing logic to Netlify redirects file (#4274)Gravatar Matthew Phillips 3-0/+49
* Add 404 routing logic to Netlify redirects file * changeset
2022-07-25Add the `output` option (#4015)Gravatar Matthew Phillips 3-9/+3
* Start of work on astroConfig.mode === 'server' * Add tests and more * adapter -> deploy in some places * Add fallback for `adapter` config * Update more tests * Update image tests * Fix clientAddress test * Updates based on PR review * Add a changeset * Update integrations tests + readme * Oops * Remove old option * Rename `mode` to `output` * Update Node adapter test * Update test * fred pass * fred pass * fred pass * fix test Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2022-06-15[ci] formatGravatar tony-sull 1-1/+1
2022-06-15Adds support base64 encoding in Netlify Functions (#3592)Gravatar Tony Sullivan 3-0/+86
* Adding support for base64 encoded responses in Netlify Functions * chore: add changeset * removing the regex check for a more simple header-based check * nit: cleaning up the readme a bit
2022-05-16Update out directories for Netlify Functions (#3381)Gravatar Sarah Etter 1-1/+4
* Change out directories for Netlify Functions * Changeset * Update test
2022-04-19[ci] formatGravatar matthewp 3-6/+6
2022-04-19Netlify Edge function support (#3148)Gravatar Matthew Phillips 7-0/+129
* Netlify Edge function support * Update readme with edge function information * Adds a changeset * Disable running edge function test in CI for now