-
Notifications
You must be signed in to change notification settings - Fork 2k
Site Migration: Transfer with software API, update hooks #102248
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
Conversation
Jetpack Cloud live (direct link)
Automattic for Agencies live (direct link)
|
This PR does not affect the size of JS and CSS bundles shipped to the user's browser. Generated by performance advisor bot at iscalypsofastyet.com. |
This PR modifies the release build for the following Calypso Apps: For info about this notification, see here: PCYsg-OT6-p2
To test WordPress.com changes, run |
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.
I think we should make the siteID and the atomicTransferID on the useTransferWithSoftwareStatus
query nullable. That's because usually the blogId will be nullable coming from the component, the same for the atomicTransferID, that will be available only when we create or fetch it.
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.
LGTM!
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.
LGTM! Thanks for addressing the feedback 👍
…102248) * Update query hook types and tests * Remove unused response params * use correct response type * Make siteId and transferId nullable; update success => completed * Account for potentially null values
Related to 178867-ghe-Automattic/wpcom
Proposed Changes
Why are these changes being made?
Testing Instructions
Pre-merge Checklist