-
Notifications
You must be signed in to change notification settings - Fork 60
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() #254
Persister: InventoryCollection building through add_collection() #254
Conversation
Core PR merged kicking tests |
I just updated the VCR cassettes, not sure if that's got you messed up or not, but thought I would mention it. |
I didn't add parents back from core yet. That's why it is WIP now, i'm going to finish it next week, @djberg96 thx for info. |
Persister's add_collection() interface
Methods with class names unified across providers
Due to not adding automatic adding to core. Also renamed IC def folder
7e9be14
to
5175094
Compare
Checked commits slemrmartin/manageiq-providers-azure@712627e~...5175094 with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 |
@miq-bot add_label refactoring |
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.
LGTM
Persister: InventoryCollection building through add_collection()
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