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

chore(storage): Add type tests & extra tests for savers and result extension #11416

Merged
merged 22 commits into from
Sep 6, 2024

Conversation

dac09
Copy link
Contributor

@dac09 dac09 commented Sep 3, 2024

As title.

This is an unfortunate typescript workaround using createUploadsConfig - which literally does nothing but just returns filtered types.

@dac09 dac09 added the release:chore This PR is a chore (means nothing for users) label Sep 3, 2024
@dac09 dac09 added this to the next-release milestone Sep 3, 2024
@dac09 dac09 self-assigned this Sep 3, 2024
@dac09 dac09 marked this pull request as draft September 3, 2024 16:10
@dac09 dac09 marked this pull request as ready for review September 5, 2024 11:00
@dac09 dac09 added the changesets-ok Override the changesets check label Sep 5, 2024
@dac09 dac09 enabled auto-merge (squash) September 5, 2024 11:03
@dac09 dac09 disabled auto-merge September 5, 2024 11:05
…-additional-tests

* 'main' of github.com:redwoodjs/redwood:
  chore(rsc): Remove unused methods in the worker (redwoodjs#11431)
  chore(rsc): Simplify worker by not using vite config (redwoodjs#11430)
  Adds section about job errors and failure, backports to versioned 8.0
  chore(publishing): Fix canary publishing for next branch (redwoodjs#11429)
  chore(changesets): Delete old ones post v8 release (redwoodjs#11428)
  fix(rsc): Don't run the Vite dev server in production (redwoodjs#11425)
  fix(rsa): Use dist filenames when registering server references (redwoodjs#11417)
  chore(test-project): Update to postcss 8.4.45 (redwoodjs#11424)
  chore(docs): Compress v7 versions into v7.x (redwoodjs#11422)
  restore workspace:* in package.json files
  Revert "deps(react): 18.3.1 (redwoodjs#10885)"
  v8.0.0
  Version docs to 8.0
  Trigger CI
  deps(react): 18.3.1 (redwoodjs#10885)
  chore(rsa): Add missing routes to test project blog (redwoodjs#11421)
  RSC: Add blog pages to kitchen sink test project (redwoodjs#11420)
  chore(rsc): Refactor: Clean up RSA babel transform (redwoodjs#11415)
@dac09 dac09 force-pushed the feat/storage-additional-tests branch from afec663 to 19f65f3 Compare September 5, 2024 11:48
…-additional-tests

* 'main' of github.com:redwoodjs/redwood:
  chore(deps): update dependency esbuild to v0.23.1 (redwoodjs#11436)
@dac09 dac09 added the fixture-ok Override the test project fixture check label Sep 5, 2024
@dac09 dac09 enabled auto-merge (squash) September 5, 2024 14:21
…ood into feat/storage-additional-tests

* 'feat/storage-additional-tests' of github.com:dac09/redwood:
  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)
@dac09 dac09 merged commit 3baacb6 into redwoodjs:main Sep 6, 2024
50 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 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 fixture-ok Override the test project fixture check release:chore This PR is a chore (means nothing for users)
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants