-
Notifications
You must be signed in to change notification settings - Fork 897
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
InventoryCollection Builder #17396
Labels
Comments
This was referenced May 9, 2018
2 tasks
This was referenced Jun 12, 2018
slemrmartin
added a commit
to slemrmartin/guides
that referenced
this issue
Jun 19, 2018
This was referenced Jun 19, 2018
Merged
This was referenced Jul 2, 2018
This was referenced Jul 19, 2018
This was referenced Jul 20, 2018
@slemrmartin is this still an open issue? If not, can you close it. |
it's complete, @JPrause, closing it |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
New Interface for definition/creating InventoryCollection from persister (ManagerRefresh::Inventory::Persister and its provider specific subclasses)
Accessible via add_collection() method
Intended to replace:
add_inventory_collection() method
has_inventory() method
Classes ManagerRefresh::InventoryCollection::Builder and descendants can replace:
ManagerRefresh::InventoryCollectionDefault and subclasses (using add_inventory_collection interface)
ManagerRefresh::Inventory::Core module (and classes including it - using has_inventory() interface)
IC model class is derived from persister class and IC association value
IC inventory_object_attributes are derived from setters of model_class
IC parent added automatically if missing
(all can be disabled by settings)
Documentation:
https://github.com/ManageIQ/guides/blob/master/providers/persister/inventory_collections.md
ManageIQ/guides#316
Pull requests:
Optimizations:
Final cleanup
(depends on all previous PRs)
The text was updated successfully, but these errors were encountered: