rsnext/test/e2e/app-dir/actions
JJ Kasper 2eef775472
Update tag handling for app cache (#53321)
Optimizes how we handle cache tags for soft tags (auto-added by Next.js)
and normal tags (added manually) and adds differentiating between
`revalidatePath('/blog/first')` and page/layout.

Soft tags are not stored across cache entry and instead auto sent along
when checking cache entries. This allows us to prevent storing
exponential amounts of tags across cache entries while still having the
relationship between them so that single path revalidation can work
properly.

x-ref: [slack
thread](https://vercel.slack.com/archives/C042LHPJ1NX/p1690586837903309)
2023-08-31 15:17:40 -07:00
..
app Use push for Server Action redirections (#54458) 2023-08-23 19:47:46 +00:00
app-action-export.test.ts Fix missing error when using Actions on the client layer without enabling the feature flag (#50257) 2023-05-25 14:22:27 +02:00
app-action-invalid.test.ts Change the Server Actions feature flag to be validated at compile time (#52147) 2023-07-03 20:29:57 +00:00
app-action-progressive-enhancement.test.ts Test Progressive Enhancement of Server Actions (#52062) 2023-07-06 18:21:59 +02:00
app-action-size-limit-invalid.test.ts Rename serverActionsSizeLimit as serverActionsBodySizeLimit and add docs (#51755) 2023-06-24 16:16:09 +00:00
app-action.test.ts Update tag handling for app cache (#53321) 2023-08-31 15:17:40 -07:00
next.config.js Add test case for client sourcemaps (#49308) 2023-05-05 14:23:04 +00:00