summaryrefslogtreecommitdiff
path: root/packages/integrations/netlify (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-06-02fix: alias astro to @types/astro (#3503)Gravatar William Tetlow 1-2/+11
* fix: alias astro to @types/astro * fix: handle resolve.alias being array * chore: add integrations patch to changeset * chore: remove empty file
2022-05-23[ci] release (#3409)Gravatar github-actions[bot] 2-2/+9
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-05-17[ci] release (#3378)astro@1.0.0-beta.29@astrojs/vercel@0.2.2@astrojs/turbolinks@0.1.3@astrojs/partytown@0.1.3@astrojs/netlify@0.4.0@astrojs/lit@0.1.3Gravatar github-actions[bot] 2-1/+9
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-05-16Update out directories for Netlify Functions (#3381)Gravatar Sarah Etter 3-4/+7
* Change out directories for Netlify Functions * Changeset * Update test
2022-05-16Netlify outdirectory (#3377)Gravatar Sarah Etter 2-3/+3
* Change dist directory, and functions out directory * Add changeset * update docs * Fix changeset
2022-05-12[ci] release (#3334)create-astro@0.12.1astro@1.0.0-beta.28@astrojs/vue@0.1.4@astrojs/vercel@0.2.0@astrojs/svelte@0.1.3@astrojs/react@0.1.2@astrojs/netlify@0.3.4Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-05-11[ci] formatGravatar matthewp 2-24/+24
2022-05-11Fix/netlify edge redirects (#3342)Gravatar Pascal Schilp 3-21/+35
* fix: create redirects file for netlify edge adapter * chore: changeset * chore: distinguish between edge/regular
2022-04-26[ci] release (#3182)create-astro@0.10.0astro@1.0.0-beta.18@astrojs/vercel@0.1.4@astrojs/tailwind@0.2.1@astrojs/svelte@0.1.2@astrojs/netlify@0.3.3Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-04-22[ci] formatGravatar matthewp 3-6/+5
2022-04-22Netlify Edge: forward requests for static assets (#3170)Gravatar Matthew Phillips 8-2/+62
* Netlify Edge: forward requests for static assets * Adds a changeset * Don't run edge tests, yet
2022-04-21[ci] release (#3165)@astrojs/react@0.1.1@astrojs/netlify@0.3.2@astrojs/deno@0.1.2Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-04-21[ci] formatGravatar matthewp 2-4/+2
2022-04-21Fixes using React.lazy and Suspense (#3160)Gravatar Matthew Phillips 7-2/+26
* Revert "Revert "Fixes using React.lazy and Suspense"" This reverts commit e621c2f7d3844e950168f4198e4dd1c6f43031d0. * Adds a changeset * Fix ts errors * Remove netlify metadata folder
2022-04-20Revert "Fixes using React.lazy and Suspense"Gravatar Matthew Phillips 8-38/+2
This reverts commit 700d4f9649b72e98a56586a480e6d3c413cf45f1.
2022-04-20Fixes using React.lazy and SuspenseGravatar unknown 8-2/+38
2022-04-20Netlify adapter, add --build flag in the readme (#3157)Gravatar Matthew Phillips 1-1/+1
2022-04-19[ci] release (#3149)Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-04-19[ci] formatGravatar matthewp 1-1/+1
2022-04-19Adjustments for Netlify Edge Functions (#3150)Gravatar Matthew Phillips 1-3/+7
* Adjustments for Netlify Edge Functions * Adds a changeset
2022-04-19Ignore test folder in NetlifyGravatar Matthew Phillips 1-0/+1
2022-04-19[ci] release (#3120)Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-04-19[ci] formatGravatar matthewp 7-42/+38
2022-04-19Netlify Edge function support (#3148)Gravatar Matthew Phillips 21-93/+320
* Netlify Edge function support * Update readme with edge function information * Adds a changeset * Disable running edge function test in CI for now
2022-04-13chore: add build:ci script to integrations (#3104)Gravatar Nate Moore 1-0/+1
2022-04-13[ci] release (#3101)astro@1.0.0-beta.10@astrojs/webapi@0.11.1Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-04-12[ci] release (#3090)astro@1.0.0-beta.9@astrojs/vercel@0.1.2@astrojs/netlify@0.2.3@astrojs/markdown-remark@0.9.0Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-04-12[ci] formatGravatar matthewp 2-5/+5
2022-04-12Allow setting multiple cookies in Netlify adapter (#3092)Gravatar Matthew Phillips 4-4/+95
* Allow setting multiple cookies in Netlify adapter * Adds a changeset * Set the response status code * Add a comment on why this is needed
2022-04-11[ci] release (#3080)astro@1.0.0-beta.8@astrojs/netlify@0.2.2@astrojs/markdown-remark@0.8.2Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-04-11Make Netlify adapter actually append redirects (#3079)Gravatar hippotastic 1-5/+4
2022-04-10[ci] release (#3064)astro@1.0.0-beta.7@astrojs/vue@0.1.1@astrojs/vercel@0.1.1@astrojs/turbolinks@0.1.1@astrojs/tailwind@0.1.2@astrojs/svelte@0.1.1@astrojs/solid-js@0.1.1@astrojs/renderer-solid@0.4.2@astrojs/preact@0.1.1@astrojs/partytown@0.1.2@astrojs/node@0.1.1@astrojs/netlify@0.2.1@astrojs/lit@0.1.1Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-04-10fix up changelogsGravatar Fred K. Schott 1-3/+3
2022-04-10[ci] release (#3061)astro@1.0.0-beta.6@astrojs/vue@0.1.0@astrojs/vercel@0.1.0@astrojs/turbolinks@0.1.0@astrojs/tailwind@0.1.1@astrojs/svelte@0.1.0@astrojs/solid-js@0.1.0@astrojs/renderer-solid@0.4.1@astrojs/preact@0.1.0@astrojs/partytown@0.1.1@astrojs/node@0.1.0@astrojs/netlify@0.2.0@astrojs/lit@0.1.0Gravatar github-actions[bot] 2-1/+17
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-04-10revert releaseGravatar Fred K. Schott 2-17/+1
2022-04-11[ci] formatGravatar FredKSchott 1-1/+1
2022-04-10[ci] release (#3060)Gravatar github-actions[bot] 2-2/+18
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-04-10[ci] formatGravatar FredKSchott 1-1/+1
2022-04-10remove site requirement from netlify adapter (#3041)Gravatar Fred K. Schott 3-26/+18
* remove site requirement from netlify adapter * update readme
2022-04-06[ci] formatGravatar natemoo-re 1-1/+1
2022-04-06[ci] release (beta) (#3007)astro@1.0.0-beta.4@astrojs/vercel@0.0.3-beta.0@astrojs/solid-js@0.0.4-beta.0@astrojs/renderer-solid@0.4.1-beta.0@astrojs/partytown@0.1.1-beta.0@astrojs/netlify@0.1.1-beta.1Gravatar github-actions[bot] 2-2/+8
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-04-06[ci] formatGravatar matthewp 2-7/+10
2022-04-06Fix Netlify adapter and dynamic routes (#3011)Gravatar Matthew Phillips 5-1/+55
* Fix Netlify adapter and dynamic routes * Changeset
2022-04-05[ci] formatGravatar matthewp 1-1/+1
2022-04-05[ci] release (beta) (#2997)@astrojs/netlify@0.1.1-beta.0Gravatar github-actions[bot] 2-2/+8
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-04-05Docs: netlify adapter site requirement (#2996)Gravatar Ben Holmes 2-4/+18
* feat: human-readable error on bad site or base * fix: human-readable error should have 1 config option * docs: update README * chore: changeset * docs: mention localhost for testing via netlify CLI
2022-04-02[ci] formatastro@0.26.0@astrojs/tailwind@0.1.0@astrojs/sitemap@0.1.0@astrojs/react@0.1.0@astrojs/partytown@0.1.0@astrojs/netlify@0.1.0@astrojs/markdown-remark@0.8.0@astrojs/deno@0.1.0Gravatar FredKSchott 1-1/+1
2022-04-02[ci] release (#2969)Gravatar github-actions[bot] 2-2/+8
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-04-02Revert "[ci] release (#2925)"Gravatar Fred K. Schott 2-7/+1
This reverts commit 48c9b142cccaff780b0d72abdd858214614af09f.
2022-04-02[ci] formatGravatar FredKSchott 1-1/+1