-
Notifications
You must be signed in to change notification settings - Fork 451
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
refactor(core): update managing permissions 2 #8700
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Skipped Deployments
|
No changes to documentation |
2a9b4c0
to
c086df8
Compare
⚡️ Editor Performance ReportUpdated Wed, 19 Feb 2025 14:00:36 GMT
Detailed information🏠 Reference resultThe performance result of
🧪 Experiment resultThe performance result of this branch
📚 Glossary
|
Component Testing Report Updated Feb 19, 2025 2:04 PM (UTC) ❌ Failed Tests (4) -- expand for details
|
packages/sanity/src/core/releases/store/createReleasePermissionsStore.ts
Outdated
Show resolved
Hide resolved
packages/sanity/src/core/releases/tool/overview/ReleasesOverview.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great, and that all the tests are up to date too 🔥
Description
This will then mean that there is no need to make needless dryRun requests multiple times exponentially reducing the number of calls in the release package.
What to review
Everything make sense?
Testing
Updated the tests and mocks, everything should work as expected.
Notes for release
N/A