-
Notifications
You must be signed in to change notification settings - Fork 900
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
Eliminate Api::ServiceTemplateWorkflow service #14501
Eliminate Api::ServiceTemplateWorkflow service #14501
Conversation
@imtayadeway I'm good with this. @mkanoor ok with making provision_workflow() public ? |
Forgot to add the mandatory 🔥 🔥 🔥 /cc @jrafanie |
as per @mkanoor #14481 will make that public. @imtayadeway see updated signature. Thanks. |
@abellotti cool 👍 I will wait until that gets merged then update. Marking as wip for now @miq-bot add-label wip |
✂️ 🔥 ✂️ 🔥 ✂️ 🔥 🍰 🍪 👏 🙇 😍 🎉 |
@imtayadeway |
155b446
to
9335208
Compare
@miq-bot rm-label wip |
Checked commits imtayadeway/manageiq@c8a2a7d~...9335208 with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
Thanks @imtayadeway for making this update. 🎵 |
Its logic is now encapsulated in
ServiceTemplate#provision_workflow
so this service can be removed.@mkanoor I had to make that method public in order for this to work. Is that OK?
Follow up to #13874
@miq-bot add-label api, refactoring
@miq-bot assign @abellotti