java/code/src/com/redhat/rhn/common/db/datasource/xml/System_queries.xml | 11 ---------- 1 file changed, 11 deletions(-)
New commits: commit b5b2b63f8d1f2bfef28c6f6d6dde0f91cd65414c Author: Tomas Lestach tlestach@redhat.com Date: Wed Sep 19 16:56:17 2012 +0200
affected_by_errata mode does not need system_monitoring elaborator
diff --git a/java/code/src/com/redhat/rhn/common/db/datasource/xml/System_queries.xml b/java/code/src/com/redhat/rhn/common/db/datasource/xml/System_queries.xml index 3b37253..a8de219 100644 --- a/java/code/src/com/redhat/rhn/common/db/datasource/xml/System_queries.xml +++ b/java/code/src/com/redhat/rhn/common/db/datasource/xml/System_queries.xml @@ -637,7 +637,6 @@ SELECT SA.server_id as id, </elaborator> <elaborator name="system_overview" /> <elaborator name="system_config_files_with_diffs" /> - <elaborator name="system_monitoring" /> <elaborator name="entitlements" /> </mode>
commit 5cf8876ef4823faae80ffe1cdf1ae0a350c90246 Author: Tomas Lestach tlestach@redhat.com Date: Wed Sep 19 16:50:48 2012 +0200
system_entitlement_list mode does not need system_monitoring elaborator
diff --git a/java/code/src/com/redhat/rhn/common/db/datasource/xml/System_queries.xml b/java/code/src/com/redhat/rhn/common/db/datasource/xml/System_queries.xml index f21f239..3b37253 100644 --- a/java/code/src/com/redhat/rhn/common/db/datasource/xml/System_queries.xml +++ b/java/code/src/com/redhat/rhn/common/db/datasource/xml/System_queries.xml @@ -582,7 +582,6 @@ where a.user_id = :formvar_uid </query> <elaborator name="system_overview" /> <elaborator name="system_config_files_with_diffs" /> - <elaborator name="system_monitoring" /> <elaborator name="entitlements" /> </mode>
commit 65987fd481423a1548b02e5e870b3ba3d2cdb13a Author: Tomas Lestach tlestach@redhat.com Date: Wed Sep 19 16:34:02 2012 +0200
visible_to_user_from_sysid_list mode does not need system_monitoring elaborator
diff --git a/java/code/src/com/redhat/rhn/common/db/datasource/xml/System_queries.xml b/java/code/src/com/redhat/rhn/common/db/datasource/xml/System_queries.xml index 69e7e8b..f21f239 100644 --- a/java/code/src/com/redhat/rhn/common/db/datasource/xml/System_queries.xml +++ b/java/code/src/com/redhat/rhn/common/db/datasource/xml/System_queries.xml @@ -474,7 +474,6 @@ ORDER BY UPPER(COALESCE(X.name, '(none)')), X.id <query name="available_to_user_from_sysid_list" /> <elaborator name="system_overview" /> <elaborator name="system_config_files_with_diffs" /> - <elaborator name="system_monitoring" /> <elaborator name="entitlements"/> <elaborator name="is_virtual_guest" /> <elaborator name="is_virtual_host" />
commit 8ab168a70813c0d6fc19ce5c1153535f883b449c Author: Tomas Lestach tlestach@redhat.com Date: Wed Sep 19 16:26:40 2012 +0200
target_systems_for_channel mode does not need system_monitoring elaborator
diff --git a/java/code/src/com/redhat/rhn/common/db/datasource/xml/System_queries.xml b/java/code/src/com/redhat/rhn/common/db/datasource/xml/System_queries.xml index 08aeeaa..69e7e8b 100644 --- a/java/code/src/com/redhat/rhn/common/db/datasource/xml/System_queries.xml +++ b/java/code/src/com/redhat/rhn/common/db/datasource/xml/System_queries.xml @@ -420,7 +420,6 @@ SELECT ES.id, S.name, 1 as selectable </query> <elaborator name="system_overview" /> <elaborator name="system_config_files_with_diffs" /> - <elaborator name="system_monitoring" /> <elaborator name="entitlements"/> </mode>
commit 1c5244f902d7b32c1b7097820f03890d810a3e33 Author: Tomas Lestach tlestach@redhat.com Date: Wed Sep 19 16:23:08 2012 +0200
systems_with_needed_package mode does not need system_monitoring elaborator
diff --git a/java/code/src/com/redhat/rhn/common/db/datasource/xml/System_queries.xml b/java/code/src/com/redhat/rhn/common/db/datasource/xml/System_queries.xml index 90a8397..08aeeaa 100644 --- a/java/code/src/com/redhat/rhn/common/db/datasource/xml/System_queries.xml +++ b/java/code/src/com/redhat/rhn/common/db/datasource/xml/System_queries.xml @@ -387,7 +387,6 @@ ORDER BY UPPER(COALESCE(S.NAME, '(none)')), S.ID </query> <elaborator name="system_overview" /> <elaborator name="system_config_files_with_diffs" /> - <elaborator name="system_monitoring" /> </mode>
<mode name="systems_with_needed_package" class="com.redhat.rhn.frontend.dto.SystemOverview"> @@ -402,7 +401,6 @@ ORDER BY UPPER(COALESCE(S.NAME, '(none)')), S.ID </query> <elaborator name="system_overview" /> <elaborator name="system_config_files_with_diffs" /> - <elaborator name="system_monitoring" /> </mode>
<mode name="target_systems_for_channel" class="com.redhat.rhn.frontend.dto.SystemOverview">
commit 95ec10dde482624ac71754c5383c5c1b5eac5aae Author: Tomas Lestach tlestach@redhat.com Date: Wed Sep 19 14:52:13 2012 +0200
target_systems_for_group mode does not need system_monitoring elaborator
diff --git a/java/code/src/com/redhat/rhn/common/db/datasource/xml/System_queries.xml b/java/code/src/com/redhat/rhn/common/db/datasource/xml/System_queries.xml index 2787d08..90a8397 100644 --- a/java/code/src/com/redhat/rhn/common/db/datasource/xml/System_queries.xml +++ b/java/code/src/com/redhat/rhn/common/db/datasource/xml/System_queries.xml @@ -369,7 +369,6 @@ ORDER BY UPPER(COALESCE(S.NAME, '(none)')), S.ID </query> <elaborator name="system_overview" /> <elaborator name="system_config_files_with_diffs" /> - <elaborator name="system_monitoring" /> <elaborator name="entitlements"/> </mode>
commit 1b42e9eef543e2bd0b35b88721e9bce43f6efa0d Author: Tomas Lestach tlestach@redhat.com Date: Wed Sep 19 14:48:37 2012 +0200
systems_in_group mode does not need system_monitoring elaborator
diff --git a/java/code/src/com/redhat/rhn/common/db/datasource/xml/System_queries.xml b/java/code/src/com/redhat/rhn/common/db/datasource/xml/System_queries.xml index 495d14a..2787d08 100644 --- a/java/code/src/com/redhat/rhn/common/db/datasource/xml/System_queries.xml +++ b/java/code/src/com/redhat/rhn/common/db/datasource/xml/System_queries.xml @@ -351,7 +351,6 @@ ORDER BY UPPER(COALESCE(S.NAME, '(none)')), S.ID </query> <elaborator name="system_overview" /> <elaborator name="system_config_files_with_diffs" /> - <elaborator name="system_monitoring" /> <elaborator name="entitlements"/> </mode>
commit f1c4738d6ed9b844432fbec92198d059787b64ad Author: Tomas Lestach tlestach@redhat.com Date: Wed Sep 19 14:38:15 2012 +0200
systems_subscribed_to_channel mode does not need system_monitoring elaborator
diff --git a/java/code/src/com/redhat/rhn/common/db/datasource/xml/System_queries.xml b/java/code/src/com/redhat/rhn/common/db/datasource/xml/System_queries.xml index 6bb4d2d..495d14a 100644 --- a/java/code/src/com/redhat/rhn/common/db/datasource/xml/System_queries.xml +++ b/java/code/src/com/redhat/rhn/common/db/datasource/xml/System_queries.xml @@ -260,7 +260,6 @@ ORDER BY UPPER(COALESCE(S.NAME, '(none)')), S.ID </query> <elaborator name="system_overview" /> <elaborator name="system_config_files_with_diffs" /> - <elaborator name="system_monitoring" /> <elaborator name="entitlements"/> </mode>
commit 84e4431743e5592eae6bb64ab73fc525f846b1f3 Author: Tomas Lestach tlestach@redhat.com Date: Wed Sep 19 13:43:11 2012 +0200
systems_with_package_nvr mode does not need system_monitoring elaborator
diff --git a/java/code/src/com/redhat/rhn/common/db/datasource/xml/System_queries.xml b/java/code/src/com/redhat/rhn/common/db/datasource/xml/System_queries.xml index 182a6f5..6bb4d2d 100644 --- a/java/code/src/com/redhat/rhn/common/db/datasource/xml/System_queries.xml +++ b/java/code/src/com/redhat/rhn/common/db/datasource/xml/System_queries.xml @@ -216,7 +216,6 @@ ORDER BY UPPER(COALESCE(S.NAME, '(none)')), S.ID </query> <elaborator name="system_overview" /> <elaborator name="system_config_files_with_diffs" /> - <elaborator name="system_monitoring" /> </mode>
<mode name="count_systems_subscribed_to_channel">
commit 39e1385798a53a95ade649a2f0272d39cfc97abc Author: Tomas Lestach tlestach@redhat.com Date: Wed Sep 19 13:41:59 2012 +0200
ssm_remote_commandable mode does not need system_monitoring elaborator
diff --git a/java/code/src/com/redhat/rhn/common/db/datasource/xml/System_queries.xml b/java/code/src/com/redhat/rhn/common/db/datasource/xml/System_queries.xml index c3d8c2d..182a6f5 100644 --- a/java/code/src/com/redhat/rhn/common/db/datasource/xml/System_queries.xml +++ b/java/code/src/com/redhat/rhn/common/db/datasource/xml/System_queries.xml @@ -102,7 +102,6 @@ ORDER BY UPPER(COALESCE(X.server_name, '(none)')), X.id </query> <elaborator name="system_overview" /> <elaborator name="system_config_files_with_diffs" /> - <elaborator name="system_monitoring" /> </mode>
<mode name="custom_vals">
spacewalk-commits@lists.fedorahosted.org