Closed lfu closed 4 years ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
lib/miq_automation_engine/engine/miq_ae_engine/miq_ae_object.rb | 0 | 3 | 0.0% | ||
lib/miq_automation_engine/engine/miq_ae_engine/miq_ae_domain_search.rb | 6 | 10 | 60.0% | ||
<!-- | Total: | 13 | 20 | 65.0% | --> |
Totals | |
---|---|
Change from base Build 3966: | -16.4% |
Covered Lines: | 4102 |
Relevant Lines: | 5896 |
cross repo tests: https://github.com/ManageIQ/manageiq-cross_repo-tests/pull/112
@mkanoor @tinaafitz @gmcculloug Please review. Thanks.
@lfu Hopefully will get time on this today or tomorrow.
Jansa backport details:
$ git log -1
commit 37b9eda551b70db8343f8d86798de194ba7e496e
Author: Jason Frey <fryguy9@gmail.com>
Date: Tue May 12 10:01:57 2020 -0400
Merge pull request #439 from lfu/add_ns_domain
Improve automate query performance.
(cherry picked from commit aa23c759ad3588ed67a308e9aa01316f817d9763)
Columns
domain_id
andrelative_path
are added intoMiqAeNamespace
,MiqAeClass
,MiqAeInstance
andMiqAeMethod
.Depends on https://github.com/ManageIQ/manageiq/pull/20050 Depends on https://github.com/ManageIQ/manageiq-schema/pull/465
cross repo tests: ManageIQ/manageiq-cross_repo-tests#112
Fixes https://github.com/ManageIQ/manageiq-automation_engine/issues/410