-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(uploads): Add upload docs #11398
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left a few comments. Nothing major. Mostly formatting and personal opinions :)
…ads-storage * 'main' of github.com:redwoodjs/redwood: (32 commits) chore(uploads): Reorganise, change uploads package to storage (redwoodjs#11411) fix(cli-helpers): Don't add spaces around `=` for env vars (redwoodjs#11414) feat(uploads): Increase default fastify body limit to 100MB (redwoodjs#11412) chore: Rebuild fixture (redwoodjs#11413) chore(rsc): Refactor: Rename RscFetcher -> RscRoutes (redwoodjs#11409) chore(test-project): Update postcss to 8.4.42 (redwoodjs#11408) chore(rsc): Rename rscFetch to rscFetchRoutes and hardcode the rscId (redwoodjs#11407) feat(rsc): Initial support for RSA rerender (redwoodjs#11406) chore(router): Switch to experimental types (redwoodjs#11405) chore(router): Make React a normal dependency (redwoodjs#11404) feat(rsc): Return flight from RSAs (redwoodjs#11403) rscRequestHandler.ts: Make BASE_PATH naming match client.ts (redwoodjs#11401) fix(template): api type declaration merging for scripts (redwoodjs#11367) RSC: Disable client side flight caching for now (redwoodjs#11400) chore(fixtures): Use proper name for AuthLayout component (redwoodjs#11399) feat(storage): Add support for createMany, updateMany and upsert (redwoodjs#11390) feat(codegen): support sdl generation for model with compound id (redwoodjs#8556) chore(ci): Follow up to workflow permissions (redwoodjs#11397) chore(deps): Bump 'loader-utils' within docs (redwoodjs#11396) chore(ci): Pin action dependencies by digest (redwoodjs#11395) ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some more comments. Please take a look and ignore as you please :)
Co-authored-by: Tobbe Lundberg <[email protected]>
Co-authored-by: Tobbe Lundberg <[email protected]>
Co-authored-by: Tobbe Lundberg <[email protected]>
Co-authored-by: Tobbe Lundberg <[email protected]>
…to docs/rw-uploads-storage * 'docs/rw-uploads-storage' of github.com:dac09/redwood: Update docs/docs/uploads.md Update docs/docs/uploads.md Update docs/docs/uploads.md Update docs/docs/uploads.md
@dac09 Just wanted to make sure you saw the comments GitHub unfortunately hides: |
Co-authored-by: Tobbe Lundberg <[email protected]>
Co-authored-by: Tobbe Lundberg <[email protected]>
Co-authored-by: Tobbe Lundberg <[email protected]>
…ploads-cli * 'main' of github.com:redwoodjs/redwood: (35 commits) docs(uploads): Add upload docs (redwoodjs#11398) chore(storage): Add type tests & extra tests for savers and result extension (redwoodjs#11416) chore(deps): update dependency @supabase/supabase-js to v2.45.3 (redwoodjs#11434) chore(deps): update dependency jsdom to v24.1.3 (redwoodjs#11438) chore(deps): update dependency @playwright/test to v1.47.0 (redwoodjs#11433) fix(resolutions): Remove rehackt resolution (redwoodjs#11447) chore(deps): update dependency @types/eslint to v8.56.12 (redwoodjs#11435) chore(deps): update dependency @envelop/core to v5.0.2 (redwoodjs#11432) chore(deps): update eslint monorepo to v9.9.1 (redwoodjs#11441) chore(deps): update actions/upload-artifact digest (redwoodjs#11442) chore(deps): update dependency prettier-plugin-packagejson to v2.5.2 (redwoodjs#11440) chore(deps): update mheap/github-action-required-labels digest to d25134c (redwoodjs#11443) chore(deps): update dependency prettier-plugin-packagejson to v2.5.2 (redwoodjs#11439) chore(deps): update actions/checkout action to v4.1.7 (redwoodjs#11444) Updates SDL codegen to handle prettier 3 correctly (redwoodjs#11446) Updates on how locking a job works chore(rsc): Switch to web streams instead of using node streams (redwoodjs#11445) chore(deps): update dependency esbuild to v0.23.1 (redwoodjs#11436) chore(rsc): Remove unused methods in the worker (redwoodjs#11431) chore(rsc): Simplify worker by not using vite config (redwoodjs#11430) ...
Co-authored-by: Tobbe Lundberg <[email protected]> Co-authored-by: Barrett Burnworth <[email protected]>
Adds docs for Uploads and Storage features
Note also: