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

Fix Read Beta Group Information and update to match Apple's docs #142

Merged
merged 7 commits into from
May 11, 2021

Conversation

scottlemke
Copy link
Contributor

Summary

The Read Beta Group Information API was broken, so I fixed the broken fields and updated all parameters to match Apple's documentation. Tests were added for each individual field.

Changes in this PR

  • ReadBetaGroupInformation was updated so it matches the API specs
  • ReadBetaGroupInformationTests were updated with more granular tests for future expandability
  • .gitignore was updated to ignore the vendor directory
  • The Gemfile.lock file was checked in

Questions

There were a couple changes I made at the end of my commits when I was following the instructions for Development. I updated the .gitignore file so that the vendor directory that is created by bundler no longer appears as a change. I also checked in the Gemfile.lock file so versions are pinned for the bundle install. If you would like me to remove either of these changes, please let me know.

@scottlemke scottlemke requested a review from AvdLee as a code owner May 7, 2021 23:58
@SwiftLeeBot
Copy link
Collaborator

SwiftLeeBot commented May 8, 2021

Messages
📖

View more details on Bitrise

📖 AppStoreConnect-Swift-SDK: Executed 215 tests, with 0 failures (0 unexpected) in 0.723 (1.659) seconds

AppStoreConnect-Swift-SDKTests.xctest: Coverage: 99.66

File Coverage
ReadBetaGroupInformationTests.swift 100.0%

AppStoreConnect_Swift_SDK.framework: Coverage: 81.33

File Coverage
ReadBetaGroupInformation.swift 100.0%

Generated by 🚫 Danger Swift against d2320a8

Copy link
Owner

@AvdLee AvdLee left a comment

Choose a reason for hiding this comment

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

Thanks for your contribution! I don't think we need your gitignore and Gemfile changes, they have never been an issue before. I'm also surprised that GEM is using the vendor folder. This must be some personal configuration maybe?

Either way, if you can remove those changes, that would be great 🙂

@scottlemke
Copy link
Contributor Author

@AvdLee Apologies for that. I didn't realize that it would pick up my local settings for the bundle install. I dropped the gitignore and gemfile changes.

Copy link
Owner

@AvdLee AvdLee left a comment

Choose a reason for hiding this comment

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

No worries, all good now! Thanks for your contribution 💪

@AvdLee AvdLee merged commit 7a84ea6 into AvdLee:master May 11, 2021
@SwiftLeeBot
Copy link
Collaborator

Congratulations! 🎉 This was released as part of Release 1.5.0 🚀

Generated by GitBuddy

@scottlemke scottlemke deleted the feature/fix-betagroupinfo branch May 14, 2021 05:51
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