[rhq-project/rhq] 957a02: Bug 1252930 - rhq:deployment unit should allow con...
by Josejulio Martínez
Branch: refs/heads/release/jon3.3.x
Home: https://github.com/rhq-project/rhq
Commit: 957a02ec529d35aa8d1219a4bdbc1b567c319254
https://github.com/rhq-project/rhq/commit/957a02ec529d35aa8d1219a4bdbc1b5...
Author: Josejulio Martínez <jmartine(a)redhat.com>
Date: 2016-01-27 (Wed, 27 Jan 2016)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/BaseServerComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/HostControllerComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/StandaloneASComponent.java
Log Message:
-----------
Bug 1252930 - rhq:deployment unit should allow control tasks or execute serially
Fix AS7 plugin's handling bundle:handover action="deployment"
to ensure server is up before uploading new content. We check
for server response for
(by default) 120s, this timeout can be changed by setting up
as7.plugin.handover-deployment.server-check-timeout.seconds
system property
(setting to 0 disables this check).
Add handover-param to allow changing the configured timeout parameter for server reload
7 years, 10 months
[rhq-project/rhq] b1e6a7: Removing "Red Hat Access" menu, view and reference...
by Josejulio Martínez
Branch: refs/heads/josejulio/jon-minus-rha
Home: https://github.com/rhq-project/rhq
Commit: b1e6a74aabe5eaf808f840b26f81b3c643f7d1a8
https://github.com/rhq-project/rhq/commit/b1e6a74aabe5eaf808f840b26f81b3c...
Author: Josejulio Martínez <jmartine(a)redhat.com>
Date: 2016-01-21 (Thu, 21 Jan 2016)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/CoreGUI.java
R modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/help/RhAccessView.java
R modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/OpenSupportCaseMenuItem.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/ResourceTreeView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/menu/MenuBarView.java
M modules/enterprise/gui/pom.xml
R modules/enterprise/gui/rh-access-war/pom.xml
R modules/enterprise/gui/rh-access-war/src/main/java/org/rhq/server/rhaccess/AttachmentsServlet.java
R modules/enterprise/gui/rh-access-war/src/main/java/org/rhq/server/rhaccess/Config.java
R modules/enterprise/gui/rh-access-war/src/main/java/org/rhq/server/rhaccess/ConfigServlet.java
R modules/enterprise/gui/rh-access-war/src/main/java/org/rhq/server/rhaccess/JdrReportFailedException.java
R modules/enterprise/gui/rh-access-war/src/main/java/org/rhq/server/rhaccess/JdrReportRunner.java
R modules/enterprise/gui/rh-access-war/src/main/java/org/rhq/server/rhaccess/ResourceJdrReportRunner.java
R modules/enterprise/gui/rh-access-war/src/main/webapp/WEB-INF/web.xml
R modules/enterprise/gui/rh-access-war/src/main/webapp/css/custom_support.css
R modules/enterprise/gui/rh-access-war/src/main/webapp/css/redhat_access_angular_ui-deps-embedded-images.css
R modules/enterprise/gui/rh-access-war/src/main/webapp/css/redhat_access_angular_ui-embedded-images.css
R modules/enterprise/gui/rh-access-war/src/main/webapp/js/angular.min.js
R modules/enterprise/gui/rh-access-war/src/main/webapp/js/custom-cases.js
R modules/enterprise/gui/rh-access-war/src/main/webapp/js/jquery.min.js
R modules/enterprise/gui/rh-access-war/src/main/webapp/js/redhat_access_angular_ui-deps.js
R modules/enterprise/gui/rh-access-war/src/main/webapp/js/redhat_access_angular_ui.js
R modules/enterprise/gui/rh-access-war/src/main/webapp/support.html
R modules/enterprise/gui/rh-access-war/src/test/java/org/rhq/server/rhaccess/test/RHSPTest.java
M modules/enterprise/server/ear/pom.xml
M release.sh
Log Message:
-----------
Removing "Red Hat Access" menu, view and references on the project.
7 years, 10 months