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

Update fastlane UI handler to support FastlaneCI rendering #11857

Merged
merged 4 commits into from
Feb 27, 2018

Conversation

KrauseFx
Copy link
Member

Related to fastlane/ci#139

@KrauseFx
Copy link
Member Author

Whops tests fail

Copy link
Collaborator

@taquitos taquitos left a comment

Choose a reason for hiding this comment

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

🎈:goat:

@KrauseFx
Copy link
Member Author

Will fix the tests later on, as soon as the implementation fully works

@janpio janpio changed the title Update fastlane UI handler to support FastlaneCI rendering [WIP] Update fastlane UI handler to support FastlaneCI rendering Feb 19, 2018
@taquitos
Copy link
Collaborator

I couldn't help but notice.....

@KrauseFx KrauseFx changed the title [WIP] Update fastlane UI handler to support FastlaneCI rendering Update fastlane UI handler to support FastlaneCI rendering Feb 27, 2018
expect(FastlaneCore::UI.current).to receive(:select).and_return("Local Path")
expect(FastlaneCore::UI.current).to receive(:input).and_return("../yoo")
expect(FastlaneCore::UI.ui_object).to receive(:select).and_return("Local Path")
expect(FastlaneCore::UI.ui_object).to receive(:input).and_return("../yoo")
Copy link
Collaborator

Choose a reason for hiding this comment

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

OMG I LOVE TESTS

@@ -0,0 +1,22 @@
require 'spec_helper'

describe FastlaneCore::UI do
Copy link
Collaborator

Choose a reason for hiding this comment

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

❤️

@taquitos
Copy link
Collaborator

🎈🐐🎈🐐🎈🐐

@taquitos taquitos closed this Feb 27, 2018
@taquitos
Copy link
Collaborator

taquitos commented Feb 27, 2018

Whoops, apparently buttons confuse me.

@taquitos taquitos reopened this Feb 27, 2018
@KrauseFx KrauseFx merged commit ee60c4e into master Feb 27, 2018
@KrauseFx KrauseFx deleted the ui-object-config branch February 27, 2018 17:48
@fastlane-bot
Copy link

Hey @KrauseFx 👋

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.84.0 🚀

@fastlane fastlane locked and limited conversation to collaborators May 14, 2018
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.

4 participants