Skip to content
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

Merged
merged 41 commits into from
Sep 6, 2024
Merged

Conversation

dac09
Copy link
Contributor

@dac09 dac09 commented Aug 30, 2024

Adds docs for Uploads and Storage features

Note also:

  • moves server file doc to new location and links from Docker doc

@dac09 dac09 added the release:docs This PR only updates docs label Aug 30, 2024
@dac09 dac09 added this to the next-release milestone Aug 30, 2024
@dac09 dac09 self-assigned this Aug 30, 2024
Copy link
Member

@Tobbe Tobbe left a 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 :)

docs/docs/uploads.md Outdated Show resolved Hide resolved
docs/docs/uploads.md Outdated Show resolved Hide resolved
docs/docs/uploads.md Outdated Show resolved Hide resolved
docs/docs/uploads.md Outdated Show resolved Hide resolved
docs/docs/uploads.md Outdated Show resolved Hide resolved
docs/docs/uploads.md Outdated Show resolved Hide resolved
docs/docs/uploads.md Outdated Show resolved Hide resolved
docs/docs/uploads.md Outdated Show resolved Hide resolved
docs/docs/uploads.md Outdated Show resolved Hide resolved
docs/docs/uploads.md Show resolved Hide resolved
…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)
  ...
@dac09 dac09 marked this pull request as ready for review September 2, 2024 14:33
@dac09 dac09 added the changesets-ok Override the changesets check label Sep 2, 2024
Copy link
Member

@Tobbe Tobbe left a 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 :)

docs/docs/uploads.md Outdated Show resolved Hide resolved
docs/docs/uploads.md Outdated Show resolved Hide resolved
docs/docs/uploads.md Outdated Show resolved Hide resolved
docs/docs/uploads.md Outdated Show resolved Hide resolved
docs/docs/uploads.md Outdated Show resolved Hide resolved
docs/docs/uploads.md Outdated Show resolved Hide resolved
docs/docs/uploads.md Outdated Show resolved Hide resolved
dac09 and others added 7 commits September 2, 2024 22:07
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
docs/docs/uploads.md Outdated Show resolved Hide resolved
@Tobbe
Copy link
Member

Tobbe commented Sep 2, 2024

@dac09 Just wanted to make sure you saw the comments GitHub unfortunately hides:
image

@dac09 dac09 enabled auto-merge (squash) September 6, 2024 05:42
@dac09 dac09 merged commit e5bcec4 into redwoodjs:main Sep 6, 2024
48 of 49 checks passed
dac09 added a commit to dac09/redwood that referenced this pull request Sep 6, 2024
…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)
  ...
Josh-Walker-GM pushed a commit that referenced this pull request Sep 6, 2024
Co-authored-by: Tobbe Lundberg <[email protected]>
Co-authored-by: Barrett Burnworth <[email protected]>
@Josh-Walker-GM Josh-Walker-GM modified the milestones: next-release, v8.1.0 Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changesets-ok Override the changesets check release:docs This PR only updates docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants