Skip to content

Various clean-ups and configuration improvements #489

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

Merged
merged 31 commits into from
Jun 15, 2023
Merged

Conversation

iangmaia
Copy link
Contributor

@iangmaia iangmaia commented Jun 2, 2023

What does it do?

It contains the changes implemented in the following Pull Requests:

Checklist before requesting a review

  • Run bundle exec rubocop to test for code style violations and recommendations
  • Add Unit Tests (aka specs/*_spec.rb) if applicable
  • Run bundle exec rspec to run the whole test suite and ensure all your tests pass
  • Make sure you added an entry in the CHANGELOG.md file to describe your changes under the approprioate existing ### subsection of the existing ## Trunk section.

@iangmaia iangmaia closed this Jun 2, 2023
@iangmaia iangmaia reopened this Jun 6, 2023
@iangmaia
Copy link
Contributor Author

iangmaia commented Jun 6, 2023

@wordpress-mobile/apps-infrastructure -- during my trial, at some point we've created this "base branch" for merging some of the PRs I created so that we could review and approve them quicker, because back then we were not yet ready for some of the breaking changes to land and block a major release.
Even though this PR already contains the PRs mentioned in the description that have been reviewed before, it might be helpful to have more people (especially those who were not involved in the trial) take a quick look at it before we merge the changes.

@@ -13,14 +13,14 @@
expect_build_number(xcconfig_mock_content: xcconfig_mock_content, expected_build_number: '1940')
end

it 'parses an xcconfig file with keys with spaces and returns a nil build number' do
it 'parses an xcconfig file with keys with spaces and returns the correct build number' do
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This test was verifying something else given we didn't use xcodeproj for parsing the .xcconfig file (see this comment from @spencertransier).

Copy link
Contributor

Choose a reason for hiding this comment

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

Awesome, thanks for updating this test @iangmaia!

@iangmaia iangmaia requested a review from a team June 7, 2023 09:23
Copy link
Contributor

@spencertransier spencertransier left a comment

Choose a reason for hiding this comment

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

These changes all look great @iangmaia. Thanks for your awesome work during your trial! 👏

@iangmaia iangmaia mentioned this pull request Jun 15, 2023
5 tasks
mokagio and others added 23 commits June 15, 2023 15:52
We now have newer, better actions to achieve the same results:

- `ios_generate_strings_file_from_code`
- `ios_extract_keys_from_strings_files`
- `ios_download_strings_files_from_glotpress`
- `ios_merge_strings_files`
Co-authored-by: Olivier Halligon <[email protected]>
…o that the same name can be reused across actions
Co-authored-by: Olivier Halligon <[email protected]>
@iangmaia iangmaia merged commit 462ea76 into trunk Jun 15, 2023
@iangmaia iangmaia deleted the iangmaia/trial branch June 15, 2023 16:17
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.

4 participants