-
Notifications
You must be signed in to change notification settings - Fork 120
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
Refactoring update_serviceprovision_status method #19
Refactoring update_serviceprovision_status method #19
Conversation
@miq-bot add_labels automate, enhancement, refactoring, wip |
@pkomanek Cannot apply the following labels because they are not recognized: automate, refactoring, wip |
Checked commits pkomanek/manageiq-content@573e16a~...236a9df with ruby 2.2.6, rubocop 0.46.0, and haml-lint 0.19.0 content/automate/ManageIQ/Service/Provisioning/StateMachines/ServiceProvision_Template.class/methods/update_serviceprovision_status.rb
|
module Service | ||
module Provisioning | ||
module StateMachines | ||
module ServiceProvision_Template |
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.
@pkomanek can this be module ServiceProvisionTemplate?
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.
@pkomanek I am not sure if thats because of an internal naming issue. We might have to leave it as ServiceProvision_Template. @tinaafitz can you comment on this.
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.
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.
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.
Purpose or Intent
Refactoring the update_serviceprovision_status methods and specs. This PR is based on the issue bellow.
Links [Optional]
#8