Branch: refs/heads/master
Home: https://github.com/rhq-project/rhq
Commit: 2ff0942c9f476f3d4b00454f5730c54e8d916b4e
https://github.com/rhq-project/rhq/commit/2ff0942c9f476f3d4b00454f5730c54e8…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2015-06-29 (Mon, 29 Jun 2015)
Changed paths:
M modules/core/domain/intentional-api-changes-since-4.13.0.xml
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
Branch: refs/heads/release/jon3.3.x
Home: https://github.com/rhq-project/rhq
Commit: 6e6149c9eb0a2571ded8853a08cfda393464ae3c
https://github.com/rhq-project/rhq/commit/6e6149c9eb0a2571ded8853a08cfda393…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2015-06-29 (Mon, 29 Jun 2015)
Changed paths:
M modules/core/native-system/src/main/java/org/rhq/core/system/JavaSystemInfo.java
M modules/core/native-system/src/main/java/org/rhq/core/system/ProcessExecution.java
R modules/core/native-system/src/main/java/org/rhq/core/system/ProcessExecutionOutputStream.java
A modules/core/util/src/main/java/org/rhq/core/util/exec/ProcessExecutionOutputStream.java
M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/command/AbstractInstall.java
M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/util/ExecutorAssist.java
Log Message:
-----------
Bug 1212878 - Cannot obtain client connection to the RHQ app server while
upgrading JON server
When checking whether server is up and we're able to talk to it we now
ignore all output for first 10 checks (out of 30) and only care about
connection test exit code. For this purpose ProcessExecutionOutputStream has
been moved from rhq-core-native-system to rhq-core-util.
Commit: a13c552616dc1632eb9a71fb693bebda04fac1bb
https://github.com/rhq-project/rhq/commit/a13c552616dc1632eb9a71fb693bebda0…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2015-06-29 (Mon, 29 Jun 2015)
Changed paths:
M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/command/AbstractInstall.java
Log Message:
-----------
Bug 1212878 - Cannot obtain client connection to the RHQ app server while
upgrading JON server
Forgot to change waiting time back to 5s
Commit: b918c3b2ba3d06d76aad78e484d701ddbd2c5a40
https://github.com/rhq-project/rhq/commit/b918c3b2ba3d06d76aad78e484d701ddb…
Author: Michael Burman <miburman(a)redhat.com>
Date: 2015-06-29 (Mon, 29 Jun 2015)
Changed paths:
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/storage/StorageClientManager.java
M modules/enterprise/server/server-metrics/src/main/java/org/rhq/server/metrics/MetricsDAO.java
M modules/enterprise/server/server-metrics/src/main/java/org/rhq/server/metrics/StorageSession.java
Log Message:
-----------
[BZ 1212627] Check storage node connection aliveness every 4s and recreate session if check failed twice in a row.
Commit: 109582110ae786342fbf0f3eb5765937208d9315
https://github.com/rhq-project/rhq/commit/109582110ae786342fbf0f3eb57659372…
Author: Michael Burman <miburman(a)redhat.com>
Date: 2015-06-29 (Mon, 29 Jun 2015)
Changed paths:
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/storage/StorageClientManager.java
Log Message:
-----------
Set name for the AliveChecker for easier debugging and catch all the exceptions in the aliveChecker thread
Compare: https://github.com/rhq-project/rhq/compare/147577c94d4d...109582110ae7
Branch: refs/heads/release/jon3.3.x
Home: https://github.com/rhq-project/rhq
Commit: a359092d49a920ef8110af358a5db20d2ce23466
https://github.com/rhq-project/rhq/commit/a359092d49a920ef8110af358a5db20d2…
Author: Michael Burman <miburman(a)redhat.com>
Date: 2015-06-29 (Mon, 29 Jun 2015)
Changed paths:
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/measurement/MeasurementDataManagerBean.java
Log Message:
-----------
[BZ 1212853] Shorten the trait value to max. 4000 bytes as UTF-8
Commit: 147577c94d4df90eaac65539074ece5263ca123f
https://github.com/rhq-project/rhq/commit/147577c94d4df90eaac65539074ece526…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2015-06-29 (Mon, 29 Jun 2015)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/dashboard/portlets/recent/alerts/AbstractRecentAlertsPortlet.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/dashboard/portlets/recent/operations/AbstractOperationHistoryPortlet.java
Log Message:
-----------
Bug 1221745 - Recent Alerts and Operations portlets are not sortable
override setPagingInfo in datasources to prevent ignoring portlet
result-count limit and fetching data any time user wants to sort result
Compare: https://github.com/rhq-project/rhq/compare/45d8c8be1a79...147577c94d4d
Branch: refs/heads/release/jon3.3.x
Home: https://github.com/rhq-project/rhq
Commit: 45d8c8be1a7923e7f933b98c20508c57289f16e1
https://github.com/rhq-project/rhq/commit/45d8c8be1a7923e7f933b98c20508c572…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2015-06-28 (Sun, 28 Jun 2015)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/ServerControl.java
Log Message:
-----------
Bug 1226413 - Implementation of rhq:handover doesn't account for EAP https
connections
Anytime plugin attempts to run CLI in connected mode, we execute dummy CLI
command to detect whether SSL certificate needs to be accepted (manual
intervention needed). This dummy command is executed prior the original
command so we can make sure the original command is not blocked forever by
CLI asking for user input. In case we detect (based on dummy command
output), we return special implementation of ProcessExecutionResults to
caller which holds results from dummy process with error message produced by
CLI representing certificate details.
This commit does not fix 100% Bug 1226413, but prevents blocked CLI process
as part of rhq:handover action or CLI operation.
Branch: refs/heads/master
Home: https://github.com/rhq-project/rhq
Commit: f763d7f440ffc9d270ceb1dc5bbed627525014a0
https://github.com/rhq-project/rhq/commit/f763d7f440ffc9d270ceb1dc5bbed6275…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2015-06-19 (Fri, 19 Jun 2015)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/ServerControl.java
Log Message:
-----------
Bug 1226413 - Implementation of rhq:handover doesn't account for EAP https
connections
Anytime plugin attempts to run CLI in connected mode, we execute dummy CLI
command to detect whether SSL certificate needs to be accepted (manual
intervention needed). This dummy command is executed prior the original
command so we can make sure the original command is not blocked forever by
CLI asking for user input. In case we detect (based on dummy command
output), we return special implementation of ProcessExecutionResults to
caller which holds results from dummy process with error message produced by
CLI representing certificate details.
This commit does not fix 100% Bug 1226413, but prevents blocked CLI process
as part of rhq:handover action or CLI operation.
Commit: 3bdca14ee3587163c60c11580d88c1f63d9968f8
https://github.com/rhq-project/rhq/commit/3bdca14ee3587163c60c11580d88c1f63…
Author: Libor Zoubek <lzoubek(a)jezzovo.net>
Date: 2015-06-24 (Wed, 24 Jun 2015)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/ServerControl.java
Log Message:
-----------
Merge pull request #177 from lzoubek/bugs/1226413
Bug 1226413 - Implementation of rhq:handover doesn't account for EAP https connections
Compare: https://github.com/rhq-project/rhq/compare/67bbfa002675...3bdca14ee358
Branch: refs/heads/master
Home: https://github.com/rhq-project/rhq
Commit: aa63682195ea1fc2a7ae06f11023b6cc05286c19
https://github.com/rhq-project/rhq/commit/aa63682195ea1fc2a7ae06f11023b6cc0…
Author: Michael Burman <miburman(a)redhat.com>
Date: 2015-06-23 (Tue, 23 Jun 2015)
Changed paths:
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/storage/StorageClientManager.java
M modules/enterprise/server/server-metrics/src/main/java/org/rhq/server/metrics/MetricsDAO.java
M modules/enterprise/server/server-metrics/src/main/java/org/rhq/server/metrics/StorageSession.java
Log Message:
-----------
[BZ 1212627] Check storage node connection aliveness every 4s and recreate session if check failed twice in a row.
Commit: bb867e35169891e134b80e218eb636dfdeb35e90
https://github.com/rhq-project/rhq/commit/bb867e35169891e134b80e218eb636dfd…
Author: Michael Burman <miburman(a)redhat.com>
Date: 2015-06-24 (Wed, 24 Jun 2015)
Changed paths:
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/storage/StorageClientManager.java
Log Message:
-----------
Set name for the AliveChecker for easier debugging and catch all the exceptions in the aliveChecker thread
Commit: 67bbfa0026755659762b54e69e65c3354447f914
https://github.com/rhq-project/rhq/commit/67bbfa0026755659762b54e69e65c3354…
Author: jsanda <jsanda(a)redhat.com>
Date: 2015-06-24 (Wed, 24 Jun 2015)
Changed paths:
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/storage/StorageClientManager.java
M modules/enterprise/server/server-metrics/src/main/java/org/rhq/server/metrics/MetricsDAO.java
M modules/enterprise/server/server-metrics/src/main/java/org/rhq/server/metrics/StorageSession.java
Log Message:
-----------
Merge pull request #178 from burmanm/reconnect
[BZ 1212627] Recreate storage node sessions if connections are down
Compare: https://github.com/rhq-project/rhq/compare/91de3c420c15...67bbfa002675
Branch: refs/heads/master
Home: https://github.com/rhq-project/rhq
Commit: 91de3c420c15f207a90dd59449a4ecc510f505a5
https://github.com/rhq-project/rhq/commit/91de3c420c15f207a90dd59449a4ecc51…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2015-06-23 (Tue, 23 Jun 2015)
Changed paths:
M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/command/AbstractInstall.java
Log Message:
-----------
Bug 1212878 - Cannot obtain client connection to the RHQ app server while
upgrading JON server
Forgot to change waiting time back to 5s
Branch: refs/heads/master
Home: https://github.com/rhq-project/rhq
Commit: 3df88bae1c14f08b75fdd95d985acab35481d212
https://github.com/rhq-project/rhq/commit/3df88bae1c14f08b75fdd95d985acab35…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2015-06-23 (Tue, 23 Jun 2015)
Changed paths:
M modules/core/native-system/src/main/java/org/rhq/core/system/JavaSystemInfo.java
M modules/core/native-system/src/main/java/org/rhq/core/system/ProcessExecution.java
R modules/core/native-system/src/main/java/org/rhq/core/system/ProcessExecutionOutputStream.java
A modules/core/util/src/main/java/org/rhq/core/util/exec/ProcessExecutionOutputStream.java
M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/command/AbstractInstall.java
M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/util/ExecutorAssist.java
Log Message:
-----------
Bug 1212878 - Cannot obtain client connection to the RHQ app server while
upgrading JON server
When checking whether server is up and we're able to talk to it we now
ignore all output for first 10 checks (out of 30) and only care about
connection test exit code. For this purpose ProcessExecutionOutputStream has
been moved from rhq-core-native-system to rhq-core-util.