summaryrefslogtreecommitdiff
path: root/packages/integrations/netlify (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-06-27[ci] release (#7449)astro@2.7.1@astrojs/vercel@3.5.1@astrojs/svelte@3.1.0@astrojs/internal-helpers@0.1.1Gravatar Houston (Bot) 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-26Format markdown files (#7439)Gravatar Bjorn Lu 1-27/+21
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
2023-06-22[ci] release (#7434)create-astro@3.1.8astro@2.7.0@astrojs/node@5.3.0@astrojs/image@0.17.1Gravatar Houston (Bot) 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-21Update safe dependencies (#7430)Gravatar Bjorn Lu 1-5/+5
2023-06-20[ci] release (#7428)astro@2.6.6@astrojs/cloudflare@6.5.1Gravatar Houston (Bot) 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-19[ci] release (#7390)astro@2.6.5@astrojs/tailwind@4.0.0@astrojs/deno@4.2.0Gravatar Houston (Bot) 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-13[ci] release (#7368)astro@2.6.4@astrojs/lit@2.1.0@astrojs/cloudflare@6.5.0Gravatar Houston (Bot) 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-10[ci] release (#7354)astro@2.6.3@astrojs/markdoc@0.3.3Gravatar Houston (Bot) 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-09[ci] release (#7318)create-astro@3.1.7astro@2.6.2@astrojs/svelte@3.0.0@astrojs/markdown-component@1.0.5Gravatar Houston (Bot) 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-06[ci] release (#7312)astro@2.6.1@astrojs/mdx@0.19.7@astrojs/markdoc@0.3.2Gravatar Houston (Bot) 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-06[ci] release (#7295)astro@2.6.0@astrojs/vercel@3.5.0@astrojs/underscore-redirects@0.1.0@astrojs/node@5.2.0@astrojs/netlify@2.3.0@astrojs/image@0.17.0@astrojs/cloudflare@6.4.0Gravatar Houston (Bot) 2-2/+19
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-06fix note syntax in Netlify README (#7305)Gravatar Sarah Rainsberger 1-1/+2
2023-06-05Unflag hybrid output (#7260)Gravatar Nate Moore 2-10/+0
* feat(hybrid): unflag hybrid output * chore: cleanup rebase errors
2023-06-05[ci] formatGravatar matthewp 4-19/+39
2023-06-05Redirects (#7067)Gravatar Matthew Phillips 11-130/+212
* Redirects spike * Allow redirects in static mode * Support in Netlify as well * Adding a changeset * Rename file * Fix build problem * Refactor to be more modular * Fix location ref * Late test should only run in SSR * Support redirects in Netlify SSR configuration (#7167) * Implement support for dynamic routes in redirects (#7173) * Implement support for dynamic routes in redirects * Remove the .only * No need to special-case redirects in static build * Implement support for redirects config in the Vercel adapter (#7182) * Implement support for redirects config in the Vercel adapter * Remove unused condition * Move to a internal helper package * Add support for the object notation in redirects * Use status 308 for non-GET redirects (#7186) * Implement redirects in Cloudflare (#7198) * Implement redirects in Cloudflare * Fix build * Update tests b/c of new ordering * Debug issue * Use posix.join * Update packages/underscore-redirects/package.json Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> * Update based on review comments * Update broken test --------- Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> * Test that redirects can come from middleware (#7213) * Test that redirects can come from middleware * Allow non-promise returns for middleware * Implement priority (#7210) * Refactor * Fix netlify test ordering * Fix ordering again * Redirects: Allow preventing the output of the static HTML file (#7245) * Do a simple push for priority * Adding changesets * Put the implementation behind a flag. * Self review * Update .changeset/chatty-actors-stare.md Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> * Update packages/astro/src/@types/astro.ts Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> * Update packages/astro/src/@types/astro.ts Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> * Update packages/astro/src/@types/astro.ts Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> * Update packages/astro/src/@types/astro.ts Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> * Update docs on dynamic restrictions. * Update packages/astro/src/@types/astro.ts Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/astro/src/@types/astro.ts Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Code review changes * Document netlify static adapter * Update packages/astro/src/@types/astro.ts Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Slight reword * Update .changeset/twenty-suns-vanish.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Add a note about public/_redirects file * Update packages/astro/src/@types/astro.ts Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-06-02[ci] release (#7254)astro@2.5.7@astrojs/sitemap@1.3.3@astrojs/mdx@0.19.6@astrojs/markdoc@0.3.1Gravatar Houston (Bot) 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-05-31Revert "feat(hybrid): unflag hybrid output (#7255)" (#7259)Gravatar Nate Moore 2-0/+10
This reverts commit bc5d6ed39faf2f73eab161774bf66ebc5fd00db2.
2023-05-31feat(hybrid): unflag hybrid output (#7255)Gravatar Nate Moore 2-10/+0
2023-05-30[ci] release (#7190)astro@2.5.6@astrojs/webapi@2.2.0@astrojs/vue@2.2.1@astrojs/vercel@3.4.1@astrojs/sitemap@1.3.2@astrojs/react@2.2.1@astrojs/preact@2.2.1@astrojs/partytown@1.2.3@astrojs/mdx@0.19.5@astrojs/markdoc@0.3.0Gravatar Houston (Bot) 1-2/+2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-05-23[ci] release (#7181)astro@2.5.5@astrojs/mdx@0.19.4@astrojs/markdoc@0.2.3Gravatar Houston (Bot) 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-05-23[ci] release (#7169)astro@2.5.4Gravatar Houston (Bot) 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-05-22[ci] release (#7163)astro@2.5.3@astrojs/mdx@0.19.3@astrojs/markdoc@0.2.2Gravatar Houston (Bot) 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-05-22[ci] release (#7161)astro@2.5.2@astrojs/rss@2.4.3Gravatar Houston (Bot) 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-05-21[ci] release (#7130)astro@2.5.1@astrojs/prefetch@0.2.3@astrojs/markdoc@0.2.1Gravatar Houston (Bot) 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-05-18[ci] release (#7090)astro@2.5.0@astrojs/vue@2.2.0@astrojs/vercel@3.4.0@astrojs/turbolinks@0.2.2@astrojs/tailwind@3.1.3@astrojs/svelte@2.2.0@astrojs/solid-js@2.2.0@astrojs/rss@2.4.2@astrojs/react@2.2.0@astrojs/prism@2.1.2@astrojs/prefetch@0.2.2@astrojs/preact@2.2.0@astrojs/partytown@1.2.2@astrojs/node@5.1.4@astrojs/netlify@2.2.3@astrojs/mdx@0.19.2@astrojs/markdown-remark@2.2.1@astrojs/markdown-component@1.0.4@astrojs/markdoc@0.2.0@astrojs/lit@2.0.2@astrojs/image@0.16.9@astrojs/deno@4.1.1@astrojs/cloudflare@6.3.0@astrojs/alpinejs@0.2.2Gravatar Houston (Bot) 2-2/+45
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-05-17feat: hybrid output (#6991)Gravatar Happydev 12-53/+206
* update config schema * adapt default route `prerender` value * adapt error message for hybrid output * core hybrid output support * add JSDocs for hybrid output * dev server hybrid output support * defer hybrid output check * update endpoint request warning * support `output=hybrid` in integrations * put constant variable out of for loop * revert: reapply back ssr plugin in ssr mode * change `prerender` option default * apply `prerender` by default in hybrid mode * simplfy conditional * update config schema * add `isHybridOutput` helper * more readable prerender condition * set default prerender value if no export is found * only add `pagesVirtualModuleId` ro rollup input in `output=static` * don't export vite plugin * remove unneeded check * don't prerender when it shouldn't * extract fallback `prerender` meta Extract the fallback `prerender` module meta out of the `scan` function. It shouldn't be its responsibility to handle that * pass missing argument to function * test: update cloudflare integration tests * test: update tests of vercel integration * test: update tests of node integration * test: update tests of netlify func integration * test: update tests of netlify edge integration * throw when `hybrid` mode is malconfigured * update node integraiton `output` warning * test(WIP): skip node prerendering tests for now * remove non-existant import * test: bring back prerendering tests * remove outdated comments * test: refactor test to support windows paths * remove outdated comments * apply sarah review Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * docs: `experiment.hybridOutput` jsodcs * test: prevent import from being cached * refactor: extract hybrid output check to function * add `hybrid` to output warning in adapter hooks * chore: changeset * add `.js` extension to import * chore: use spaces instead of tabs for gh formating * resolve merge conflict * chore: move test to another file for consitency --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2023-05-17Add files field to packages (#7104)Gravatar Bjorn Lu 2-1/+3
2023-05-11[ci] release (#7065)astro@2.4.5@astrojs/image@0.16.8Gravatar Houston (Bot) 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-05-09[ci] release (#7043)astro@2.4.4@astrojs/sitemap@1.3.1@astrojs/markdoc@0.1.3Gravatar Houston (Bot) 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-05-08[ci] release (#7037)astro@2.4.3Gravatar Houston (Bot) 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-05-05[ci] release (#7005)astro@2.4.2@astrojs/partytown@1.2.1Gravatar Houston (Bot) 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-05-04[ci] release (#6996)astro@2.4.1Gravatar Houston (Bot) 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-05-04[ci] release (#6977)astro@2.4.0@astrojs/sitemap@1.3.0@astrojs/react@2.1.3@astrojs/mdx@0.19.1@astrojs/markdown-remark@2.2.0@astrojs/markdoc@0.1.2Gravatar Houston (Bot) 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-05-02[ci] release (#6954)astro@2.3.4@astrojs/vercel@3.3.0@astrojs/solid-js@2.1.1@astrojs/rss@2.4.1@astrojs/image@0.16.7Gravatar Houston (Bot) 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-05-01[ci] release (#6924)astro@2.3.3@astrojs/webapi@2.1.1@astrojs/telemetry@2.1.1@astrojs/tailwind@3.1.2@astrojs/svelte@2.1.1@astrojs/react@2.1.2@astrojs/node@5.1.2@astrojs/cloudflare@6.2.4Gravatar Houston (Bot) 1-2/+2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-05-01fix some TS compilation errors (#6939)Gravatar André Alves 5-14/+0
2023-04-27[ci] release (#6914)Gravatar Houston (Bot) 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-04-25[ci] release (#6863)astro@2.3.1@astrojs/vercel@3.2.5Gravatar Houston (Bot) 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-04-25Upgrade to Vite 4.3 (#6877)Gravatar Bjorn Lu 1-1/+1
2023-04-13[ci] release (#6835)create-astro@3.1.3astro@2.3.0@astrojs/mdx@0.19.0@astrojs/markdown-remark@2.1.4Gravatar Houston (Bot) 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-04-12[ci] release (#6818)astro@2.2.3@astrojs/mdx@0.18.4Gravatar Houston (Bot) 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-04-11[ci] release (#6809)astro@2.2.2@astrojs/image@0.16.6Gravatar Houston (Bot) 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-04-10[ci] release (#6807)@astrojs/vercel@3.2.3@astrojs/netlify@2.2.2Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-04-10Fix no edge functions deployed to netlify (#6793)Gravatar André Alves 2-2/+3
2023-04-07[ci] release (#6769)astro@2.2.1@astrojs/netlify@2.2.1@astrojs/mdx@0.18.3Gravatar Houston (Bot) 2-2/+11
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-04-06[ci] formatGravatar matthewp 1-4/+5
2023-04-06Use Deno API to set Astro.clientAddress (#6651)Gravatar Matthew Phillips 2-2/+6
* Use Deno API to set Astro.clientAddress * Add types
2023-04-05[ci] release (#6720)astro@2.2.0@astrojs/vue@2.1.1@astrojs/vercel@3.2.2@astrojs/sitemap@1.2.2@astrojs/node@5.1.1@astrojs/markdown-remark@2.1.3@astrojs/markdoc@0.1.1@astrojs/lit@2.0.1@astrojs/image@0.16.5Gravatar Houston (Bot) 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-04-06Upgrade to Vite 4.2 (#6759)Gravatar Bjorn Lu 1-1/+1
2023-03-31[ci] release (#6694)astro@2.1.9@astrojs/rss@2.3.2@astrojs/react@2.1.1@astrojs/lit@2.0.0@astrojs/image@0.16.4Gravatar Houston (Bot) 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>