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

[Gutenberg] - React Native 0.69.4 Upgrade #19326

Merged
merged 36 commits into from
Dec 7, 2022
Merged

Conversation

geriux
Copy link
Contributor

@geriux geriux commented Sep 20, 2022

This PR adds changes to support the React Native 0.69.4 upgrade.

Includes #19573 to fix some issues found while testing media uploads in the editor.

It also updates how the Gutenberg pods are installed by introducing gutenberg_pods so we can reuse the same reference for shared_test_pods.

Related PRs

Feature branch

Android integration

iOS integration

To test:

CI checks should pass, as well as checking the editor opens correctly with the builds from this PR.

Regression Notes

  1. Potential unintended areas of impact
    Editor

  2. What I did to test those areas of impact (or what existing automated tests I relied on)
    Manual testing, CI tests.

  3. What automated tests I added (or what prevented me from doing so)
    None as there is no added functionality

PR submission checklist:

  • I have completed the Regression Notes.
  • I have considered adding unit tests for my changes.
  • I have considered adding accessibility improvements for my changes.
  • I have considered if this change warrants user-facing release notes and have added them to RELEASE-NOTES.txt if necessary.

@geriux geriux added [Status] In Progress Gutenberg Editing and display of Gutenberg blocks. labels Sep 20, 2022
@wpmobilebot
Copy link
Contributor

wpmobilebot commented Sep 20, 2022

You can test the changes in Jetpack from this Pull Request by:
  • Clicking here or scanning the QR code below to access App Center
  • Then installing the build number pr19326-2fe3aad on your iPhone

If you need access to App Center, please ask a maintainer to add you.

@wpmobilebot
Copy link
Contributor

wpmobilebot commented Sep 20, 2022

You can test the changes in WordPress from this Pull Request by:
  • Clicking here or scanning the QR code below to access App Center
  • Then installing the build number pr19326-2fe3aad on your iPhone

If you need access to App Center, please ask a maintainer to add you.

@derekblank derekblank self-requested a review October 7, 2022 06:55
@peril-wordpress-mobile
Copy link

peril-wordpress-mobile bot commented Oct 14, 2022

Warnings
⚠️ This PR is assigned to a milestone which is closing in less than 4 days Please, make sure to get it merged by then or assign it to a later expiring milestone

Generated by 🚫 dangerJS

@geriux
Copy link
Contributor Author

geriux commented Oct 21, 2022

The CI issues are now solved and all checks are green ✅

@derekblank derekblank marked this pull request as ready for review December 5, 2022 05:54
Copy link
Contributor

@fluiddot fluiddot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@derekblank I reviewed the PR and noticed a couple of issues in the latest code changes that are most likely causing the CI check failures. It would be great to solve them in order to know if all checks are 🟢 .

Podfile Outdated Show resolved Hide resolved
Podfile Outdated Show resolved Hide resolved
@geriux geriux added this to the 21.4 milestone Dec 7, 2022
@geriux
Copy link
Contributor Author

geriux commented Dec 7, 2022

CI checks are now passing 🟢

@geriux geriux requested a review from fluiddot December 7, 2022 10:08
Copy link
Contributor

@derekblank derekblank left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 🚀

Copy link
Contributor

@fluiddot fluiddot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tested the latest installable build and the editor works as expected. LGTM 🎊 !

I added a comment that doesn't block the merge of the PR, it's just an observation I had when reviewing the code.

@@ -17532,6 +17532,7 @@
E16AB92514D978240047A2E5 /* Sources */,
E16AB92614D978240047A2E5 /* Frameworks */,
E16AB92714D978240047A2E5 /* Resources */,
42C1BDE416A90FA718A28797 /* [CP] Copy Pods Resources */,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's interesting that we didn't have this phase before in the WordPressTest scheme 🤔. I understand that it won't have any impact but let's keep an eye just in case this produces an undesired effect when running the UI tests.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll keep an eye for that 👍

@geriux geriux merged commit f69b11a into trunk Dec 7, 2022
@geriux geriux deleted the gutenberg/react-native-0.69 branch December 7, 2022 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Gutenberg Editing and display of Gutenberg blocks.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants