-
Notifications
You must be signed in to change notification settings - Fork 619
[Experiment] unstable_cache: Teams, Account, Projects, APIKey - DO NOT MERGE #6216
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
[Experiment] unstable_cache: Teams, Account, Projects, APIKey - DO NOT MERGE #6216
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
b21d346 to
383de1a
Compare
383de1a to
e18fb36
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6216 +/- ##
=======================================
Coverage 56.72% 56.72%
=======================================
Files 1161 1161
Lines 64289 64289
Branches 5196 5196
=======================================
Hits 36468 36468
Misses 27095 27095
Partials 726 726
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
e18fb36 to
8856393
Compare
4af57c6 to
684d12f
Compare
684d12f to
7a3916d
Compare
7a3916d to
cec80ac
Compare
|
This PR has been inactive for 7 days. It is now marked as stale and will be closed in 2 days if no further activity occurs. |

PR-Codex overview
This PR focuses on enhancing caching mechanisms and improving account and team management functionalities by implementing
unstable_cacheandrevalidateTagfor various API calls, while also refactoring code for better readability and efficiency.Detailed summary
ensure-loginroute file.cacheTags.tsfor accounts, teams, and projects.unstable_cachein multiple API calls to cache responses.getAuthTokenusage to improve token handling.createTicketActionto use cached account data.revalidateTagcalls to ensure cache consistency after updates.