summaryrefslogtreecommitdiff
path: root/packages/integrations/netlify (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-06-22Enables eslint on the full repo and adds a rule for no `only()` tests (#3659)Gravatar Tony Sullivan 1-0/+1
* enabling eslint on the all packages and tests * enabling for all packages * TEMP: adding an only() test to verify it fails CI * using our eslint config and ignore in CI * removing the temporary .only() test * update lock file * lint: fixing new test with a no-shadow warning * chore: update lock file
2022-06-22[ci] release (#3666)astro@1.0.0-beta.51@astrojs/netlify@0.4.6@astrojs/deno@0.1.6Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-06-22Fix react dependencies to improve test reliability (#3673)Gravatar hippotastic 1-1/+3
* Fix local react tests by unifying versions * Add missing dependencies to react tests * Add changeset * Fix lockfile Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2022-06-21[ci] release (#3615)astro@1.0.0-beta.48@astrojs/telemetry@0.1.3@astrojs/sitemap@0.2.0@astrojs/netlify@0.4.5@astrojs/markdown-remark@0.11.3@astrojs/lit@0.2.0Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2022-06-21[ci] formatGravatar matthewp 2-7/+7
2022-06-21Support re-exporting astro components containing client components (#3625)Gravatar Matthew Phillips 4-1/+25
* Support re-exporting astro components containing client components * Include metadata for markdown too * Fix ssr, probably * Inject post-build * Remove tagName custom element test * Allows using the constructor for lit elements * Fix hoisted script scanning * Pass through plugin context * Get edge functions working in the edge tests * Fix types for the edge function integration * Upgrade the compiler * Upgrade compiler version * Better release notes for lit * Update .changeset/unlucky-hairs-camp.md Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * Properly test that the draft was not rendered * Prevent from rendering draft posts * Add a changeset about the build perf improvement. Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-06-17disabling Netlify Edge Functions tests for now (#3631)Gravatar Tony Sullivan 1-1/+1
2022-06-17[ci] formatGravatar bholmesdev 2-2/+4
2022-06-16Fix: Netlify edge deployment when using markdown (#3612)Gravatar Ben Holmes 5-5/+16
* wip: revert sitemap PR * fix: extract SSR-ready "slug" helper to separate module * Un-revert sitemap PR. Not to blame! This reverts commit 7cd2a8a5ea1e9fdee6837425881328928ceff852. * fix: use .netlify for edge deployment test * refactor: add md file to edge function fixture * fix: add netlify edge tests to ci * chore: remove stray console log * wip: undo "dist" change on edge tests * chore: changeset * Revert "wip: undo "dist" change on edge tests" This reverts commit 70e565ef06b228150547bca92bc12d1c236c0ed9. * temp: add ignore to breaking edge tests
2022-06-16[ci] release (#3604)astro@1.0.0-beta.47@astrojs/netlify@0.4.4@astrojs/cloudflare@0.2.0Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-06-15[ci] formatGravatar tony-sull 3-5/+8
2022-06-15Adds support base64 encoding in Netlify Functions (#3592)Gravatar Tony Sullivan 6-7/+164
* 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-06-07[ci] release (#3534)astro@1.0.0-beta.42@astrojs/netlify@0.4.3@astrojs/deno@0.1.5Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-06-07[ci] formatGravatar matthewp 3-10/+11
2022-06-07Allow dynamic imports when using Netlify Edge Functions (#3535)Gravatar Matthew Phillips 10-4/+128
* Allow dynamic imports when using Netlify Edge Functions * Update deno test script and changeset
2022-06-06[ci] formatfix/map-file-404-logsGravatar FredKSchott 5-8/+7
2022-06-02[ci] release (#3509)astro@1.0.0-beta.40@astrojs/netlify@0.4.2@astrojs/deno@0.1.4Gravatar github-actions[bot] 2-1/+8
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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