-
Notifications
You must be signed in to change notification settings - Fork 62
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
Persister: InventoryCollection building through add_collection() #252
Persister: InventoryCollection building through add_collection() #252
Conversation
617e59d
to
9ace759
Compare
This pull request is not mergeable. Please rebase and repush. |
note: unmergeable by #244 |
Persister's add_collection() interface
Methods with class names unified across providers
To fit global definition in core
5e9fc5c
to
afb2190
Compare
def initialize_infra_inventory_collections | ||
@collection_group = nil | ||
|
||
add_collection(infra, :ems_folders) |
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.
from ManageIQ#244. And rename IC folder Shared -> Definitions
afb2190
to
2763e2b
Compare
Checked commits slemrmartin/manageiq-providers-ovirt@e517a36~...2763e2b with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 |
Issue: ManageIQ/manageiq#17396
New Interface for definition/creating InventoryCollection from persister.
Using add_collection() instead of add_inventory_collection() to build collections.
Builder classes are defined on core project, provider specific InventoryCollections specified in concerns