Skip to content
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): stabilize studio usage of actions API #6783

Merged
merged 6 commits into from
May 29, 2024

Conversation

bjoerge
Copy link
Member

@bjoerge bjoerge commented May 28, 2024

Description

This stabilizes internal usage of the http actions API by changing from using client.request(…) to instead use client methods introduced by sanity-io/client#818. The change should be transparent to end-users.

What to review

Testing

We should have pretty good test coverage on this already.

Notes for release

n/a

Copy link

vercel bot commented May 28, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
page-building-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 29, 2024 11:39am
performance-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 29, 2024 11:39am
test-next-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 29, 2024 11:39am
test-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 29, 2024 11:39am
1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
studio-workshop ⬜️ Ignored (Inspect) Visit Preview May 29, 2024 11:39am

Copy link
Contributor

No changes to documentation

Copy link
Contributor

github-actions bot commented May 28, 2024

Component Testing Report Updated May 29, 2024 11:40 AM (UTC)

File Status Duration Passed Skipped Failed
comments/CommentInput.spec.tsx ✅ Passed (Inspect) 35s 15 0 0
formBuilder/ArrayInput.spec.tsx ✅ Passed (Inspect) 7s 3 0 0
formBuilder/inputs/PortableText/Annotations.spec.tsx ✅ Passed (Inspect) 26s 6 0 0
formBuilder/inputs/PortableText/copyPaste/CopyPaste.spec.tsx ✅ Passed (Inspect) 31s 11 7 0
formBuilder/inputs/PortableText/Decorators.spec.tsx ✅ Passed (Inspect) 14s 6 0 0
formBuilder/inputs/PortableText/DisableFocusAndUnset.spec.tsx ✅ Passed (Inspect) 8s 3 0 0
formBuilder/inputs/PortableText/FocusTracking.spec.tsx ✅ Passed (Inspect) 36s 15 0 0
formBuilder/inputs/PortableText/Input.spec.tsx ✅ Passed (Inspect) 1m 17s 20 0 0
formBuilder/inputs/PortableText/ObjectBlock.spec.tsx ✅ Passed (Inspect) 1m 4s 18 0 0
formBuilder/inputs/PortableText/PresenceCursors.spec.tsx ✅ Passed (Inspect) 7s 3 9 0
formBuilder/inputs/PortableText/RangeDecoration.spec.tsx ✅ Passed (Inspect) 21s 9 0 0
formBuilder/inputs/PortableText/Styles.spec.tsx ✅ Passed (Inspect) 15s 6 0 0
formBuilder/inputs/PortableText/Toolbar.spec.tsx ✅ Passed (Inspect) 30s 12 0 0

@bjoerge bjoerge force-pushed the sdx-1232/stabilize-actions-api-usage branch from 614eb98 to 3a8ff7f Compare May 29, 2024 11:31
@bjoerge bjoerge added this pull request to the merge queue May 29, 2024
Merged via the queue into next with commit 112b66c May 29, 2024
43 checks passed
@bjoerge bjoerge deleted the sdx-1232/stabilize-actions-api-usage branch May 29, 2024 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants