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

Remove extra comma in remote_console.rb #12354

Merged
merged 1 commit into from
Nov 2, 2016

Conversation

matobet
Copy link
Contributor

@matobet matobet commented Nov 2, 2016

Commit 37d1784 that moved the initialization
code of host_address in RemoteConsole#remote_console_acquire_ticket left the
comma in a place that caused the host_address to be initailized with an array
[host_address, port] instead of host_address which in turn caused the
WebsocketProxy to break (connecting to invalid address).

Commit 37d1784 that moved the initialization
code of host_address in RemoteConsole#remote_console_acquire_ticket left the
comma in a place that caused the `host_address` to be initailized with an array
`[host_address, port]` instead of `host_address` which in turn caused the
WebsocketProxy to break (connecting to invalid address).
@miq-bot
Copy link
Member

miq-bot commented Nov 2, 2016

Checked commit matobet@d20962f with ruby 2.2.5, rubocop 0.37.2, and haml-lint 0.16.1
1 file checked, 0 offenses detected
Everything looks good. 🍰

@matobet
Copy link
Contributor Author

matobet commented Nov 2, 2016

@miq-bot add_label euwe/yes

@martinpovolny martinpovolny merged commit 81d9f00 into ManageIQ:master Nov 2, 2016
@chessbyte chessbyte modified the milestone: Sprint 49 Ending Nov 14, 2016 Nov 2, 2016
@matobet
Copy link
Contributor Author

matobet commented Nov 3, 2016

@miq-bot add_label blocker

@miq-bot miq-bot added the blocker label Nov 3, 2016
chessbyte pushed a commit that referenced this pull request Nov 4, 2016
Remove extra comma in remote_console.rb
(cherry picked from commit 81d9f00)
@chessbyte
Copy link
Member

Euwe Backport details:

$ git log -1
commit 9b9bc38c6f3e6488f3043ba3649eb35c9a2492ff
Author: Martin Povolny <[email protected]>
Date:   Wed Nov 2 17:04:18 2016 +0100

    Merge pull request #12354 from matobet/fix-console-host-address

    Remove extra comma in remote_console.rb
    (cherry picked from commit 81d9f000e0d5ba72eb6c05f1c18b3d084c0b9c02)

@simaishi
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants