Branch: refs/heads/release/jon3.2.x
Home: https://github.com/rhq-project/rhq
Commit: b1d4e3914157ececbd52b6f819d9ad7a623ec549
https://github.com/rhq-project/rhq/commit/b1d4e3914157ececbd52b6f819d9ad7a6…
Author: Mike Thompson <mithomps(a)redhat.com>
Date: 2014-04-25 (Fri, 25 Apr 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/common/graph/MetricGraphData.java
Log Message:
-----------
[BZ 1080470] - The unit in the new d3 charts is not refreshed correctly.
(cherry picked from commit 82b9324f2de55215b86df7e11c8237cefcf767cb)
Commit: 46f8e7b562a672e8eafbcfdb4912fbd01d5ed238
https://github.com/rhq-project/rhq/commit/46f8e7b562a672e8eafbcfdb4912fbd01…
Author: Mike Thompson <mithomps(a)redhat.com>
Date: 2014-04-25 (Fri, 25 Apr 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/common/graph/MetricGraphData.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/common/graph/graphtype/AvailabilityOverUnderGraphType.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/common/graph/graphtype/StackedBarMetricGraphImpl.java
Log Message:
-----------
[BZ 1080470] The unit in the new d3 charts is not refreshed correctly. Adjust the YAxis over to accommodate large values due to scale changes
(cherry picked from commit 60c2a2eaa023d2dc5aa6dede632895fc4b8d0597)
Commit: 8ef584e7ef9540dddb524dfbeb3616306f828a05
https://github.com/rhq-project/rhq/commit/8ef584e7ef9540dddb524dfbeb3616306…
Author: Mike Thompson <mithomps(a)redhat.com>
Date: 2014-04-25 (Fri, 25 Apr 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/common/graph/MetricGraphData.java
Log Message:
-----------
[BZ 1089108] File Systems -> Free Space graph off by a factor of 1000. This was due to a recent bug fix introduced for BZ1080470.
(cherry picked from commit 251d60aa898402d28338a43bc844a3d69d4aff7d)
Commit: 488a2eea3dffe86033ab1e886247bd9370b5f9f5
https://github.com/rhq-project/rhq/commit/488a2eea3dffe86033ab1e886247bd937…
Author: Mike Thompson <mithomps(a)redhat.com>
Date: 2014-04-25 (Fri, 25 Apr 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/common/graph/MetricGraphData.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/util/MeasurementConverterClient.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/util/MeasurementUtility.java
Log Message:
-----------
[BZ 1089108] File Systems -> Free Space graph off by a factor of 1000. Refactored to a much cleaner solution with no IF logic. Removed some dead code from Measurement helper classes.
(cherry picked from commit a2f0529d82120e069b22c94558d07f9e3a811e44)
Compare: https://github.com/rhq-project/rhq/compare/ea6fdbdfefbc...488a2eea3dff
Branch: refs/heads/master
Home: https://github.com/rhq-project/rhq
Commit: e26efc5c109e10da6418defa48b565c9b0c6097c
https://github.com/rhq-project/rhq/commit/e26efc5c109e10da6418defa48b565c9b…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-04-25 (Fri, 25 Apr 2014)
Changed paths:
M modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/type/ArchiveType.java
M modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/type/DeploymentUnitType.java
M modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/type/UrlArchiveType.java
M modules/common/ant-bundle/src/test/java/org/rhq/bundle/ant/AntLauncherTest.java
M modules/common/ant-bundle/src/test/resources/legacy-test-bundle-subdir.xml
M modules/common/ant-bundle/src/test/resources/test-bundle-subdir.xml
M modules/core/util/src/main/java/org/rhq/core/util/updater/Deployer.java
M modules/core/util/src/main/java/org/rhq/core/util/updater/DeploymentData.java
M modules/core/util/src/test/java/org/rhq/core/util/updater/DeployerCanonicalPathTest.java
M modules/core/util/src/test/java/org/rhq/core/util/updater/DeployerTest.java
M modules/core/util/src/test/java/org/rhq/core/util/updater/ManageRootDirTest.java
M modules/core/util/src/test/java/org/rhq/core/util/updater/SimpleDeployerTest.java
A modules/core/util/src/test/resources/updater-test4.zip
Log Message:
-----------
[665508] rhq:url-archive, rhq:archive should support destinationFile/destinationDir
Add "destinationDir" attribute for the archive targets. Note that it can only
be used in conjunction with "exploded=false".
Branch: refs/heads/master
Home: https://github.com/rhq-project/rhq
Commit: a2f0529d82120e069b22c94558d07f9e3a811e44
https://github.com/rhq-project/rhq/commit/a2f0529d82120e069b22c94558d07f9e3…
Author: Mike Thompson <mithomps(a)redhat.com>
Date: 2014-04-25 (Fri, 25 Apr 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/common/graph/MetricGraphData.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/util/MeasurementConverterClient.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/util/MeasurementUtility.java
Log Message:
-----------
[BZ 1089108] File Systems -> Free Space graph off by a factor of 1000. Refactored to a much cleaner solution with no IF logic. Removed some dead code from Measurement helper classes.
Branch: refs/heads/master
Home: https://github.com/rhq-project/rhq
Commit: 426caf1692d3403b7e9435435a628f15ca795646
https://github.com/rhq-project/rhq/commit/426caf1692d3403b7e9435435a628f15c…
Author: John Mazzitelli <mazz(a)redhat.com>
Date: 2014-04-25 (Fri, 25 Apr 2014)
Changed paths:
M modules/core/domain/src/main/java/org/rhq/core/domain/install/remote/CustomAgentInstallData.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/agent/install/RemoteAgentInstallView.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/install/remote/RemoteInstallManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/install/remote/SSHInstallUtility.java
Log Message:
-----------
BZ 1091409 - right now, we don't support custom env files. To prohibit people from setting one, all setters and fields are private. If we support this in the future, we set these back to public and there are a couple places in the GUI code where we need to uncomment some lines that set the env file.
Branch: refs/heads/master
Home: https://github.com/rhq-project/rhq
Commit: 33c0cdd238dae97b63ad84fb7b9d89b716facbf0
https://github.com/rhq-project/rhq/commit/33c0cdd238dae97b63ad84fb7b9d89b71…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-04-25 (Fri, 25 Apr 2014)
Changed paths:
M modules/enterprise/remoting/client-api/src/main/java/org/rhq/enterprise/clientapi/RemoteClient.java
Log Message:
-----------
[BZ 1075875] remote API client version is 'undefined' when client is
packaged as executable JAR
if rhq-client.version-check=false - do not even try to detect the version
and log any message - this is exactly what this property says : "NO version
check, please"
introduced 'rhq.client.version' system property, that you can set or pass to
your client that would take precedence over what could be found in manifest
(if it exists).
Branch: refs/heads/BZ1069545
Home: https://github.com/rhq-project/rhq
Commit: a4166da7d7569baf71bd563132d6c06625c611a5
https://github.com/rhq-project/rhq/commit/a4166da7d7569baf71bd563132d6c0662…
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2014-04-24 (Thu, 24 Apr 2014)
Changed paths:
M modules/core/client-api/src/main/java/org/rhq/core/clientapi/agent/metadata/PluginMetadataParser.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/groups/detail/ResourceGroupTreeView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/ResourceTreeDatasource.java
M modules/plugins/jboss-as-7/src/main/resources/META-INF/rhq-plugin.xml
Log Message:
-----------
[BZ 1069545] Updates to the tree build structure.
Branch: refs/heads/master
Home: https://github.com/rhq-project/rhq
Commit: c911e9ae46746aad63cf56341bf8c3d9af81f42e
https://github.com/rhq-project/rhq/commit/c911e9ae46746aad63cf56341bf8c3d9a…
Author: John Mazzitelli <mazz(a)redhat.com>
Date: 2014-04-24 (Thu, 24 Apr 2014)
Changed paths:
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/install/remote/SSHInstallUtility.java
Log Message:
-----------
BZ 1090829 - see if the port is already in use.
If the port is in use, not only will this abort if another agent was
installed, but it will abort if anything has taken the port the agent
wants to use.
Branch: refs/heads/master
Home: https://github.com/rhq-project/rhq
Commit: e7c9066d73b55c7f453ed29997c521c8a9d3c057
https://github.com/rhq-project/rhq/commit/e7c9066d73b55c7f453ed29997c521c8a…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-04-24 (Thu, 24 Apr 2014)
Changed paths:
M modules/enterprise/server/appserver/src/main/bin-resources/bin/internal/rhq-installer.bat
M modules/enterprise/server/appserver/src/main/bin-resources/bin/internal/rhq-installer.sh
M modules/enterprise/server/appserver/src/main/bin-resources/bin/internal/rhq-server.bat
M modules/enterprise/server/appserver/src/main/bin-resources/bin/internal/rhq-server.sh
M modules/enterprise/server/appserver/src/main/bin-resources/bin/internal/rhq-storage-installer.bat
M modules/enterprise/server/appserver/src/main/bin-resources/bin/internal/rhq-storage-installer.sh
M modules/enterprise/server/appserver/src/main/bin-resources/bin/internal/rhq-storage.bat
M modules/enterprise/server/appserver/src/main/bin-resources/bin/rhq-data-migration.bat
M modules/enterprise/server/appserver/src/main/bin-resources/bin/rhq-data-migration.sh
M modules/enterprise/server/appserver/src/main/bin-resources/bin/rhq-encode-password.bat
M modules/enterprise/server/appserver/src/main/bin-resources/bin/rhq-encode-password.sh
M modules/enterprise/server/appserver/src/main/bin-resources/bin/rhqctl.bat
Log Message:
-----------
1061311 - rhqctl contains user modifiable values that result in an unsupported rhqctl script
- Fix issues with rhq-encode-password.sh|bat
- Don't abort a script if rhq-server-env.sh|bat is not found