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: Various fixes and updates #18

Merged
merged 3 commits into from
Mar 22, 2021

Conversation

rajivshah3
Copy link
Contributor

  • Use Connect API authentication
  • Simplify build finding using all_processing_builds
  • Update URL for build metadata in App Store Connect
  • Resolve errors created by changes in Spaceship

- Use Connect API authentication
- Simplify build finding using all_processing_builds
- Update URL for build metadata in App Store Connect
- Resolve errors created by changes in Spaceship
@google-cla google-cla bot added the cla: yes label Dec 28, 2020
Comment on lines 127 to 126
build = nil
app.latest_version.candidate_builds.each do |b|
build = b if !build || b.upload_date > build.upload_date
end
build = app.all_processing_builds.sort_by(&:upload_date).last
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'm not entirely sure if this part works since I don't have a processing build in App Store Connect, so I tested it with build = app.builds.sort_by(&:upload_date).last instead

@google-cla
Copy link

google-cla bot commented Mar 22, 2021

All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter.

We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only @googlebot I consent. in this pull request.

Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the cla label to yes (if enabled on your project).

ℹ️ Googlers: Go here for more info.

@google-cla google-cla bot added cla: no and removed cla: yes labels Mar 22, 2021
@joshdholtz
Copy link
Member

@googlebot I consent.

@google-cla google-cla bot added cla: yes and removed cla: no labels Mar 22, 2021
Copy link
Member

@joshdholtz joshdholtz left a comment

Choose a reason for hiding this comment

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

@rajivshah3 Thanks for making this PR! I added a few commits to remove the rest of the non Connect API usage to make things even more stable going forward 💪 Really appreciate this contribution ❤

@joshdholtz joshdholtz merged commit 9b2e168 into fastlane:master Mar 22, 2021
@rajivshah3 rajivshah3 deleted the fix/api-and-spaceship-updates branch March 22, 2021 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants