rsnext/.github/workflows
Wyatt Johnson eab1fe8397
Enable PPR for dynamic = "force-dynamic" (#58779)
This makes some critical modifications to the app render pipeline when
PPR has been enabled for pages with segments defining:

```js
export const dynamic = "force-dynamic"
```

Importantly, it no longer modifies the revalidation time to zero for
those pages, and now falls back to the provided default revalidation
time. When static render occurs, if the page being rendered has a
segment config defining `dynamic === "force-dynamic"`, then it will
postpone at the root of the component tree. This ensures that no render
code is executed for the page, as the entirety of the tree will have
postponed. This fixes the bug where the flight prefetch wasn't generated
correctly as well.
2023-12-06 01:10:00 +00:00
..
build_and_deploy.yml Increase default timeout for swc build (#59035) 2023-11-28 12:15:35 -08:00
build_and_test.yml Enable PPR for dynamic = "force-dynamic" (#58779) 2023-12-06 01:10:00 +00:00
build_reusable.yml ci: don't try to upload to datadog for docs only changes (#59068) 2023-11-29 19:25:01 +01:00
cancel.yml chore(ci): bump cancel-workflow-action@0.11.0 (#54246) 2023-08-18 20:29:57 +00:00
code_freeze.yml feat: drop Node.js 16 (#56896) 2023-10-16 21:41:38 +00:00
issue_lock.yml chore: update lock bot wording (#54099) 2023-08-16 09:05:04 +00:00
issue_stale.yml chore: add "please simplify reproduction" comment (#52631) 2023-07-14 23:30:42 +00:00
issue_validator.yml chore: bump nissuer (issue validator) (#59060) 2023-11-29 14:35:26 +00:00
nextjs-integration-test.yml fix dev parallelism in daily turbopack tests (#59287) 2023-12-05 15:41:49 +01:00
notify_release.yml ci(workflow): notify new releases to vercel/turbo via repo_dispatch (#45201) 2023-01-24 16:41:28 -08:00
pull_request_approved.yml test: speed up isolated next instance test setup (#56525) 2023-10-07 00:15:59 +02:00
pull_request_stats.yml bundle analyzer artifacts (#57307) 2023-10-24 05:48:41 +00:00
retry_test.yml fix dev parallelism in daily turbopack tests (#59287) 2023-12-05 15:41:49 +01:00
setup-nextjs-build.yml Import turbo daily integration test workflows (#57083) 2023-10-23 11:48:38 -07:00
test_e2e_deploy.yml ci: disable deployment protection for e2e test project (#58830) 2023-11-23 09:41:34 -08:00
test_examples.yml feat: drop Node.js 16 (#56896) 2023-10-16 21:41:38 +00:00
trigger_release.yml fix variable name in release workflow (#59135) 2023-11-30 15:19:46 -08:00
turbo-daily-integration-test.yml ci: report daily turbo integration test results from this repo (#58965) 2023-12-04 16:18:42 +01:00
update-turbopack-test-manifest.yml fix branch name (#58132) 2023-11-14 11:23:02 +01:00
update_fonts_data.yml Automatically update Turbopack test manifest (#57778) 2023-10-31 02:06:48 +00:00
upload-nextjs-integration-test-results.yml fix missing checkout in daily turbopack reporting (#59256) 2023-12-04 18:54:00 +01:00