From 3a1df4a2c29e2f0eb9770e3ad0a9dc5dfcae0726 Mon Sep 17 00:00:00 2001 From: Keenan Brock Date: Wed, 31 Jul 2019 11:46:42 -0400 Subject: [PATCH] views: remove unneeded compliances join For some databases, this brings back way too many records. It is unnecessary. And if it were necessary, it will get automatically anyway See also https://github.com/ManageIQ/manageiq-ui-classic/pull/5283 https://bugzilla.redhat.com/show_bug.cgi?id=1733351 --- ...IQ_Providers_CloudManager_Template-all_vms_and_templates.yaml | 1 - product/views/MiqTemplate.yaml | 1 - product/views/ProvisionCloudTemplates.yaml | 1 - product/views/Vm-all_vms.yaml | 1 - product/views/VmOrTemplate-all_archived.yaml | 1 - 5 files changed, 5 deletions(-) diff --git a/product/views/ManageIQ_Providers_CloudManager_Template-all_vms_and_templates.yaml b/product/views/ManageIQ_Providers_CloudManager_Template-all_vms_and_templates.yaml index a2bfdfd063d8..99d9410c00b5 100644 --- a/product/views/ManageIQ_Providers_CloudManager_Template-all_vms_and_templates.yaml +++ b/product/views/ManageIQ_Providers_CloudManager_Template-all_vms_and_templates.yaml @@ -33,7 +33,6 @@ include: # Included tables and columns for query performance include_for_find: - :compliances: {} :operating_system: {} :tags: {} diff --git a/product/views/MiqTemplate.yaml b/product/views/MiqTemplate.yaml index ffc2df04c3c1..0e567bc0ced3 100644 --- a/product/views/MiqTemplate.yaml +++ b/product/views/MiqTemplate.yaml @@ -33,7 +33,6 @@ include: # Included tables and columns for query performance include_for_find: :snapshots: {} - :compliances: {} :operating_system: {} :hardware: {} :tags: {} diff --git a/product/views/ProvisionCloudTemplates.yaml b/product/views/ProvisionCloudTemplates.yaml index 97d04c421a3c..85c276887563 100644 --- a/product/views/ProvisionCloudTemplates.yaml +++ b/product/views/ProvisionCloudTemplates.yaml @@ -40,7 +40,6 @@ include: # Included tables and columns for query performance include_for_find: - :compliances: {} :operating_system: {} :hardware: {} :tags: {} diff --git a/product/views/Vm-all_vms.yaml b/product/views/Vm-all_vms.yaml index 85b0128d69f3..1707af055dd3 100644 --- a/product/views/Vm-all_vms.yaml +++ b/product/views/Vm-all_vms.yaml @@ -38,7 +38,6 @@ include: # Included tables and columns for query performance include_for_find: :snapshots: {} - :compliances: {} :operating_system: {} :hardware: {} :tags: {} diff --git a/product/views/VmOrTemplate-all_archived.yaml b/product/views/VmOrTemplate-all_archived.yaml index 07df2ec75d6e..78132d12a91e 100644 --- a/product/views/VmOrTemplate-all_archived.yaml +++ b/product/views/VmOrTemplate-all_archived.yaml @@ -38,7 +38,6 @@ include: # Included tables and columns for query performance include_for_find: :snapshots: {} - :compliances: {} :operating_system: {} :hardware: {} :tags: {}