Skip to content
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

Fixes #10773 - rename ConfigTemplate to ProvisioningTemplate #14

Merged
merged 1 commit into from
Jun 11, 2015

Conversation

ares
Copy link
Member

@ares ares commented Jun 11, 2015

No description provided.

@domcleal
Copy link
Contributor

Replaces #13?

@ares
Copy link
Member Author

ares commented Jun 11, 2015

ouch yes, I failed to spot it since the redmine issue was still in new state (wrong ticket number in #13), anyway this renames it hopefully on all places

@@ -1,12 +1,16 @@
class ChangeTemplatekindToBootdisk < ActiveRecord::Migration
class FakeConfigTemplate < ActiveRecord::Base
self.table_name = 'config_templates'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd bet this fails tests for the same reason mentioned in https://github.com/theforeman/foreman_bootdisk/pull/13/files#r32195063.

It's a bit tricky since the ordering of DB migrations from plugins is going to depend on whether they're run together or separately. Both are valid.

@ares
Copy link
Member Author

ares commented Jun 11, 2015

how about this? (not sure why it was aborted)

@domcleal
Copy link
Contributor

Looks good. Abort was one of the integration tests running on an especially slow slave.

Could you add the min version to engine.rb and README please?

@ares
Copy link
Member Author

ares commented Jun 11, 2015

So I added new version to README, I suppose someone will have to do the release.

domcleal added a commit that referenced this pull request Jun 11, 2015
Fixes #10773 - rename ConfigTemplate to ProvisioningTemplate
@domcleal domcleal merged commit 1e74483 into theforeman:master Jun 11, 2015
@domcleal
Copy link
Contributor

Yep, I'll do that soon. Thanks @ares.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants