-
Notifications
You must be signed in to change notification settings - Fork 143
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
Add refresh parameter to ResourceActionWorkflow initialization #365
Add refresh parameter to ResourceActionWorkflow initialization #365
Conversation
@miq-bot add_label wip |
Checked commit eclarizio@9b5ba75 with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 app/controllers/api/service_dialogs_controller.rb
|
@abellotti Please review. |
LGTM!! 👍 |
Thanks, I'll let you know when we are ready to merge. We are still working through some integration tests with the related PR. |
@miq-bot remove_label wip @abellotti This actually needs to be merged before the related PR, and it shouldn't hurt anything if it is since the backend will just ignore the new option without the related PR, so I think you can safely merge this whenever you get a chance. |
Add refresh parameter to ResourceActionWorkflow initialization (cherry picked from commit 7c2cae6) https://bugzilla.redhat.com/show_bug.cgi?id=1572716 https://bugzilla.redhat.com/show_bug.cgi?id=1572711
Gaprindashvili backport details:
|
This ties in with ManageIQ/manageiq#17329 and will be needed in order to distinguish
ResourceActionWorkflow
initialization calls in the backend.WIP for now, but I think this is probably how the API change will end up looking.
https://bugzilla.redhat.com/show_bug.cgi?id=1559757
https://bugzilla.redhat.com/show_bug.cgi?id=1571000