-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #151 from jrafanie/drop_require_nested_include_con…
…cern Drop require_nested and include_concern
- Loading branch information
Showing
10 changed files
with
3 additions
and
37 deletions.
There are no files selected for viewing
20 changes: 0 additions & 20 deletions
20
app/models/manageiq/providers/ibm_power_hmc/infra_manager.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
app/models/manageiq/providers/ibm_power_hmc/infra_manager/event_catcher.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
class ManageIQ::Providers::IbmPowerHmc::InfraManager::EventCatcher < ManageIQ::Providers::BaseManager::EventCatcher | ||
require_nested :Runner | ||
end |
2 changes: 0 additions & 2 deletions
2
app/models/manageiq/providers/ibm_power_hmc/infra_manager/metrics_collector_worker.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
app/models/manageiq/providers/ibm_power_hmc/infra_manager/provision.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
app/models/manageiq/providers/ibm_power_hmc/infra_manager/refresh_worker.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
class ManageIQ::Providers::IbmPowerHmc::InfraManager::RefreshWorker < MiqEmsRefreshWorker | ||
require_nested :Runner | ||
end |
3 changes: 1 addition & 2 deletions
3
app/models/manageiq/providers/ibm_power_hmc/infra_manager/vm.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,2 @@ | ||
class ManageIQ::Providers::IbmPowerHmc::Inventory < ManageIQ::Providers::Inventory | ||
require_nested :Collector | ||
require_nested :Parser | ||
require_nested :Persister | ||
end |
2 changes: 0 additions & 2 deletions
2
app/models/manageiq/providers/ibm_power_hmc/inventory/collector.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
class ManageIQ::Providers::IbmPowerHmc::Inventory::Collector < ManageIQ::Providers::Inventory::Collector | ||
require_nested :InfraManager | ||
require_nested :TargetCollection | ||
end |
2 changes: 0 additions & 2 deletions
2
app/models/manageiq/providers/ibm_power_hmc/inventory/parser.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
class ManageIQ::Providers::IbmPowerHmc::Inventory::Parser < ManageIQ::Providers::Inventory::Parser | ||
require_nested :InfraManager | ||
require_nested :TargetCollection | ||
end |
2 changes: 0 additions & 2 deletions
2
app/models/manageiq/providers/ibm_power_hmc/inventory/persister.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
class ManageIQ::Providers::IbmPowerHmc::Inventory::Persister < ManageIQ::Providers::Inventory::Persister | ||
require_nested :InfraManager | ||
require_nested :TargetCollection | ||
end |