-
Notifications
You must be signed in to change notification settings - Fork 897
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
Allow move_into_folder to optionally take string arg for automate engine exposure #19086
Allow move_into_folder to optionally take string arg for automate engine exposure #19086
Conversation
@miq-bot remove_label wip |
@miq-bot assign @tinaafitz |
@miq-bot add_label ivanchuk/yes |
@d-m-u maybe something like |
Also a little concerned, as every one of these methods expect an instance of the object so this will be inconsistent. Should we be doing this to every operation? |
@agrare I wondered about that. with an instance, it hits the check on https://github.com/ManageIQ/manageiq/pull/8963/files#diff-d8c450b508868941c2b0c5884e718324R121 |
@d-m-u yeah none of these methods were intended to be called over the queue, following the normal pattern we'd have e.g. |
3d2ba61
to
9e1683c
Compare
@agrare can I address #19086 (comment) as part of later work so I can close the ticket, you okay with that? |
Yeah if course |
Discussed with @d-m-u and we are going to looking into doing the queue work on this PR. 🌮 |
9e1683c
to
a7006be
Compare
a7006be
to
9ca52d8
Compare
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.
👍 LGTM
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.
Looks good, just missing tests.
9ca52d8
to
6427c2a
Compare
@lfu please review |
34db7eb
to
d0eeb27
Compare
d0eeb27
to
f1a720b
Compare
Checked commit d-m-u@f1a720b with ruby 2.4.6, rubocop 0.69.0, haml-lint 0.20.0, and yamllint 1.10.0 |
…ms_ref Allow move_into_folder to optionally take string arg for automate engine exposure (cherry picked from commit e088fad) https://bugzilla.redhat.com/show_bug.cgi?id=1716858
Ivanchuk backport details:
|
We have to queue ems_folders for the automate exposure of
move_into_folder
, so this method needs a change to handle being passed a string.Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1716858
@miq-bot add_label enhancement
Related:
ManageIQ/manageiq-automation_engine#344