-
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
Refactor Refresher and ManagerRefresh methods #18312
Conversation
e49b025
to
1d76d07
Compare
1d76d07
to
fe34636
Compare
c4c0717
to
fac2bde
Compare
This pull request is not mergeable. Please rebase and repush. |
The Refresher and ManagerRefresher classes do the same thing in slightly different ways leading to confusion.
fac2bde
to
48cbb6b
Compare
Checked commits agrare/manageiq@fe65889~...48cbb6b 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.
👍 looks great, can't merge
@gtanzillo can you take a look? |
The Refresher and ManagerRefresher classes do the same thing in slightly different ways leading to confusion.
Both of these handle configurably using graph refresh or legacy refresh but do it in different ways, this attempts to unify these two.
Ovirt refresher parse_targeted_inventory returns inventory_collections not persister