-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
[produce] Allow to enable/disable access_wifi
service
#13552
[produce] Allow to enable/disable access_wifi
service
#13552
Conversation
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here (e.g. What to do if you already signed the CLAIndividual signers
Corporate signers
|
@googlebot I signed it! |
CLAs look good, thanks! |
82d38e3
to
87a546c
Compare
Do you have plan to merge this feature? |
@betko I am waiting on a review. |
Bump |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding these in! Can you also change AccessWiFi
to AccessWifi
on https://github.com/fastlane/fastlane/blob/master/spaceship/lib/spaceship/portal/app_service.rb#L43?
Right now the current changes fail because they are expecting Spaceship.app_service.access_wifi
but it is actually Spaceship.app_service.access_wi_fi
because of the capital F
on the line of code I linked above. If you change AccessWiFi
to AccessWifi
then your code changes will work 😊
Ah, right. Will do 👍 |
@TaimurAyaz Heyyyy! Are you cool if I add a commit to make this change? 😊 |
@joshdholtz go for it :) |
produce
to enable/disable access_wifi
serviceaccess_wifi
service
@TaimurAyaz @joshdholtz Please update when this feature will be merged. Thanks! |
@TaimurAyaz @joshdholtz Any news on merging this? |
bump +1 I am running into this issue too |
So there's good news and bad news. 👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there. 😕 The bad news is that it appears that 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 here in the pull request. Note to project maintainer: This is a terminal state, meaning the |
I did make the change. Please review code again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can ship this! 🙌
Congratulations! 🎉 This was released as part of fastlane 2.114.0 🚀 |
Checklist
bundle exec rspec
from the root directory to see all new and existing tests passbundle exec rubocop -a
to ensure the code style is validMotivation and Context
iOS 12 added
Access WiFi Information
entitlement. Support for this was added tospaceship.portal.app_service
but the triggers were not updated. Updating them in this PR.Description
Allow produce to enable/disable
access_wifi
serviceAdded the following options to
produce enable_services
Added the following options to
produce disable_services