summaryrefslogtreecommitdiff
path: root/packages/integrations/cloudflare/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-04-18feat(cloudflare): remove unnecessary code from the server output (#222)Gravatar Luiz Ferraz 2-1/+157
2024-04-10feat(cloudflare): add imageService 'custom' (#229)Gravatar Florian Flatscher 2-1/+4
2024-04-08fix(cloudflare): align runtime api (#225)Gravatar Alexander Niebuhr 2-7/+11
2024-04-01fix(cloudflare): routes generation logic (#217)Gravatar Alexander Niebuhr 1-48/+78
2024-03-29fix(cloudflare): using solid with client directive breaks build (#212)Gravatar Alexander Niebuhr 1-8/+16
Co-authored-by: Emanuele Stoppa <602478+ematipico@users.noreply.github.com>
2024-03-29fix(cloudflare): using vue breaks builds (#210)Gravatar Alexander Niebuhr 1-1/+12
Co-authored-by: Emanuele Stoppa <602478+ematipico@users.noreply.github.com>
2024-03-28feat(cloudflare): major refactor for v10 (#159)Gravatar Alexander Niebuhr 18-1482/+534
Co-authored-by: Matthew Phillips <361671+matthewp@users.noreply.github.com> Co-authored-by: Emanuele Stoppa <602478+ematipico@users.noreply.github.com> Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-03-27fix(cloudflare): fix typo in .dev.vars log message (#204)Gravatar Dario Piotrowicz 1-1/+1
2024-03-22chore(cloudflare): add deprecated tags (#192)Gravatar Alexander Niebuhr 1-10/+16
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-03-13chore: update biome to the latest (#183)Gravatar Emanuele Stoppa 7-34/+36
* chore: biome safe fixes * chore: biome unsafe fixes * chore: update Biome, and use Biome in CI * chore: fix merge conflicts
2024-03-05feat(cloudflare): add service bindings (#179)Gravatar David Dodlek 2-1/+55
2024-02-27fix(cloudflare): _routes.json deduplication (#171)Gravatar Alexander Niebuhr 1-1/+1
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-02-17fix(cloudflare): error if cacheDir already existed (#168)Gravatar Alexander Niebuhr 1-2/+4
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-01-23fix(cloudflare): duplicate patterns in `_routes.json` (#137)Gravatar Alexander Niebuhr 2-33/+67
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2024-01-16updates to adapter internals (#130)Gravatar Tom Thumb 2-2/+2
2024-01-09[ci] formatGravatar alexanderniebuhr 1-1/+1
2024-01-09feat(cloudflare): image optimization during build-time (#58)Gravatar Alexander Niebuhr 4-13/+56
Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com> Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> Co-authored-by: Bjorn Lu <34116392+bluwy@users.noreply.github.com>
2023-12-21[ci] formatGravatar ematipico 1-1/+0
2023-12-21chore: use Biome as linter (#111)Gravatar Emanuele Stoppa 9-74/+73
* chore: biome safe fixes * chore: biome unsafe fixes * chore: biome safe fixes * chore: biome unsafe fixes * chore: update script * chore: format * chore: turn off some eslint rule * small refactor * fix
2023-12-05fix(cloudflare): fix wasm plugin (#89)Gravatar Alexander Niebuhr 1-1/+1
Co-authored-by: lilnasy <69170106+lilnasy@users.noreply.github.com>
2023-12-05chore(cloudflare): remove deprecated `build.split` option (#86)Gravatar Alexander Niebuhr 1-2/+1
2023-12-04chore: format with Biome (#79)Gravatar Emanuele Stoppa 1-2/+2
* chore: format with Biome * Add extension to suggestions * fix missing script * ignore unknown * merge conflicts
2023-12-04chore(cloudflare): use astro's vite version for plugin type (#82)Gravatar Arsh 1-2/+2
2023-11-30feat(cloudflare): new local runtime logic (#61)Gravatar Alexander Niebuhr 4-202/+495
Co-authored-by: Dario Piotrowicz <61631103+dario-piotrowicz@users.noreply.github.com> Co-authored-by: Bjorn Lu <34116392+bluwy@users.noreply.github.com> Co-authored-by: Emanuele Stoppa <602478+ematipico@users.noreply.github.com> Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> Co-authored-by: Hippo <6137925+hippotastic@users.noreply.github.com>
2023-11-30chore: use biome to sort imports (#77)Gravatar Emanuele Stoppa 3-7/+7
2023-11-16fix(cloudflare): routing strategy doesn't support on-demand 404 (#69)Gravatar Alexander Niebuhr 1-3/+8
2023-11-16[ci] formatGravatar alexanderniebuhr 2-40/+40
2023-11-16fix(cloudflare): adapter returning an empty 404 page (#66)Gravatar Toxi 2-16/+2
Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com> Co-authored-by: lilnasy <69170106+lilnasy@users.noreply.github.com> Co-authored-by: Alexander Niebuhr <alexander@nbhr.io>
2023-11-13feat(cloudflare): `imageService` adapter config (#34)Gravatar Alexander Niebuhr 4-15/+178
Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com> Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com> Co-authored-by: Paul Valladares <85648028+dreyfus92@users.noreply.github.com> Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com>
2023-10-27fix(astro): build regression (#46)Gravatar Alexander Niebuhr 1-1/+3
2023-10-24fix(cloudflare): astro asset image service (#33)Gravatar Alexander Niebuhr 1-1/+13
* fix(cloudflare): astro asset image service * fix ci/cd * resolve review comments Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> Co-authored-by: Voxel <20650404+VoxelMC@users.noreply.github.com> Co-authored-by: Paul Valladares <85648028+dreyfus92@users.noreply.github.com> --------- Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> Co-authored-by: Voxel <20650404+VoxelMC@users.noreply.github.com> Co-authored-by: Paul Valladares <85648028+dreyfus92@users.noreply.github.com>
2023-10-19fix(cloudflare): adapter breaks if no args passed (#30)Gravatar Alexander Niebuhr 1-1/+1
2023-10-19fix(cloudflare): missing persistence config for `cache` (#28)Gravatar Alexander Niebuhr 1-1/+1
2023-10-19feat(cloudflare): add runtime persistence directory option (#23)Gravatar Alexander Niebuhr 1-9/+44
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-10-16fix(cloudflare): missing importGravatar Alexander Niebuhr 1-3/+3
2023-10-16[ci] formatGravatar alexanderniebuhr 3-3/+3
2023-10-16chore(cloudflare): fixup migration issuesGravatar Alexander Niebuhr 1-1/+6
2023-10-10[ci] formatGravatar alexanderniebuhr 2-2/+2
2023-10-10fix(cloudflare): runtime types for Cloudflare caches (#8782)Gravatar Mikkel Ricafrente 2-7/+10
* fix cachestorage reference in cloudflare integration * add cachestorage to serverdirectorymode * add changeset * remove global caches type * update unlucky-avocados-brake.md
2023-10-10fix(cloudflare): esbuild settings for cloudflare (#8788)Gravatar Alexander Niebuhr 1-0/+2
--------- Co-authored-by: Jonathan Dunlap <595843+jadbox@users.noreply.github.com>
2023-10-09[ci] formatGravatar alexanderniebuhr 1-2/+2
2023-10-09fix(cloudflare): support for 'cloudflare:*' imports (#8766)Gravatar Jonathan Dunlap 1-0/+2
* chore: add 'cloudflare:sockets' to external list * chore: add Changeset * patch: wildcard cloudflare packages * chore: updated Readme for cloudflare module support * Update .changeset/heavy-elephants-tan.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/integrations/cloudflare/README.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Alexander Niebuhr <alexander@nbhr.io>
2023-10-02[ci] formatGravatar alexanderniebuhr 1-1/+1
2023-10-02feat(cloudflare): add local mockings for CF bindings (#8655)Gravatar Alexander Niebuhr 2-22/+123
* feat(cloudflare): add D1 database binding * feat(cloudflare): add local mocking for R2 bindings (#8656) * feat(cloudflare): add local mocking for KV bindings (#8657) * feat(cloudflare): add local mocking for Caches bindings (#8664) * feat(cloudflare): add local mocking for DO bindings (#8690) --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-09-28fix(cloudflare): target es2022 instead of es2020 to fix esbuild ↵Gravatar Dario Piotrowicz 1-2/+2
incompatibility issues (#8682) * fix(cloudflare): target es2022 instead of es2020 to fix esbuild incompatibility issues * add changeset * update changeset * fix(cloudflare): change build target to es2022 --------- Co-authored-by: Alexander Niebuhr <alexander@nbhr.io>
2023-09-28chore(cloudflare): refactor structure, optimize patterns (#8654)Gravatar Alexander Niebuhr 10-194/+199
--------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: 100gle <loogle.space@gmail.com>
2023-09-27Match the .well-known directory when generating routes.json (#7776)Gravatar Adit Sachde 1-0/+1
* Match the .well-known directory when generating routes.json * add changeset * Update .changeset/clean-planets-retire.md --------- Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2023-09-24fix(cloudflare): added config for _routes.json generation (#8459)Gravatar Marco Schumacher 1-21/+62
* added config for _routes.json generation * added changeset * renamed test file * updated comments * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * worked on tests * worked on docs * worked on docs * worked on tests * updated pnpm-lock.yaml * worked on tests * moved the _worker.js in cloudflareSpecialFiles statement --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Alexander Niebuhr <alexander@nbhr.io>
2023-09-22[ci] formatGravatar ematipico 1-1/+1
2023-09-22feat(@astrojs/cloudflare): Add support for wasm module imports (#8542)Gravatar Adrian Lyjak 2-31/+234
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>