-
Notifications
You must be signed in to change notification settings - Fork 800
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
Add SingleProductBackupBody Component #14027
Add SingleProductBackupBody Component #14027
Conversation
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.
@robertf4 This looks good in general. I left some minor comments, please have a look.
ae49ac7
to
d2e8664
Compare
00c9da8
to
fe15730
Compare
e79aeac
to
0992376
Compare
fe15730
to
277628c
Compare
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 left one minor comment in your code. Other than that the PR seems good to me so I'm approving.
Feel free to merge after addressing this one issue I commented on and after getting a thumbs-up from @jeherve.
0992376
to
ba2c6d1
Compare
ba2c6d1
to
3674cbe
Compare
Co-Authored-By: Marin Atanasov <8436925+tyxla@users.noreply.github.com>
Co-Authored-By: Marin Atanasov <8436925+tyxla@users.noreply.github.com>
Co-Authored-By: Marin Atanasov <8436925+tyxla@users.noreply.github.com>
4e109f7
to
285f8e0
Compare
* Allow TOS agreement before Jetpack is fully active so we track the connection flow * Update packages/terms-of-service/src/class-terms-of-service.php Co-Authored-By: Derek Smart <smart@automattic.com> * Also update the action that is being called in jetpack We renamed the action lets also rename it in Jetpack. * [not verified] Revert "Also update the action that is being called in jetpack" This reverts commit e9c0f21. Co-authored-by: Brandon Kraft <public@brandonkraft.com> Co-authored-by: Enej Bajgoric <enej.bajgoric@gmail.com>
This change allows the package to be used outside of Jetpack, relying on the methods provided by the Manager, plus using the WP_Error class instead of the Jetpack_Error wrapper.
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 good to me, barring @delawski's comment and my question about wording. Both can be addressed in a follow-up PR though. It should be good to merge.
* Adds spell checking and fixes files. This implements a package to spellcheck files, and does a pass to ensure everything is green. * [not verified] Implements Travis check for spelling Adds Yarn script and Travis CI for spell checking. * [not verified] Fixes feedback. Updates docs to prevent spelling exceptions for certain files.
I'm kind of concerned that we're merging these in branches different from |
It will be merged to |
Awesome, thanks! |
Changes proposed in this Pull Request:
Is this a new feature or does it add/remove features to an existing part of Jetpack?
See the P2 here for the design of this PR: p1HpG7-7MK-p2 (specifically the part titled "WP Admin Desktop")
See the P2 here for the overall MT: p1HpG7-7ET-p2
Testing instructions:
Proposed changelog entry for your changes: