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

WIP - Move all WordPressAuthenticator sources into this repo #14779

Draft
wants to merge 74 commits into
base: trunk
Choose a base branch
from

Conversation

mokagio
Copy link
Contributor

@mokagio mokagio commented Dec 31, 2024

See #14329


Closes: #

Description

Steps to reproduce

Testing information

Screenshots


  • I have considered if this change warrants user-facing release notes and have added them to RELEASE-NOTES.txt if necessary.

Reviewer (or Author, in the case of optional code reviews):

Please make sure these conditions are met before approving the PR, or request changes if the PR needs improvement:

  • The PR is small and has a clear, single focus, or a valid explanation is provided in the description. If needed, please request to split it into smaller PRs.
  • Ensure Adequate Unit Test Coverage: The changes are reasonably covered by unit tests or an explanation is provided in the PR description.
  • Manual Testing: The author listed all the tests they ran, including smoke tests when needed (e.g., for refactorings). The reviewer confirmed that the PR works as expected on all devices (phone/tablet) and no regressions are added.

@dangermattic
Copy link
Collaborator

1 Warning
⚠️ This PR is larger than 300 lines of changes. Please consider splitting it into smaller PRs for easier and faster reviews.
1 Message
📖 This PR is still a Draft: some checks will be skipped.

Generated by 🚫 Danger

@mokagio mokagio force-pushed the mokagio/fold-wordpress-authenticator branch 2 times, most recently from ef7a776 to c4e4f34 Compare January 2, 2025 07:00
@wpmobilebot
Copy link
Collaborator

wpmobilebot commented Jan 2, 2025

WooCommerce iOS📲 You can test the changes from this Pull Request in WooCommerce iOS by scanning the QR code below to install the corresponding build.

App NameWooCommerce iOS WooCommerce iOS
Build Numberpr14779-ca60ec7
Version21.3
Bundle IDcom.automattic.alpha.woocommerce
Commitca60ec7
App Center BuildWooCommerce - Prototype Builds #12426
Automatticians: You can use our internal self-serve MC tool to give yourself access to App Center if needed.

mokagio added 29 commits January 8, 2025 19:22
When wordpress-mobile/WordPressAuthenticator-iOS#867
was merged, I had already started working on folding
WordPressAuthenticator and didn't sync with the team about it.

This commit picks all the changes from that PR and copies them in one go
into the local version of the WordPressAuthenticator codebase.
It turned out that every project made a copy of that file, which
defeated the whole purpose.

Apparently, we cannot have files shared at the workspace level.

It might still be possible to achieve the same result in the future, but
that would require every project being set up with base configuration files
and referencing the shared file from there, without adding the shared file
itself to the projects. But to do that, we'll need each project set up
that way, which is out of scope for the work I'm currently doing of
folding the WordPressAuthenticator and WordPressKit libraries into
WooCommerce iOS.
16.0 is the same as WooCommerce iOS uses
@mokagio mokagio force-pushed the mokagio/fold-wordpress-authenticator branch from f161a2d to ca60ec7 Compare January 9, 2025 06:14
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.

3 participants