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

fixes #14351 - split host id parameter to remote execution controller #5915

Merged
merged 1 commit into from Apr 5, 2016
Merged

Conversation

stbenjam
Copy link
Contributor

The bulk action tool delivers a comma-separated list of host ID's, so we need
to turn it into an array. Otherwise, the .where query will still work but it
only finds the first host in the list of ID's.

The bulk action tool delivers a comma-separated list of host ID's, so we need
to turn it into an array.  Otherwise, the .where query will still work but it
only finds the first host in the list of ID's.
@ehelms
Copy link
Member

ehelms commented Mar 28, 2016

Thoughts on a test for this?

@stbenjam
Copy link
Contributor Author

The controller code isn't even loaded in rails unless REX is installed. Is it in the test environment?

@iNecas
Copy link
Member

iNecas commented Mar 29, 2016

Yes, it would require the remote execution plugin to be present in order to test it. We might add that as devel dependency (or runtime if you want) and start better testing, but still, I would prefer to fix this as in a separate issue http://projects.theforeman.org/issues/14384

@mccun934
Copy link
Member

mccun934 commented Apr 4, 2016

tested this, worked great. ACK from a user perspective

@stbenjam
Copy link
Contributor Author

stbenjam commented Apr 5, 2016

@ehelms Are you OK with this? And we'll consider testing REX integration under the issue @iNecas filed?

@ehelms
Copy link
Member

ehelms commented Apr 5, 2016

WFM - ACK

@stbenjam
Copy link
Contributor Author

stbenjam commented Apr 5, 2016

Thanks!

@stbenjam stbenjam merged commit a3e89d9 into Katello:master Apr 5, 2016
@stbenjam stbenjam deleted the 14351 branch April 5, 2016 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants