-
Notifications
You must be signed in to change notification settings - Fork 63
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() #265
Persister: InventoryCollection building through add_collection() #265
Conversation
Persister's add_collection() interface
983499a
to
3e8ba59
Compare
ContainerContition, Tagging and CustomAttribute
3e8ba59
to
118b840
Compare
Wow impressive global effort 👏 TBH I no longer remember much about this part :) cc @Ladas @agrare who maybe remember more. |
Checked commits slemrmartin/manageiq-providers-kubernetes@c6c56a9~...6dbb06d with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 |
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.
👍 awesome
Persister: InventoryCollection building through add_collection()
Issue: ManageIQ/manageiq#17396
(depends on) PR: InventoryCollection Builder improvements manageiq#17621
dependent: Persister: InventoryCollection building through add_collection() manageiq-providers-openshift#100
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