-
Notifications
You must be signed in to change notification settings - Fork 994
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
feat(rsc-streaming): Integrating RSC builds with Streaming and Client side hydration #10031
Commits on Feb 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e5f7606 - Browse repository at this point
Copy the full SHA e5f7606View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7870ee - Browse repository at this point
Copy the full SHA b7870eeView commit details
Commits on Feb 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a6809a9 - Browse repository at this point
Copy the full SHA a6809a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3147a63 - Browse repository at this point
Copy the full SHA 3147a63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 391a145 - Browse repository at this point
Copy the full SHA 391a145View commit details -
Configuration menu - View commit details
-
Copy full SHA for c43d08a - Browse repository at this point
Copy the full SHA c43d08aView commit details
Commits on Feb 16, 2024
-
Make it import rsc "serve" for rsc client builds Clean up and make notes on rscBuild process
Configuration menu - View commit details
-
Copy full SHA for 86a4e41 - Browse repository at this point
Copy the full SHA 86a4e41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 979bdd8 - Browse repository at this point
Copy the full SHA 979bdd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a59b10c - Browse repository at this point
Copy the full SHA a59b10cView commit details -
Merge branch 'main' of github.com:redwoodjs/redwood into feat/rsc-build
* 'main' of github.com:redwoodjs/redwood: (22 commits) fix: Handle static assets on the `rw-serve-fe` (redwoodjs#10018) fix(server): fix env var loading in `createServer` (redwoodjs#10021) fix(deps): remove react types packages from `@redwoodjs/testing` dependencies (redwoodjs#10020) chore(release): add back `update-package-versions` task (redwoodjs#10017) chore(renovate): Disable for experimental apollo package (redwoodjs#10016) RSC: server cells lowercase data function (redwoodjs#10015) fix(RSC/SSR): pass CLI options through to apiServerHandler (redwoodjs#10012) 7.0 RC: Remove hardcoded check for `session.id` (redwoodjs#10013) Spelling fix in what-is-redwood.md (redwoodjs#10011) Typos in realtime.md (redwoodjs#10010) RSC: Server cell smoke tests (redwoodjs#10008) RSC: test-project EmptyUser 'use client' cell (redwoodjs#10007) RSC: babel-plugin-redwood-cell remove redundant reset (redwoodjs#10006) chore(deps): Upgrade to yarn v4.1.0 (redwoodjs#10002) fix(docs): Spelling of `data-migrate` command (redwoodjs#10003) docs: add aliases fo `type-check` command (redwoodjs#10004) RSC: Insert 'use client' in scaffolded components (redwoodjs#9998) fix(telemetry): Fix 'destroy' spelling (redwoodjs#10000) chore(jsdocs): Fix jsdoc formatting for hover help (redwoodjs#9999) bug: Update setupHandler.ts firebase version (redwoodjs#9997) ...
Configuration menu - View commit details
-
Copy full SHA for fbc3384 - Browse repository at this point
Copy the full SHA fbc3384View commit details -
Configuration menu - View commit details
-
Copy full SHA for b283f05 - Browse repository at this point
Copy the full SHA b283f05View commit details
Commits on Feb 19, 2024
-
Merge branch 'main' of github.com:redwoodjs/redwood into feat/rsc-build
* 'main' of github.com:redwoodjs/redwood: RSC: Add MultiCellPage to test fixture (redwoodjs#10029) RSC chore(tests): Add links to scaffolds in test fixture (redwoodjs#10028) docs(metadata): Fix spelling/typos (redwoodjs#10027) chore(release): link to previous releases and upgrade guides in the changelog (redwoodjs#10026) chore(ci): add changelog check to ci (redwoodjs#9989) fix(realtime): update logic for including sseLink (redwoodjs#10025) chore(k6 tests): update entry point (redwoodjs#10024) feat(server): add docs on the server file (redwoodjs#10019) fix(types): Fix TS type in createServer.test.ts (redwoodjs#10023)
Configuration menu - View commit details
-
Copy full SHA for 1a882dd - Browse repository at this point
Copy the full SHA 1a882ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93a3e68 - Browse repository at this point
Copy the full SHA 93a3e68View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec3925b - Browse repository at this point
Copy the full SHA ec3925bView commit details -
Merge branch 'main' of github.com:redwoodjs/redwood into feat/rsc-build
* 'main' of github.com:redwoodjs/redwood: RSC: No basePath arg to serve() (redwoodjs#10030)
Configuration menu - View commit details
-
Copy full SHA for fcd596f - Browse repository at this point
Copy the full SHA fcd596fView commit details -
Move webpack shims into streaming server (and remove vite plugin)
Configuration menu - View commit details
-
Copy full SHA for 5e767b2 - Browse repository at this point
Copy the full SHA 5e767b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ff0461 - Browse repository at this point
Copy the full SHA 7ff0461View commit details
Commits on Feb 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 310f8eb - Browse repository at this point
Copy the full SHA 310f8ebView commit details -
Merge branch 'feat/rsc-build' of github.com:dac09/redwood into feat/r…
…sc-build * 'feat/rsc-build' of github.com:dac09/redwood: docs: Removes warning within Mailer documentation about Studio being experimental (redwoodjs#10033) docs: Within describeScenario documentation, change optimisation to use American English (redwoodjs#10032)
Configuration menu - View commit details
-
Copy full SHA for 68e6244 - Browse repository at this point
Copy the full SHA 68e6244View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcade00 - Browse repository at this point
Copy the full SHA dcade00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29250e0 - Browse repository at this point
Copy the full SHA 29250e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 238e2a5 - Browse repository at this point
Copy the full SHA 238e2a5View commit details -
Unhardcode new paths, add it to rwPaths package
Stop passing around paths unnecessarily!
Configuration menu - View commit details
-
Copy full SHA for def1dd9 - Browse repository at this point
Copy the full SHA def1dd9View commit details -
Merge branch 'feat/rsc-build' of github.com:dac09/redwood into feat/r…
…sc-build * 'feat/rsc-build' of github.com:dac09/redwood: (119 commits) chore(deps): update dependency @playwright/test to v1.41.2 (redwoodjs#10040) chore(crwa): update version in e2e test (redwoodjs#10037) chore(ci): update yarn.lock for changelog action (redwoodjs#10039) chore: bump TSTyche (redwoodjs#10036) chore(changelog): add v7 (redwoodjs#10038) v7.0.0 Version docs to 7.0 chore(docs): align v6 docs with the next branch (redwoodjs#10034) chore(docs): align v6 docs with the next branch (redwoodjs#10034) fix(server): prefix port/host with api, fix logging (redwoodjs#10035) fix(server): prefix port/host with api, fix logging (redwoodjs#10035) docs: Removes warning within Mailer documentation about Studio being experimental (redwoodjs#10033) docs: Within describeScenario documentation, change optimisation to use American English (redwoodjs#10032) docs(metadata): Fix spelling/typos (redwoodjs#10027) chore(release): link to previous releases and upgrade guides in the changelog (redwoodjs#10026) chore(ci): add changelog check to ci (redwoodjs#9989) fix(realtime): update logic for including sseLink (redwoodjs#10025) chore(k6 tests): update entry point (redwoodjs#10024) feat(server): add docs on the server file (redwoodjs#10019) fix(types): Fix TS type in createServer.test.ts (redwoodjs#10023) ...
Configuration menu - View commit details
-
Copy full SHA for ce81604 - Browse repository at this point
Copy the full SHA ce81604View commit details
Commits on Feb 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 43117fa - Browse repository at this point
Copy the full SHA 43117faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 46f9499 - Browse repository at this point
Copy the full SHA 46f9499View commit details -
Configuration menu - View commit details
-
Copy full SHA for 051decf - Browse repository at this point
Copy the full SHA 051decfView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc4024e - Browse repository at this point
Copy the full SHA cc4024eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a7c550 - Browse repository at this point
Copy the full SHA 5a7c550View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9be7278 - Browse repository at this point
Copy the full SHA 9be7278View commit details -
Configuration menu - View commit details
-
Copy full SHA for 274955d - Browse repository at this point
Copy the full SHA 274955dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cb6645 - Browse repository at this point
Copy the full SHA 8cb6645View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81ddb6e - Browse repository at this point
Copy the full SHA 81ddb6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ffca103 - Browse repository at this point
Copy the full SHA ffca103View commit details -
Configuration menu - View commit details
-
Copy full SHA for d624776 - Browse repository at this point
Copy the full SHA d624776View commit details -
Configuration menu - View commit details
-
Copy full SHA for 246e045 - Browse repository at this point
Copy the full SHA 246e045View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4b42ab - Browse repository at this point
Copy the full SHA c4b42abView commit details
Commits on Feb 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e81d557 - Browse repository at this point
Copy the full SHA e81d557View commit details -
Configuration menu - View commit details
-
Copy full SHA for 924d771 - Browse repository at this point
Copy the full SHA 924d771View commit details -
Configuration menu - View commit details
-
Copy full SHA for 229fe35 - Browse repository at this point
Copy the full SHA 229fe35View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4f59bc - Browse repository at this point
Copy the full SHA c4f59bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for a000c38 - Browse repository at this point
Copy the full SHA a000c38View commit details
Commits on Feb 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4e29a13 - Browse repository at this point
Copy the full SHA 4e29a13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 881edb6 - Browse repository at this point
Copy the full SHA 881edb6View commit details
Commits on Feb 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 87d0daf - Browse repository at this point
Copy the full SHA 87d0dafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 142f0b7 - Browse repository at this point
Copy the full SHA 142f0b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bf3b03 - Browse repository at this point
Copy the full SHA 4bf3b03View commit details
Commits on Feb 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ec6497d - Browse repository at this point
Copy the full SHA ec6497dView commit details -
Consolidate vite settings for rsc build (#262)
Enables CSS and Tailwind support with RSC Fixes glaring bug in Vite plugin where we would override passed in settings
Configuration menu - View commit details
-
Copy full SHA for 25b7ede - Browse repository at this point
Copy the full SHA 25b7edeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 374ac5e - Browse repository at this point
Copy the full SHA 374ac5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f88424e - Browse repository at this point
Copy the full SHA f88424eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb05d58 - Browse repository at this point
Copy the full SHA bb05d58View commit details
Commits on Feb 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 92e13bf - Browse repository at this point
Copy the full SHA 92e13bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for e717397 - Browse repository at this point
Copy the full SHA e717397View commit details -
Merge branch 'main' of github.com:redwoodjs/redwood into feat/rsc-build
* 'main' of github.com:redwoodjs/redwood: RSC: Fix server build root (redwoodjs#10076) chore(release): update changelog RSC: Add build step debug logs (redwoodjs#10078) fix(deploy): handle server file (redwoodjs#10061) RSC: Fix node-loader message typo (redwoodjs#10077) chore(release): update changelog chore(docs): Add link to SuperTokens auth (redwoodjs#10067) chore(release): update changelog RSC: chore - upgrade @tobbe.dev/rsc-test to v0.0.5 (redwoodjs#10073) chore(.vscode): Enable find inside root __fixtures__ (redwoodjs#10072) chore(deps): bump es5-ext from 0.10.62 to 0.10.64 (redwoodjs#10071) fix(coherence): update setup command to detect server file (redwoodjs#10060)
Configuration menu - View commit details
-
Copy full SHA for a9c2f6b - Browse repository at this point
Copy the full SHA a9c2f6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73961ba - Browse repository at this point
Copy the full SHA 73961baView commit details -
Configuration menu - View commit details
-
Copy full SHA for afb02ce - Browse repository at this point
Copy the full SHA afb02ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for b4a7661 - Browse repository at this point
Copy the full SHA b4a7661View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20488fb - Browse repository at this point
Copy the full SHA 20488fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for e556b99 - Browse repository at this point
Copy the full SHA e556b99View commit details -
Configuration menu - View commit details
-
Copy full SHA for f22679d - Browse repository at this point
Copy the full SHA f22679dView commit details -
Merge branch 'feat/rsc-build' of github.com:dac09/redwood into feat/r…
…sc-build * 'feat/rsc-build' of github.com:dac09/redwood: Consistent rsc build logging RSC: Make babel insert `renderFromRscServer` calls into Routes.tsx (redwoodjs#10074) RSC: Make babel insert `renderFromRscServer` calls into Routes.tsx (redwoodjs#10074)
Configuration menu - View commit details
-
Copy full SHA for 44a86bf - Browse repository at this point
Copy the full SHA 44a86bfView commit details -
Revert "Move react plugin into their individual files"
This reverts commit 92e13bf.
Configuration menu - View commit details
-
Copy full SHA for f9799ff - Browse repository at this point
Copy the full SHA f9799ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e2c3f7 - Browse repository at this point
Copy the full SHA 9e2c3f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e435b4 - Browse repository at this point
Copy the full SHA 8e435b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6eb5ca9 - Browse repository at this point
Copy the full SHA 6eb5ca9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91cf5af - Browse repository at this point
Copy the full SHA 91cf5afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 350fadc - Browse repository at this point
Copy the full SHA 350fadcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 089daa9 - Browse repository at this point
Copy the full SHA 089daa9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e05e7f - Browse repository at this point
Copy the full SHA 8e05e7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8db7877 - Browse repository at this point
Copy the full SHA 8db7877View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69abdd8 - Browse repository at this point
Copy the full SHA 69abdd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for df5b52f - Browse repository at this point
Copy the full SHA df5b52fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e19ed76 - Browse repository at this point
Copy the full SHA e19ed76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e1f15b - Browse repository at this point
Copy the full SHA 9e1f15bView commit details
Commits on Mar 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b37a9c3 - Browse repository at this point
Copy the full SHA b37a9c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68f34ef - Browse repository at this point
Copy the full SHA 68f34efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b3a49c - Browse repository at this point
Copy the full SHA 0b3a49cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18b6fd7 - Browse repository at this point
Copy the full SHA 18b6fd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5eb5d9 - Browse repository at this point
Copy the full SHA d5eb5d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91861fd - Browse repository at this point
Copy the full SHA 91861fdView commit details
Commits on Mar 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 49a788e - Browse repository at this point
Copy the full SHA 49a788eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce0e708 - Browse repository at this point
Copy the full SHA ce0e708View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec443aa - Browse repository at this point
Copy the full SHA ec443aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89040b4 - Browse repository at this point
Copy the full SHA 89040b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22d4065 - Browse repository at this point
Copy the full SHA 22d4065View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14b1f47 - Browse repository at this point
Copy the full SHA 14b1f47View commit details -
Configuration menu - View commit details
-
Copy full SHA for df2ba4c - Browse repository at this point
Copy the full SHA df2ba4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9beff0 - Browse repository at this point
Copy the full SHA e9beff0View commit details
Commits on Mar 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7941053 - Browse repository at this point
Copy the full SHA 7941053View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e3f7b9 - Browse repository at this point
Copy the full SHA 3e3f7b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71851bb - Browse repository at this point
Copy the full SHA 71851bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72f56a0 - Browse repository at this point
Copy the full SHA 72f56a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba48fc3 - Browse repository at this point
Copy the full SHA ba48fc3View commit details -
Merge branch 'feat/rsc-build' of github.com:dac09/redwood into feat/r…
…sc-build * 'feat/rsc-build' of github.com:dac09/redwood: (32 commits) RSC: ensureProcessDirWeb() (redwoodjs#10108) Comment on ensureProcessDirWeb() Remove redundant cwd check RSC: Extract webpack shims into their own file (redwoodjs#10107) RSC: Remove completed TODO comment RSC: Babel react plugin not needed for analyze phase (redwoodjs#10106) Remove handled TODO RSC: runFeServer: wrap RSC code with `if (rscEnabled)` (redwoodjs#10105) Only comment about swc in one place Remove duplicated comment (exists further down) RSC: Update comments, naming etc based on Danny's input (redwoodjs#10104) RSC: Rename to buildRscClientAndServer (redwoodjs#10103) RSC: Rename to rscBuildForServer, and tweak some comments (redwoodjs#10102) SSR: Extract buildForStreamingServer function (redwoodjs#10099) chore(unit-tests): Silence middleware error logging (redwoodjs#10097) Iterate on `.env` files: make the behavior override (redwoodjs#10094) RSC: smoke-tests: Compare text, not html (redwoodjs#10098) paths.ts: Move helper to esm section More comment formatting getMergedConfig comment format ...
Configuration menu - View commit details
-
Copy full SHA for 5ac8c2b - Browse repository at this point
Copy the full SHA 5ac8c2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99ca8dc - Browse repository at this point
Copy the full SHA 99ca8dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab9713e - Browse repository at this point
Copy the full SHA ab9713eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6f0b4d - Browse repository at this point
Copy the full SHA f6f0b4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae5c998 - Browse repository at this point
Copy the full SHA ae5c998View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76dda62 - Browse repository at this point
Copy the full SHA 76dda62View commit details -
Configuration menu - View commit details
-
Copy full SHA for c760de4 - Browse repository at this point
Copy the full SHA c760de4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8ec673 - Browse repository at this point
Copy the full SHA f8ec673View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7935477 - Browse repository at this point
Copy the full SHA 7935477View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1be4ef1 - Browse repository at this point
Copy the full SHA 1be4ef1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 394a23a - Browse repository at this point
Copy the full SHA 394a23aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17b0374 - Browse repository at this point
Copy the full SHA 17b0374View commit details