-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Site Migration: Send from
query param to the Atomic transfer API to be set on the back end
#98938
Conversation
Jetpack Cloud live (direct link)
Automattic for Agencies live (direct link)
|
Here is how your PR affects size of JS and CSS bundles shipped to the user's browser: Sections (~6 bytes added 📈 [gzipped])
Sections contain code specific for a given set of routes. Is downloaded and parsed only when a particular route is navigated to. Legend What is parsed and gzip size?Parsed Size: Uncompressed size of the JS and CSS files. This much code needs to be parsed and stored in memory. 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 |
2f68f4f
to
98c5ab5
Compare
98c5ab5
to
51fa1d3
Compare
from
query param to the Atomic transfer API to be set on the back endfrom
query param to the Atomic transfer API to be set on the back end
@sixhours this didn't work for me. I got to this screen |
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.
After clearing the cache (by opening network tools) the change started taking effect. I can now see the option being set correctly.
Related to #98937
Proposed Changes
migration_source_site_domain
site option from the front end, pass it through the DIY flow and to the Atomic site transfer API so we can set it on the back end.from
query param through checkout to the migration instructions step.Why are these changes being made?
Testing Instructions
public-api.wordpress.com
start
: choose Import or Migrate at the goals step, put in your external WordPress test site URL, choose Migrate, choose Do it myself, upgrade/checkout.wpsh
on your sandbox, check the value ofmigration_source_site_domain
for your new test site ID:Pre-merge Checklist