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

enable app_manager to delete and list app testers #9951

Merged
merged 2 commits into from
Aug 4, 2017

Conversation

taquitos
Copy link
Collaborator

@taquitos taquitos commented Aug 3, 2017

app_managers should be able to list testers and also delete them.
fix for #9910

@@ -223,7 +225,7 @@ def describe_tester(tester)
rows << ["Last name", tester.last_name]
rows << ["Email", tester.email]

if tester.groups.length > 0
if tester.groups.to_s.length > 0
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

it's possible this is nil (found during testing)

Copy link
Contributor

@ohayon ohayon left a comment

Choose a reason for hiding this comment

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

Just one little comment but otherwise 💯

@@ -232,7 +234,7 @@ def describe_tester(tester)
rows << ["Latest Install Date", tester.pretty_install_date]
end

if tester.devices.length == 0
if tester.devices.to_so.length == 0
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this be to_s?

@taquitos taquitos merged commit 9e7a4ba into master Aug 4, 2017
@taquitos taquitos deleted the app_manager_list_testers_fail branch August 4, 2017 17:25
@fastlane-bot
Copy link

Hey @taquitos 👋

Thank you for your contribution to fastlane and congrats on getting this pull request merged 🎉
The code change now lives in the master branch, however it wasn't released to RubyGems yet.
We usually ship about once a week, and your PR will be included in the next one.

Please let us know if this change requires an immediate release by adding a comment here 👍
We'll notify you once we shipped a new release with your changes 🚀

@fastlane-bot
Copy link

Congratulations! 🎉 This was released as part of fastlane 2.51.0 🚀

dvdchr pushed a commit to dvdchr/fastlane that referenced this pull request Sep 5, 2017
* enable app_manager to delete and list app testers

* Update tester_manager.rb
@fastlane fastlane locked and limited conversation to collaborators Oct 7, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants