Branch: refs/heads/release/jon3.3.x
Home: https://github.com/rhq-project/rhq
Commit: 3e533066f6339ad8146640f694969caff4480b7c
https://github.com/rhq-project/rhq/commit/3e533066f6339ad8146640f694969caff…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2015-07-14 (Tue, 14 Jul 2015)
Changed paths:
M modules/enterprise/gui/portal-war/src/main/webapp/js/rhq.js
M modules/enterprise/gui/portal-war/src/main/webapp/rhq/content/contentProvider-add-map-plain.xhtml
M modules/enterprise/gui/portal-war/src/main/webapp/rhq/content/contentProvider-edit-map-plain.xhtml
M modules/enterprise/gui/portal-war/src/main/webapp/rhq/content/contentProvider-plain.xhtml
M modules/enterprise/gui/portal-war/src/main/webapp/rhq/content/contentProvider-view-map-plain.xhtml
M modules/enterprise/gui/portal-war/src/main/webapp/rhq/content/createContentProvider-add-map-plain.xhtml
M modules/enterprise/gui/portal-war/src/main/webapp/rhq/content/createContentProvider-edit-map-plain.xhtml
M modules/enterprise/gui/portal-war/src/main/webapp/rhq/content/createContentProvider-plain.xhtml
M modules/enterprise/gui/portal-war/src/main/webapp/rhq/content/createRepo-plain.xhtml
M modules/enterprise/gui/portal-war/src/main/webapp/rhq/content/importRepos-plain.xhtml
M modules/enterprise/gui/portal-war/src/main/webapp/rhq/content/listContentProviders-plain.xhtml
M modules/enterprise/gui/portal-war/src/main/webapp/rhq/content/listRepos-plain.xhtml
M modules/enterprise/gui/portal-war/src/main/webapp/rhq/content/packageVersion-plain.xhtml
M modules/enterprise/gui/portal-war/src/main/webapp/rhq/content/repo-plain.xhtml
M modules/enterprise/gui/portal-war/src/main/webapp/rhq/content/repoAssociations-plain.xhtml
M modules/enterprise/gui/portal-war/src/main/webapp/rhq/content/repoSubscriptions-plain.xhtml
M modules/enterprise/gui/portal-war/src/main/webapp/rhq/resource/content/audit-trail-item-plain.xhtml
M modules/enterprise/gui/portal-war/src/main/webapp/rhq/resource/content/confirm-create-plain.xhtml
M modules/enterprise/gui/portal-war/src/main/webapp/rhq/resource/content/confirm-delete-plain.xhtml
M modules/enterprise/gui/portal-war/src/main/webapp/rhq/resource/content/create-plain.xhtml
M modules/enterprise/gui/portal-war/src/main/webapp/rhq/resource/content/deploy-plain.xhtml
M modules/enterprise/gui/portal-war/src/main/webapp/rhq/resource/content/history-plain.xhtml
M modules/enterprise/gui/portal-war/src/main/webapp/rhq/resource/content/history-request-item-plain.xhtml
M modules/enterprise/gui/portal-war/src/main/webapp/rhq/resource/content/history-request-plain.xhtml
M modules/enterprise/gui/portal-war/src/main/webapp/rhq/resource/content/history-request-step-details-plain.xhtml
M modules/enterprise/gui/portal-war/src/main/webapp/rhq/resource/content/subscription-plain.xhtml
M modules/enterprise/gui/portal-war/src/main/webapp/rhq/resource/content/view-plain.xhtml
Log Message:
-----------
Bug 1225492 - XHTML files contain errorprone javascript calls
errorprone calls replaced with safe function
Branch: refs/heads/master
Home: https://github.com/rhq-project/rhq
Commit: 5cc77db6b8ec6873a95d596d04376f4dccf08b32
https://github.com/rhq-project/rhq/commit/5cc77db6b8ec6873a95d596d04376f4dc…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2015-07-09 (Thu, 09 Jul 2015)
Changed paths:
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/resource/group/ResourceGroupManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/util/CriteriaQueryGenerator.java
Log Message:
-----------
Bug 1240854 - Group inventory pages (compatible, mixed, all) fail to display
groups due to UI timeouts
Replace subqueries by JOINs. Due to JPA limitation of subqueries (One cannot
write select x from (select y from z)). One query has been replaced with 2
(or 3) queries which we have to join in memory. This should not be a perf
issue, since we're joining composite instance sets (max count of such set
equals to total resource group count in DB). A case when 2 (or 3) subsequent
queries could return sets of different sizes (due to underlying group
deletion/addition) is handled as well.
Commit: d6f408b4fc4378bb921e774f67895195e0e85a47
https://github.com/rhq-project/rhq/commit/d6f408b4fc4378bb921e774f67895195e…
Author: Michael Burman <yak(a)iki.fi>
Date: 2015-07-10 (Fri, 10 Jul 2015)
Changed paths:
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/resource/group/ResourceGroupManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/util/CriteriaQueryGenerator.java
Log Message:
-----------
Merge pull request #181 from lzoubek/bugs/1240854
Bug 1240854 - Group inventory pages (compatible, mixed, all) fail to …
Compare: https://github.com/rhq-project/rhq/compare/7bf40ec10720...d6f408b4fc43
Branch: refs/heads/release/jon3.3.x
Home: https://github.com/rhq-project/rhq
Commit: f5cc61fcfa48a20e685ff596c78bc1497b1adb7f
https://github.com/rhq-project/rhq/commit/f5cc61fcfa48a20e685ff596c78bc1497…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2015-07-03 (Fri, 03 Jul 2015)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/ServerControl.java
Log Message:
-----------
Bug 1226413 - Bundle rhq:handover can hang when management interface is
using SSL and jboss-cli does not yet trust certs
Fixed potential OOM caused by EAP 6.4.x which is constantly filling stdout
when waiting for user to accept ssl cert.
Fixed cleaning up java process (executed dummy CLI command), which could
survive, it's parent because it got detached from it.
(cherry picked from commit e4c7c18db64c4685a02496ecc3a696e9d45dad1c)
Signed-off-by: Libor Zoubek <lzoubek(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/rhq-project/rhq
Commit: e4c7c18db64c4685a02496ecc3a696e9d45dad1c
https://github.com/rhq-project/rhq/commit/e4c7c18db64c4685a02496ecc3a696e9d…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2015-07-03 (Fri, 03 Jul 2015)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/ServerControl.java
Log Message:
-----------
Bug 1226413 - Bundle rhq:handover can hang when management interface is
using SSL and jboss-cli does not yet trust certs
Fixed potential OOM caused by EAP 6.4.x which is constantly filling stdout
when waiting for user to accept ssl cert.
Fixed cleaning up java process (executed dummy CLI command), which could
survive, it's parent because it got detached from it.
Commit: 7bf40ec107203bb56c30a048855f1f03f291336f
https://github.com/rhq-project/rhq/commit/7bf40ec107203bb56c30a048855f1f03f…
Author: Libor Zoubek <lzoubek(a)jezzovo.net>
Date: 2015-07-03 (Fri, 03 Jul 2015)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/ServerControl.java
Log Message:
-----------
Merge pull request #180 from lzoubek/bugs/1226413
Bug 1226413 - Bundle rhq:handover can hang when management interface is
Compare: https://github.com/rhq-project/rhq/compare/78acc25d3a05...7bf40ec10720
Branch: refs/heads/release/jon3.3.x
Home: https://github.com/rhq-project/rhq
Commit: 2b17af7fa002d61e77001208b475361f9639c5c6
https://github.com/rhq-project/rhq/commit/2b17af7fa002d61e77001208b475361f9…
Author: Michael Burman <miburman(a)redhat.com>
Date: 2015-07-02 (Thu, 02 Jul 2015)
Changed paths:
M modules/helpers/rtfilter/pom.xml
M modules/helpers/rtfilter/src/main/java/org/rhq/helpers/rtfilter/filter/RtFilter.java
Log Message:
-----------
[BZ 1209558] Read RtFilter files from jboss.server.config.dir system property directory
Commit: 2157dde6e82925f5dc088cd09f499069ce884eff
https://github.com/rhq-project/rhq/commit/2157dde6e82925f5dc088cd09f499069c…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2015-07-02 (Thu, 02 Jul 2015)
Changed paths:
M modules/core/domain/src/main/java/org/rhq/core/domain/operation/OperationScheduleEntity.java
M modules/core/domain/src/main/java/org/rhq/core/domain/operation/composite/GroupOperationScheduleComposite.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/LinkManager.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/dashboard/portlets/recent/operations/OperationSchedulePortlet.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/operation/ScheduledOperationsDataSource.java
Log Message:
-----------
Bug 1202760 - Next execution link in "Scheduled Operations" portlet is not
correct
GroupOperationScheduleComposite has been extended so it now knows whether it
is autoGroup or not. Based on that knowledge, we can generate correct Link
in UI.
Conflicts:
modules/core/domain/intentional-api-changes-since-4.13.0.xml
Commit: 0b820d31ce0d87ac04094675d5609e3907af1e7d
https://github.com/rhq-project/rhq/commit/0b820d31ce0d87ac04094675d5609e390…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2015-07-02 (Thu, 02 Jul 2015)
Changed paths:
M modules/core/domain/src/main/java/org/rhq/core/domain/operation/composite/GroupOperationScheduleComposite.java
Log Message:
-----------
Bug 1202760 - Next execution link in "Scheduled Operations" portlet is not
correct
Reverted back to original GroupOperationScheduleComposite constructors so we
don't break API compatibility
Conflicts:
modules/core/domain/intentional-api-changes-since-4.13.0.xml
Commit: c58aedd41ea6bef3e18deb9424c6929f405fc441
https://github.com/rhq-project/rhq/commit/c58aedd41ea6bef3e18deb9424c6929f4…
Author: Michael Burman <miburman(a)redhat.com>
Date: 2015-07-02 (Thu, 02 Jul 2015)
Changed paths:
M modules/core/domain/src/main/java/org/rhq/core/domain/criteria/StorageNodeCriteria.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/ResourceSearchView.java
Log Message:
-----------
[BZ 1207276] Do not ask for second confirmation on uninventory if platform resource does not have storage nodes under it
Compare: https://github.com/rhq-project/rhq/compare/109582110ae7...c58aedd41ea6