Branch: refs/heads/master
Home: https://github.com/rhq-project/rhq
Commit: 4921949e2e203015cf09f699b5d7a1352daab3a0
https://github.com/rhq-project/rhq/commit/4921949e2e203015cf09f699b5d7a1352…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-03-20 (Thu, 20 Mar 2014)
Changed paths:
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/cloud/StorageNodeManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/cloud/StorageNodeManagerLocal.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerLocal.java
Log Message:
-----------
[1079027] Storage Node (un)deployment can cause deadlock in rhq_storage_node table
Initial commit that attempts to remove umbrella transactions starting at
many entry points, such that scheduling operations happens in their own
trans context. Needs review and testing...
Commit: b6e70d104756db633df7b4ff642c29e3fad81d2b
https://github.com/rhq-project/rhq/commit/b6e70d104756db633df7b4ff642c29e3f…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-03-21 (Fri, 21 Mar 2014)
Changed paths:
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/cloud/StorageNodeManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/discovery/DiscoveryBossBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/discovery/DiscoveryBossLocal.java
Log Message:
-----------
Transaction delimiters have been updatedin StorageNode beans to try and prevent
db-locking issues. This caused a problem for storage node deployment
during mergeInventory, because it relied on an umbrella transaction providing
a persisted (but not yet committed) Resource.
Added a general mechanism for performing post-commit actions on newly
merged resources and leveraged it to perform linking a StorageNode to a
Resource.
Commit: 710c93131f44dc32ab7397dafdec23c086dc2758
https://github.com/rhq-project/rhq/commit/710c93131f44dc32ab7397dafdec23c08…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-03-21 (Fri, 21 Mar 2014)
Changed paths:
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/cloud/StorageNodeManagerBean.java
Log Message:
-----------
Make sure StorageNode is committed before we try and deploy it.
Commit: b8523c3bc2bc09eb7a9ce09005ded4a4a9cd364a
https://github.com/rhq-project/rhq/commit/b8523c3bc2bc09eb7a9ce09005ded4a4a…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-03-21 (Fri, 21 Mar 2014)
Changed paths:
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/cloud/StorageNodeManagerBean.java
Log Message:
-----------
More changes to LinkStorageNode to try and get the transactioning right.
Commit: 919604ca697644ecf9fc8109395ecac9d21d781c
https://github.com/rhq-project/rhq/commit/919604ca697644ecf9fc8109395ecac9d…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-03-31 (Mon, 31 Mar 2014)
Changed paths:
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/cloud/StorageNodeManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/cloud/StorageNodeManagerLocal.java
Log Message:
-----------
[1079027] Storage Node (un)deployment can cause deadlock in rhq_storage_node table
Fix issue with new transactioning that left some entity changes uncommitted.
Commit: a8ba17c7e52518a3086d1e94a099e281c799eeca
https://github.com/rhq-project/rhq/commit/a8ba17c7e52518a3086d1e94a099e281c…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-03-31 (Mon, 31 Mar 2014)
Changed paths:
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/cloud/StorageNodeManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/cloud/StorageNodeManagerLocal.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/discovery/DiscoveryBossBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/discovery/DiscoveryBossLocal.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerLocal.java
Log Message:
-----------
Merge branch 'jshaughn/storage'
Conflicts:
modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/cloud/StorageNodeManagerBean.java
Compare: https://github.com/rhq-project/rhq/compare/ca99ddfb1ccf...a8ba17c7e525
Branch: refs/heads/jshaughn/storage
Home: https://github.com/rhq-project/rhq
Commit: 919604ca697644ecf9fc8109395ecac9d21d781c
https://github.com/rhq-project/rhq/commit/919604ca697644ecf9fc8109395ecac9d…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-03-31 (Mon, 31 Mar 2014)
Changed paths:
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/cloud/StorageNodeManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/cloud/StorageNodeManagerLocal.java
Log Message:
-----------
[1079027] Storage Node (un)deployment can cause deadlock in rhq_storage_node table
Fix issue with new transactioning that left some entity changes uncommitted.
Branch: refs/heads/master
Home: https://github.com/rhq-project/rhq
Commit: 78cceb5dfea790ffcec9a9d2d0012b2f56a1fffb
https://github.com/rhq-project/rhq/commit/78cceb5dfea790ffcec9a9d2d0012b2f5…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-03-31 (Mon, 31 Mar 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/groups/detail/ResourceGroupTreeView.java
Log Message:
-----------
[BZ 1082767] Group view does not display proper content when user reaches
AutoGroup via URL
Fixed ResourceGroupTreeView to optionaly select target group after tree is
loaded
Commit: ca99ddfb1ccfc8ccc94482d4c0ef93bf22fcb980
https://github.com/rhq-project/rhq/commit/ca99ddfb1ccfc8ccc94482d4c0ef93bf2…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-03-31 (Mon, 31 Mar 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/alert/definitions/ResourceAlertDefinitionsDataSource.java
Log Message:
-----------
[BZ 1076605] The link to Autocluster group alert definition is wrong
Compare: https://github.com/rhq-project/rhq/compare/6b6edc533cdc...ca99ddfb1ccf
Branch: refs/heads/master
Home: https://github.com/rhq-project/rhq
Commit: 6b6edc533cdce35a66c8c654806dfe33a80e985b
https://github.com/rhq-project/rhq/commit/6b6edc533cdce35a66c8c654806dfe33a…
Author: Heiko W. Rupp <hwr(a)pilhuhn.de>
Date: 2014-03-31 (Mon, 31 Mar 2014)
Changed paths:
M modules/core/client-api/src/main/java/org/rhq/core/clientapi/agent/inventory/CreateResourceRequest.java
Log Message:
-----------
Add a missing colon in toString that was confusing
Branch: refs/heads/release/jon3.2.x
Home: https://github.com/rhq-project/rhq
Commit: c372b581a3be8dfa501bd2fbfc541318682dfbd7
https://github.com/rhq-project/rhq/commit/c372b581a3be8dfa501bd2fbfc5413186…
Author: Simeon Pinder <spinder(a)redhat.com>
Date: 2014-03-30 (Sun, 30 Mar 2014)
Changed paths:
M modules/cli-tests/pom.xml
M modules/enterprise/agent/ant-run.xml
M modules/enterprise/agent/pom.xml
M modules/enterprise/agentupdate/pom.xml
M modules/enterprise/remoting/cli/pom.xml
M modules/enterprise/remoting/cli/src/main/scripts/rhq-client.build.xml
M modules/enterprise/server/appserver/pom.xml
M modules/enterprise/server/appserver/src/main/scripts/rhq-container.build.xml
M modules/plugins/rhq-agent/pom.xml
M pom.xml
Log Message:
-----------
Revert " add independent versioning for agent,agentupdate and cli."
This reverts commit 1d9362f4189ddf22d0c321327e6a5c3620bda928.
Branch: refs/heads/release/jon3.2.x
Home: https://github.com/rhq-project/rhq
Commit: 1c0081fc0a9be053327f881ebafc8687fc8ddfd1
https://github.com/rhq-project/rhq/commit/1c0081fc0a9be053327f881ebafc8687f…
Author: Simeon Pinder <spinder(a)fulliautomatix.conchfritter.com>
Date: 2014-03-28 (Fri, 28 Mar 2014)
Changed paths:
M modules/enterprise/server/installer/pom.xml
M modules/enterprise/server/installer/src/main/resources/module/main/module.xml
M modules/enterprise/server/jar/pom.xml
M modules/enterprise/server/server-control/pom.xml
M modules/enterprise/server/server-control/src/main/resources/module/main/module.xml
M pom.xml
Log Message:
-----------
Modify jboss-as-dmr-client to be patchable.
Commit: 2f86b6b16716947843e1af755c32a940a080b72c
https://github.com/rhq-project/rhq/commit/2f86b6b16716947843e1af755c32a940a…
Author: Simeon Pinder <spinder(a)fulliautomatix.conchfritter.com>
Date: 2014-03-28 (Fri, 28 Mar 2014)
Changed paths:
M pom.xml
Log Message:
-----------
Add support for incremental pom versioning for dependencies.
Commit: 27b3c5ecb910fa790b96402feccf0cc6e3733770
https://github.com/rhq-project/rhq/commit/27b3c5ecb910fa790b96402feccf0cc6e…
Author: Simeon Pinder <spinder(a)fulliautomatix.conchfritter.com>
Date: 2014-03-28 (Fri, 28 Mar 2014)
Changed paths:
M etc/classloaders-test/plugin1/pom.xml
M etc/classloaders-test/plugin2/pom.xml
M etc/rhq-plugin-archetype/src/main/resources/archetype-resources/pom.xml
M etc/samples/custom-serverplugin/pom.xml
M etc/samples/embedded-ext-plugin/pom.xml
M etc/samples/skeleton-plugin/pom.xml
M etc/samples/skinny-platform/pom.xml
M modules/common/ant-bundle/pom.xml
M modules/common/drift/pom.xml
M modules/common/filetemplate-bundle/pom.xml
M modules/common/jboss-as-dmr-client/pom.xml
M modules/common/jboss-as/pom.xml
M modules/core/arquillian-integration/test-agent-plugin/pom.xml
M modules/core/client-api/pom.xml
M modules/core/domain/pom.xml
M modules/core/gui/pom.xml
M modules/core/plugin-api/pom.xml
M modules/core/plugin-container-itest/pom.xml
M modules/core/plugin-container/pom.xml
M modules/core/plugin-validator/pom.xml
M modules/core/plugindoc/ant-run.xml
M modules/core/plugindoc/pom.xml
M modules/enterprise/agent/ant-run.xml
M modules/enterprise/agent/pom.xml
M modules/enterprise/binding/pom.xml
M modules/enterprise/gui/agentupdate-war/pom.xml
M modules/enterprise/gui/content_http-war/pom.xml
M modules/enterprise/gui/coregui/pom.xml
M modules/enterprise/gui/downloads-war/pom.xml
M modules/enterprise/gui/portal-war/pom.xml
M modules/enterprise/gui/remote-client-war/pom.xml
M modules/enterprise/gui/rest-war/pom.xml
M modules/enterprise/remoting/ant-run.xml
M modules/enterprise/remoting/cli/pom.xml
M modules/enterprise/remoting/cli/src/main/scripts/rhq-client.build.xml
M modules/enterprise/remoting/client-api/pom.xml
M modules/enterprise/server/data-migration/pom.xml
M modules/enterprise/server/ear/pom.xml
M modules/enterprise/server/installer/pom.xml
M modules/enterprise/server/installer/src/main/resources/module/main/module.xml
M modules/enterprise/server/itests-2/pom.xml
M modules/enterprise/server/jar/pom.xml
M modules/enterprise/server/plugins/alertdef-rhq/pom.xml
M modules/enterprise/server/plugins/ant-bundle/pom.xml
M modules/enterprise/server/plugins/drift-mongodb/pom.xml
M modules/enterprise/server/plugins/drift-rhq/pom.xml
M modules/enterprise/server/plugins/filetemplate-bundle/pom.xml
M modules/enterprise/server/plugins/pom.xml
M modules/enterprise/server/server-metrics/pom.xml
M modules/enterprise/server/xml-schemas/pom.xml
M modules/helpers/metrics-simulator/pom.xml
M modules/helpers/perftest-support/pom.xml
M modules/integration-tests/pom.xml
M modules/plugins/cassandra/pom.xml
M modules/plugins/hadoop/pom.xml
M modules/plugins/irc/pom.xml
M modules/plugins/jboss-as-5/testsuite/pom.xml
M modules/plugins/pattern-generator/pom.xml
M modules/plugins/pom.xml
M modules/plugins/services/pom.xml
M modules/plugins/snmptrapd/pom.xml
M modules/plugins/twitter/pom.xml
Log Message:
-----------
Update rhq-core-domain for independent versioning as well.
Commit: ef3ceeff6e4e71e82b86f6a67ddcf444d6bc56c8
https://github.com/rhq-project/rhq/commit/ef3ceeff6e4e71e82b86f6a67ddcf444d…
Author: Simeon Pinder <spinder(a)fulliautomatix.conchfritter.com>
Date: 2014-03-28 (Fri, 28 Mar 2014)
Changed paths:
M modules/common/drift/pom.xml
M modules/core/domain/pom.xml
M modules/enterprise/remoting/cli/pom.xml
M pom.xml
Log Message:
-----------
A few more updates for independent versioning of rhq-core-domain as used in many places.
- user project.parent.version instead as this will not change.
Commit: dd8f61135a9d728cdd1ecec6e219b260cdc46887
https://github.com/rhq-project/rhq/commit/dd8f61135a9d728cdd1ecec6e219b260c…
Author: Simeon Pinder <spinder(a)fulliautomatix.conchfritter.com>
Date: 2014-03-28 (Fri, 28 Mar 2014)
Changed paths:
M etc/samples/custom-serverplugin/pom.xml
M etc/samples/simplereport-serverplugin/pom.xml
M modules/core/native-system/pom.xml
M modules/enterprise/binding/pom.xml
M modules/enterprise/gui/agentupdate-war/pom.xml
M modules/enterprise/gui/content_http-war/pom.xml
M modules/enterprise/gui/coregui/pom.xml
M modules/enterprise/gui/downloads-war/pom.xml
M modules/enterprise/gui/portal-war/pom.xml
M modules/enterprise/gui/remote-client-war/pom.xml
M modules/enterprise/gui/rest-war/pom.xml
M modules/enterprise/remoting/ant-run.xml
M modules/enterprise/remoting/cli/pom.xml
M modules/enterprise/remoting/cli/src/main/scripts/rhq-client.build.xml
M modules/enterprise/server/client-api/pom.xml
M modules/enterprise/server/ear/pom.xml
M modules/enterprise/server/itests-2/pom.xml
M modules/enterprise/server/jar/pom.xml
M modules/enterprise/server/plugins/alert-sms/pom.xml
M modules/enterprise/server/plugins/pom.xml
M modules/integration-tests/jndi-access/jndi-access-test/pom.xml
M pom.xml
Log Message:
-----------
Update rhq-enterprise-jar for independent versioning.
Commit: 09e423ae06a7166ebf987eeceb01810d8d59abeb
https://github.com/rhq-project/rhq/commit/09e423ae06a7166ebf987eeceb01810d8…
Author: Simeon Pinder <spinder(a)fulliautomatix.conchfritter.com>
Date: 2014-03-28 (Fri, 28 Mar 2014)
Changed paths:
M etc/classloaders-test/plugin1/pom.xml
M etc/classloaders-test/plugin2/pom.xml
M etc/rhq-plugin-archetype/src/main/resources/archetype-resources/pom.xml
M etc/samples/embedded-ext-plugin/pom.xml
M etc/samples/skeleton-plugin/pom.xml
M etc/samples/skinny-platform/pom.xml
M modules/common/ant-bundle/pom.xml
M modules/common/filetemplate-bundle/pom.xml
M modules/core/native-system/ant-run.xml
M modules/core/plugin-api/pom.xml
M modules/core/plugin-container-itest/pom.xml
M modules/core/plugin-container/pom.xml
M modules/enterprise/agent/ant-run.xml
M modules/enterprise/agent/pom.xml
M modules/enterprise/remoting/ant-run.xml
M modules/plugins/cassandra/pom.xml
M modules/plugins/hadoop/pom.xml
M modules/plugins/irc/pom.xml
M modules/plugins/jboss-as-5/testsuite/pom.xml
M modules/plugins/pattern-generator/pom.xml
M modules/plugins/pom.xml
M modules/plugins/services/pom.xml
M modules/plugins/snmptrapd/pom.xml
M modules/plugins/twitter/pom.xml
M pom.xml
Log Message:
-----------
A few more updates for rhq-core-native-system and version documentation.
Commit: 64861d5d14c0f5a58ca851d185f9c20c60eff731
https://github.com/rhq-project/rhq/commit/64861d5d14c0f5a58ca851d185f9c20c6…
Author: Simeon Pinder <spinder(a)fulliautomatix.conchfritter.com>
Date: 2014-03-28 (Fri, 28 Mar 2014)
Changed paths:
M etc/classloaders-test/plugin1/pom.xml
M etc/classloaders-test/plugin2/pom.xml
M etc/rhq-plugin-archetype/src/main/resources/archetype-resources/pom.xml
M etc/samples/embedded-ext-plugin/pom.xml
M etc/samples/skeleton-plugin/pom.xml
M etc/samples/skinny-platform/pom.xml
M modules/common/cassandra-ccm/cassandra-ccm-core/pom.xml
M modules/common/jboss-as/pom.xml
M modules/core/arquillian-integration/test-agent-plugin/pom.xml
M modules/core/plugin-api/pom.xml
M modules/core/plugin-container-itest/pom.xml
M modules/core/plugin-container/pom.xml
M modules/enterprise/agent/ant-run.xml
M modules/enterprise/agent/pom.xml
M modules/enterprise/server/jar/pom.xml
M modules/integration-tests/pom.xml
M modules/plugins/cassandra/pom.xml
M modules/plugins/hadoop/pom.xml
M modules/plugins/irc/pom.xml
M modules/plugins/jboss-as-5/testsuite/pom.xml
M modules/plugins/pattern-generator/pom.xml
M modules/plugins/pom.xml
M modules/plugins/services/pom.xml
M modules/plugins/snmptrapd/pom.xml
M modules/plugins/twitter/pom.xml
M pom.xml
Log Message:
-----------
Updare rhq-core-plugin-api for independent versioning.
Commit: c8905ca573d961bfca69178f500bfc11862a47d9
https://github.com/rhq-project/rhq/commit/c8905ca573d961bfca69178f500bfc118…
Author: Simeon Pinder <spinder(a)fulliautomatix.conchfritter.com>
Date: 2014-03-28 (Fri, 28 Mar 2014)
Changed paths:
M modules/common/ant-bundle/pom.xml
M modules/common/cassandra-installer/pom.xml
M modules/common/cassandra-installer/src/main/resources/module/main/module.xml
M modules/common/cassandra-util/pom.xml
M modules/core/client-api/pom.xml
M modules/core/dbutils/pom.xml
M modules/core/domain/pom.xml
M modules/core/gui/pom.xml
M modules/core/native-system/ant-run.xml
M modules/core/native-system/pom.xml
M modules/core/plugin-validator/pom.xml
M modules/core/util/pom.xml
M modules/enterprise/agent/ant-run.xml
M modules/enterprise/agent/pom.xml
M modules/enterprise/binding/pom.xml
M modules/enterprise/comm/pom.xml
M modules/enterprise/gui/agentupdate-war/pom.xml
M modules/enterprise/gui/content_http-war/pom.xml
M modules/enterprise/gui/coregui/pom.xml
M modules/enterprise/gui/downloads-war/pom.xml
M modules/enterprise/gui/portal-war/pom.xml
M modules/enterprise/gui/remote-client-war/pom.xml
M modules/enterprise/remoting/ant-run.xml
M modules/enterprise/remoting/cli/pom.xml
M modules/enterprise/remoting/cli/src/main/scripts/rhq-client.build.xml
M modules/enterprise/remoting/client-api/pom.xml
M modules/enterprise/server/data-migration/pom.xml
M modules/enterprise/server/data-migration/src/main/resources/module/main/module.xml
M modules/enterprise/server/installer/pom.xml
M modules/enterprise/server/installer/src/main/resources/module/main/module.xml
M modules/enterprise/server/server-control/pom.xml
M modules/enterprise/server/server-control/src/main/resources/module/main/module.xml
M modules/helpers/bundleGen/pom.xml
M modules/plugins/jboss-as/pom.xml
M pom.xml
Log Message:
-----------
Update rhq-core-util for independent versioning.
Commit: d15489a3068b7fe1d00624e332cae8fd7a6b12d2
https://github.com/rhq-project/rhq/commit/d15489a3068b7fe1d00624e332cae8fd7…
Author: Simeon Pinder <spinder(a)fulliautomatix.conchfritter.com>
Date: 2014-03-28 (Fri, 28 Mar 2014)
Changed paths:
M modules/enterprise/remoting/cli/pom.xml
M modules/enterprise/remoting/cli/src/main/scripts/rhq-client.build.xml
M modules/enterprise/remoting/client-api/pom.xml
M modules/enterprise/remoting/client-deps/pom.xml
M pom.xml
Log Message:
-----------
Modify rhq-remoting-client-api for independent versioning.
Commit: 075735b452bd909818beac16299c1c0dca78263a
https://github.com/rhq-project/rhq/commit/075735b452bd909818beac16299c1c0dc…
Author: Simeon Pinder <spinder(a)fulliautomatix.conchfritter.com>
Date: 2014-03-28 (Fri, 28 Mar 2014)
Changed paths:
M modules/enterprise/agent/pom.xml
Log Message:
-----------
A few more changes for rhq-remoting-client-api.
Commit: 3f067e5f115e71d11281d101b1c1a8e6461cf186
https://github.com/rhq-project/rhq/commit/3f067e5f115e71d11281d101b1c1a8e64…
Author: Simeon Pinder <spinder(a)fulliautomatix.conchfritter.com>
Date: 2014-03-28 (Fri, 28 Mar 2014)
Changed paths:
M modules/core/arquillian-integration/archive/pom.xml
M modules/enterprise/server/server-control/pom.xml
Log Message:
-----------
Missed two references for rhq-core-util independent versioning.
Commit: d58481f308c834967ca7622ffb169d34d893f174
https://github.com/rhq-project/rhq/commit/d58481f308c834967ca7622ffb169d34d…
Author: Simeon Pinder <spinder(a)fulliautomatix.conchfritter.com>
Date: 2014-03-28 (Fri, 28 Mar 2014)
Changed paths:
M pom.xml
Log Message:
-----------
Root pom should still use project.version
Commit: 1768ca28bef15bac77da4d33bf35dc090e803b43
https://github.com/rhq-project/rhq/commit/1768ca28bef15bac77da4d33bf35dc090…
Author: Simeon Pinder <spinder(a)fulliautomatix.conchfritter.com>
Date: 2014-03-28 (Fri, 28 Mar 2014)
Changed paths:
M etc/apt/pom.xml
M modules/enterprise/agent/ant-run.xml
M modules/enterprise/agent/pom.xml
M modules/enterprise/server/ear/pom.xml
M modules/integration-tests/apache-plugin-test/pom.xml
M modules/integration-tests/mod_cluster-plugin-test/pom.xml
M modules/plugins/aliases/pom.xml
M modules/plugins/ant-bundle/pom.xml
M modules/plugins/apache/pom.xml
M modules/plugins/augeas/pom.xml
M modules/plugins/byteman/pom.xml
M modules/plugins/cobbler/pom.xml
M modules/plugins/cron/pom.xml
M modules/plugins/filetemplate-bundle/pom.xml
M modules/plugins/grub/pom.xml
M modules/plugins/hibernate/pom.xml
M modules/plugins/hosts/pom.xml
M modules/plugins/iis/pom.xml
M modules/plugins/iptables/pom.xml
M modules/plugins/jboss-as-5/pom.xml
M modules/plugins/jboss-as-5/testsuite/pom.xml
M modules/plugins/jboss-as/pom.xml
M modules/plugins/jboss-cache-v3/pom.xml
M modules/plugins/jboss-cache/pom.xml
M modules/plugins/jdbctrace/pom.xml
M modules/plugins/jira/pom.xml
M modules/plugins/jmx/pom.xml
M modules/plugins/lsof/pom.xml
M modules/plugins/mysql/pom.xml
M modules/plugins/netservices/pom.xml
M modules/plugins/platform/pom.xml
M modules/plugins/pom.xml
M modules/plugins/postfix/pom.xml
M modules/plugins/postgres/pom.xml
M modules/plugins/rhq-agent/pom.xml
M modules/plugins/rhq-server/pom.xml
M modules/plugins/rhq-storage/pom.xml
M modules/plugins/samba/pom.xml
M modules/plugins/script/pom.xml
M modules/plugins/sshd/pom.xml
M modules/plugins/sudoers/pom.xml
M modules/plugins/tomcat/pom.xml
M modules/plugins/validate-all-plugins/pom.xml
M pom.xml
Log Message:
-----------
Add independent versioning for script and platform modules.
Commit: 1d9362f4189ddf22d0c321327e6a5c3620bda928
https://github.com/rhq-project/rhq/commit/1d9362f4189ddf22d0c321327e6a5c362…
Author: Simeon Pinder <spinder(a)fulliautomatix.conchfritter.com>
Date: 2014-03-28 (Fri, 28 Mar 2014)
Changed paths:
M modules/cli-tests/pom.xml
M modules/enterprise/agent/ant-run.xml
M modules/enterprise/agent/pom.xml
M modules/enterprise/agentupdate/pom.xml
M modules/enterprise/remoting/cli/pom.xml
M modules/enterprise/remoting/cli/src/main/scripts/rhq-client.build.xml
M modules/enterprise/server/appserver/pom.xml
M modules/enterprise/server/appserver/src/main/scripts/rhq-container.build.xml
M modules/plugins/rhq-agent/pom.xml
M pom.xml
Log Message:
-----------
add independent versioning for agent,agentupdate and cli.
Commit: a601284e38a20d035b2e08b8aba5e2b5f8bbab11
https://github.com/rhq-project/rhq/commit/a601284e38a20d035b2e08b8aba5e2b5f…
Author: Simeon Pinder <spinder(a)fulliautomatix.conchfritter.com>
Date: 2014-03-28 (Fri, 28 Mar 2014)
Changed paths:
M modules/core/plugin-test-util/src/main/java/org/rhq/core/plugin/testutil/AbstractAgentPluginTest.java
Log Message:
-----------
Update test code to be more flexible in test artifact resolution.
Compare: https://github.com/rhq-project/rhq/compare/93f6083b9b14...a601284e38a2
Branch: refs/heads/jsanda/metrics-schema
Home: https://github.com/rhq-project/rhq
Commit: 9f592e23f8fc9c859c60c00da3524f3f1f573fcc
https://github.com/rhq-project/rhq/commit/9f592e23f8fc9c859c60c00da3524f3f1…
Author: John Sanda <jsanda(a)redhat.com>
Date: 2014-03-28 (Fri, 28 Mar 2014)
Changed paths:
M modules/enterprise/server/server-metrics/src/main/java/org/rhq/server/metrics/DateTimeService.java
M modules/enterprise/server/server-metrics/src/main/java/org/rhq/server/metrics/MetricsServer.java
M modules/enterprise/server/server-metrics/src/main/java/org/rhq/server/metrics/aggregation/AggregationManager.java
M modules/enterprise/server/server-metrics/src/main/java/org/rhq/server/metrics/aggregation/BaseAggregator.java
M modules/enterprise/server/server-metrics/src/test/java/org/rhq/server/metrics/DateTimeServiceTest.java
Log Message:
-----------
adding more util methods and javadoc to DateTimeService
Commit: d528f9618ff103995469c7ec12d09b379046b1c9
https://github.com/rhq-project/rhq/commit/d528f9618ff103995469c7ec12d09b379…
Author: John Sanda <jsanda(a)redhat.com>
Date: 2014-03-28 (Fri, 28 Mar 2014)
Changed paths:
M modules/enterprise/server/server-metrics/src/main/java/org/rhq/server/metrics/aggregation/AggregationManager.java
M modules/enterprise/server/server-metrics/src/main/java/org/rhq/server/metrics/aggregation/BaseAggregator.java
M modules/enterprise/server/server-metrics/src/main/java/org/rhq/server/metrics/aggregation/CacheAggregator.java
M modules/enterprise/server/server-metrics/src/main/java/org/rhq/server/metrics/aggregation/PastDataAggregator.java
M modules/enterprise/server/server-metrics/src/test/java/org/rhq/server/metrics/AggregationTests.java
Log Message:
-----------
add support for aggregating cache blocks in PastDataAggregator
If aggregation for a cache block (i.e., partition in metrics_cache) fails,
neither the partition nor the corresponding row in metrics_cache_index are
deleted. When a subsequent aggregation run is performed, PastDataAggregator
will retry those failed partitions. It can be assumed that all data for the
time slice is present in metrics_cache; therefore, we can pull data from
metrics_cache instead of raw_metrics and potentially reduce query and I/O
overhead.
Compare: https://github.com/rhq-project/rhq/compare/bdecf569cf9e...d528f9618ff1
Branch: refs/heads/feature/cumulative
Home: https://github.com/rhq-project/rhq
Commit: 256b34780961e3ab68c3e2403206d90e7f122889
https://github.com/rhq-project/rhq/commit/256b34780961e3ab68c3e2403206d90e7…
Author: Simeon Pinder <spinder(a)fulliautomatix.conchfritter.com>
Date: 2014-03-28 (Fri, 28 Mar 2014)
Changed paths:
M modules/core/plugin-test-util/src/main/java/org/rhq/core/plugin/testutil/AbstractAgentPluginTest.java
Log Message:
-----------
Update test code to be more flexible in test artifact resolution.
Commit: a89ec3e94158312a71af8959147c10535c3f567e
https://github.com/rhq-project/rhq/commit/a89ec3e94158312a71af8959147c10535…
Author: Simeon Pinder <spinder(a)fulliautomatix.conchfritter.com>
Date: 2014-03-28 (Fri, 28 Mar 2014)
Changed paths:
M modules/core/domain/src/main/java/org/rhq/core/domain/common/ProductInfo.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/components/AboutModalWindow.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/core/CoreServer.java
R modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/core/ProductUpdates.java
Log Message:
-----------
Revert " [BZ 1081564] Update rhq ui to support patch update increments when available."
This reverts commit e84817f43c7e9bb999be0b2655b54d221881dc42.
Commit: bab846c974fde380d48f827253d4f5b32a0ab3eb
https://github.com/rhq-project/rhq/commit/bab846c974fde380d48f827253d4f5b32…
Author: Simeon Pinder <spinder(a)fulliautomatix.conchfritter.com>
Date: 2014-03-28 (Fri, 28 Mar 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/CoreGUI.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/components/AboutModalWindow.java
Log Message:
-----------
[BZ 1081564] Update rhq ui to support patch update increments when available."
Compare: https://github.com/rhq-project/rhq/compare/23670df6bf39...bab846c974fd
Branch: refs/heads/master
Home: https://github.com/rhq-project/rhq
Commit: 44de78d0d3344d5e982049a299275013c3e3f30a
https://github.com/rhq-project/rhq/commit/44de78d0d3344d5e982049a299275013c…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-03-28 (Fri, 28 Mar 2014)
Changed paths:
M pom.xml
Log Message:
-----------
To support oracle 12c, updating the default driver version. It should be backward
compatible to our earlier, supported releases.