-
Notifications
You must be signed in to change notification settings - Fork 125
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 internal column to ServiceTemplate table #238
Add internal column to ServiceTemplate table #238
Conversation
This is related with PR ManageIQ/manageiq#17681 @bzwei @gmcculloug Please review. |
LGTM |
|
@gmcculloug any remaining items left to merge? |
let(:service_template_stub) { migration_stub(:ServiceTemplate) } | ||
|
||
migration_context :up do | ||
it "migrate reserve data to ServiceTemplate" do |
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.
Can you add a test case without reserved data but with ServiceTemplateTransformationPlan
type?
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.
Added.
Checked commits hsong-rh/manageiq-schema@74a8eda~...89b60c3 with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 db/migrate/20180719163110_add_internal_to_service_template.rb
|
@miq-bot add_label blocker |
@hsong-rh if this can be backported, can you add the gaprindashvili/yes label. |
@JPrause We do not back-port schema changes. The work for the BZ in the description, that will be back-ported, is in ManageIQ/manageiq#17748 and is already properly labeled. This PR is related to that work but is intended for upstream only. |
@Fryguy Please review |
Add a internal column in ServiceTemplate table to mark its accessible scope.
https://bugzilla.redhat.com/show_bug.cgi?id=1594408