Branch: refs/heads/feature/bz1070242-remote-agent-install Home: https://github.com/rhq-project/rhq Commit: 2324ad07f5356195b2345bf68cc781f8918f417f https://github.com/rhq-project/rhq/commit/2324ad07f5356195b2345bf68cc781f891... Author: Jay Shaughnessy jshaughn@redhat.com Date: 2014-04-07 (Mon, 07 Apr 2014)
Changed paths: M modules/enterprise/server/appserver/src/main/scripts/rhq-container.build.xml M modules/enterprise/server/installer/src/main/java/org/rhq/enterprise/server/installer/ServerProperties.java M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/RHQControl.java
Log Message: ----------- [1060353] Non required or unused properties in rhq-server.properties are being required by rhqctl Make the unused oracle props optional and remove them from the supplied rhq-server.properties file.
Commit: b942688114fb6982058edb2222c40ef5a18f183c https://github.com/rhq-project/rhq/commit/b942688114fb6982058edb2222c40ef5a1... Author: Jirka Kremser jkremser@redhat.com Date: 2014-04-07 (Mon, 07 Apr 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/LoginView.java M modules/enterprise/gui/coregui/src/main/webapp/CoreGUI.html M modules/enterprise/gui/coregui/src/main/webapp/css/patternfly.css M modules/enterprise/gui/coregui/src/main/webapp/css/patternfly.min.css A modules/enterprise/gui/coregui/src/main/webapp/js/bootstrap.min.js
Log Message: ----------- [BZ 1069667] - (JON3-17) Make JON login look like other Red Hat products - First prototype. Using the PatternFly default logo.
Commit: 8f3d81ddbfd4ab8d012668ad7f9dd2a77f221923 https://github.com/rhq-project/rhq/commit/8f3d81ddbfd4ab8d012668ad7f9dd2a77f... Author: Jirka Kremser jkremser@redhat.com Date: 2014-04-07 (Mon, 07 Apr 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/LoginView.java M modules/enterprise/gui/coregui/src/main/webapp/CoreGUI.html M modules/enterprise/gui/coregui/src/main/webapp/css/patternfly.min.css M modules/enterprise/gui/coregui/src/main/webapp/img/bg-login.jpg R modules/enterprise/gui/coregui/src/main/webapp/img/brand-lg.png R modules/enterprise/gui/coregui/src/main/webapp/img/brand.png R modules/enterprise/gui/coregui/src/main/webapp/img/brand.svg A modules/enterprise/gui/coregui/src/main/webapp/img/feedback-error-arrow-down.png A modules/enterprise/gui/coregui/src/main/webapp/img/feedback-error-sign.png M modules/enterprise/gui/coregui/src/main/webapp/img/logo.png M modules/enterprise/gui/coregui/src/main/webapp/img/logo.svg A modules/enterprise/gui/coregui/src/main/webapp/login
Log Message: ----------- [BZ 1069667] - (JON3-17) Make JON login look like other Red Hat products - RHQ branding & handling error cases during login process.
Commit: 54af334ddb67f8286a2da6a614be8392342bfde3 https://github.com/rhq-project/rhq/commit/54af334ddb67f8286a2da6a614be839234... Author: Jay Shaughnessy jshaughn@redhat.com Date: 2014-04-07 (Mon, 07 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-server.bat 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.bat M modules/enterprise/server/appserver/src/main/bin-resources/bin/rhq-data-migration.bat A modules/enterprise/server/appserver/src/main/bin-resources/bin/rhq-server-env.bat 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 Introduce rhq-server-env.bat. Analogous .sh file coming in subsequent commit.
Commit: 82416ed019173880186b11a81bc93df2677eed26 https://github.com/rhq-project/rhq/commit/82416ed019173880186b11a81bc93df267... Author: Jay Shaughnessy jshaughn@redhat.com Date: 2014-04-07 (Mon, 07 Apr 2014)
Changed paths: M modules/enterprise/server/installer/src/main/java/org/rhq/enterprise/server/installer/InstallerServiceImpl.java
Log Message: ----------- [1060353] Non required or unused properties in rhq-server.properties are being required by rhqctl Remove some related special-case installer code.
Commit: 60e45c64874989f4136134827399bfaa4f7e164b https://github.com/rhq-project/rhq/commit/60e45c64874989f4136134827399bfaa4f... Author: Jay Shaughnessy jshaughn@redhat.com Date: 2014-04-07 (Mon, 07 Apr 2014)
Changed paths: 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.sh 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/rhq-data-migration.sh A modules/enterprise/server/appserver/src/main/bin-resources/bin/rhq-server-env.sh M modules/enterprise/server/appserver/src/main/bin-resources/bin/rhqctl
Log Message: ----------- [1061311] rhqctl contains user modifiable values that result in an unsupported rhqctl script Introduce rhq-server-env.sh. Now environment variables are set outside of the actual scripts used for installation, etc.
Commit: 9bd875794b74749c0ee263f01599168e9579f88e https://github.com/rhq-project/rhq/commit/9bd875794b74749c0ee263f01599168e95... Author: Jirka Kremser jkremser@redhat.com Date: 2014-04-08 (Tue, 08 Apr 2014)
Changed paths: M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/ControlCommand.java M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/RHQControl.java
Log Message: ----------- [BZ 1073096] - Adding "-h" as a valid help option to isHelp() method.
Commit: 72f91658c25fbff3d5c229372129c2178f435b33 https://github.com/rhq-project/rhq/commit/72f91658c25fbff3d5c229372129c2178f... Author: Mike Thompson mithomps@redhat.com Date: 2014-04-07 (Mon, 07 Apr 2014)
Changed paths: M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/common/graph/MetricGraphData.java
Log Message: ----------- BZ 1080472 - The unit in the new d3 charts is not refreshed correctly. Fix the bug that improperly calculates the units of measure on the Y-Axis and on Min Value of chart legend.
Commit: 835eca6a7b14bc92db5f98d336470f9b6ece145e https://github.com/rhq-project/rhq/commit/835eca6a7b14bc92db5f98d336470f9b6e... Author: Thomas Segismont tsegismo@redhat.com Date: 2014-04-08 (Tue, 08 Apr 2014)
Changed paths: M modules/plugins/postgres/src/main/java/org/rhq/plugins/postgres/PostgresTableComponent.java M modules/plugins/postgres/src/main/java/org/rhq/plugins/postgres/PostgresTableDiscoveryComponent.java M modules/plugins/postgres/src/main/resources/META-INF/rhq-plugin.xml
Log Message: ----------- Bug 579810 - Collection of Postgres table metrics fails when the tables are not in the public schema
Changed resource key format ("tablename"->"schemaname.tablename")
Implemented resource upgrade and updated resource component and discovery component
Also changed the availability check: new the resource component checks for table existence instead of looking at the parent database availability
Commit: 45ddd7c1a1c6b8deae6b94ac211929324fc8ed75 https://github.com/rhq-project/rhq/commit/45ddd7c1a1c6b8deae6b94ac211929324f... Author: Thomas Segismont tsegismo@redhat.com Date: 2014-04-08 (Tue, 08 Apr 2014)
Changed paths: M modules/plugins/postgres/src/main/java/org/rhq/plugins/postgres/PostgresTableComponent.java
Log Message: ----------- Bug 1079403 - Postgres Plugin - Table Vacuum Fails
Changed sql query to include the schema which the table is part of.
Also updated table component #invokeOperation method to use connection pooling support
Commit: dbeedced3664c0cda68f4a53b5bc789647cdd5f6 https://github.com/rhq-project/rhq/commit/dbeedced3664c0cda68f4a53b5bc789647... Author: Thomas Segismont tsegismo@redhat.com Date: 2014-04-08 (Tue, 08 Apr 2014)
Changed paths: M modules/plugins/postgres/src/main/java/org/rhq/plugins/postgres/PostgresServerComponent.java
Log Message: ----------- Bug 1082747 - Postgres Plugin - An Invalid Server Configuration Status Should Not Be Stack Trace
Throwing an Exception is the only way a plugin component can fail the process of starting of a resource. So without changing the agent plugin facet we can't rely avoid the stack trace shown on the server.
Still, the stack trace shown when a Postgres server resource is configured with invalid credentials was particularly long, so I changed the plugin component implentation to make the server show a stack trace with no cause and a condensed message ("Invalid password").
Commit: 7f4465405f70af01080aa6af8674f47fe7b14059 https://github.com/rhq-project/rhq/commit/7f4465405f70af01080aa6af8674f47fe7... Author: Jay Shaughnessy jshaughn@redhat.com Date: 2014-04-08 (Tue, 08 Apr 2014)
Changed paths: M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/command/Upgrade.java
Log Message: ----------- [1061311] rhqctl contains user modifiable values that result in an unsupported rhqctl script Add logic to 'rhqctl upgrade' command to copy rhq-server-env.sh|bat from the old to new server, if it exists. The old, potentially edited, version will be used and the new version will be backed up for reference in case it has new env variables and/or documentation. This behavior is analogous to what we currently do for rhq-agent-env.sh|bat during an agent update.
Also: fix an upgrade problem with server stop at the end of the upgrade.
Commit: 41364182a232879e3982f7c96bce449594ef75af https://github.com/rhq-project/rhq/commit/41364182a232879e3982f7c96bce449594... Author: Jirka Kremser jkremser@redhat.com Date: 2014-04-08 (Tue, 08 Apr 2014)
Changed paths: M modules/enterprise/gui/coregui/pom.xml A modules/enterprise/gui/coregui/src/main/webapp/img/caps.png M modules/enterprise/gui/coregui/src/main/webapp/login
Log Message: ----------- [BZ 1069667] - Adding CAPS LOCK detection and version is now taken during the build time using mvn filtering.
Commit: 175f76d8cbee561554ae52c0099de1e0c22e6c4b https://github.com/rhq-project/rhq/commit/175f76d8cbee561554ae52c0099de1e0c2... Author: Jirka Kremser jkremser@redhat.com Date: 2014-04-08 (Tue, 08 Apr 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/LoginView.java
Log Message: ----------- [BZ 1069667] - Handling the case with session expiration and the ability to redirect to the wanted page after successful login (#Bundles should open bundles view, not the default one which is #Dashboards)
Commit: 25689529635a2ac5d22aec867371b42e1f31cdb4 https://github.com/rhq-project/rhq/commit/25689529635a2ac5d22aec867371b42e1f... Author: Jirka Kremser jkremser@redhat.com Date: 2014-04-08 (Tue, 08 Apr 2014)
Changed paths: A modules/enterprise/gui/coregui/src/main/webapp/js/jquery.capslockstate.js M modules/enterprise/gui/coregui/src/main/webapp/login
Log Message: ----------- [BZ 1069667] - Better CAPS LOCK indication, the previous method didn't find out it the CAPS LOCK key was pressed during writing the password. It also didn't work when writing any numbers.
Commit: 67a748fd0edf6b216194bdd10280a3174ef8cc56 https://github.com/rhq-project/rhq/commit/67a748fd0edf6b216194bdd10280a3174e... Author: Jay Shaughnessy jshaughn@redhat.com Date: 2014-04-09 (Wed, 09 Apr 2014)
Changed paths: M modules/enterprise/server/appserver/src/main/bin-resources/bin/rhq-data-migration.sh M modules/enterprise/server/appserver/src/main/bin-resources/bin/rhqctl
Log Message: ----------- [1085270] Unable to install the RHQ server when calling rhqctl outside of bin directory Fallout from the changes made for 1061311. This updates the scripts in bin (notable rhqctl) to handle being executed from outside of bin, including as a symlink.
An equivalent Windows fix is pending.
Commit: 0ab317fa66a540a3321a521ee02902c6991d1034 https://github.com/rhq-project/rhq/commit/0ab317fa66a540a3321a521ee02902c699... Author: Jay Shaughnessy jshaughn@redhat.com Date: 2014-04-09 (Wed, 09 Apr 2014)
Changed paths: M modules/enterprise/server/appserver/src/main/bin-resources/bin/rhq-data-migration.sh M modules/enterprise/server/appserver/src/main/bin-resources/bin/rhqctl
Log Message: ----------- [1085270] Unable to install the RHQ server when calling rhqctl outside of bin directory Add back in the clipped '|| echo "$0"' segment of the directory-finding bit.
Commit: 190364784bb10d101c1ba6461c8a18337c9de891 https://github.com/rhq-project/rhq/commit/190364784bb10d101c1ba6461c8a18337c... Author: Jay Shaughnessy jshaughn@redhat.com Date: 2014-04-09 (Wed, 09 Apr 2014)
Changed paths: M modules/enterprise/server/appserver/src/main/bin-resources/bin/rhq-data-migration.bat M modules/enterprise/server/appserver/src/main/bin-resources/bin/rhqctl.bat
Log Message: ----------- [1085270] Unable to install the RHQ server when calling rhqctl outside of bin directory Fallout from the changes made for 1061311. This updates the windows scripts in bin (notably rhqctl.bat) to handle being executed from outside of bin.
Commit: 8eff7c11cae1d137b78467101f866c7d3bfca241 https://github.com/rhq-project/rhq/commit/8eff7c11cae1d137b78467101f866c7d3b... Author: Jay Shaughnessy jshaughn@redhat.com Date: 2014-04-09 (Wed, 09 Apr 2014)
Changed paths: M modules/core/domain/src/main/java/org/rhq/core/domain/configuration/ConfigurationUtility.java M modules/enterprise/server/itests-2/src/test/java/org/rhq/enterprise/server/configuration/ConfigurationManagerBeanTest.java M modules/enterprise/server/itests-2/src/test/java/org/rhq/enterprise/server/util/SessionTestHelper.java M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/configuration/ConfigurationManagerBean.java M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/configuration/ConfigurationManagerRemote.java
Log Message: ----------- [1065461] readOnly configuration is editable via CLI Add a new signature to ConfigurationUtility.validateConfiguration that takes both a newConfiguration and currentConfiguration and ensure the new config does not alter any non-empty readOnly property value.
Enhance ConfigurationManagerBean.update*Configuration() to perform the new validation. Added some tests and updated the Remote method jdoc.
Commit: 75d9dfc465f759b0a39977bea770b659533a1902 https://github.com/rhq-project/rhq/commit/75d9dfc465f759b0a39977bea770b65953... Author: Jay Shaughnessy jshaughn@redhat.com Date: 2014-04-10 (Thu, 10 Apr 2014)
Changed paths: M modules/enterprise/server/jar/src/test/java/org/rhq/enterprise/server/configuration/ConfigurationManagerBeanUnitTest.java
Log Message: ----------- Fix test failures due to recent changes for bug [1065461].
Commit: cbbca6736b98bd15024131e9441407d48b9e9b0c https://github.com/rhq-project/rhq/commit/cbbca6736b98bd15024131e9441407d48b... Author: Jirka Kremser jkremser@redhat.com Date: 2014-04-10 (Thu, 10 Apr 2014)
Changed paths: M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/LoginView.java M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/UserSessionManager.java M modules/enterprise/gui/coregui/src/main/webapp/login M modules/enterprise/server/appserver/src/main/scripts/rhq-container.build.xml
Log Message: ----------- [BZ 1069667] - Fixing the login page for LDAP registration and LDAP login.
Commit: b9ce78527e71a7b558b6a1f3ed71fd7d8f9712d8 https://github.com/rhq-project/rhq/commit/b9ce78527e71a7b558b6a1f3ed71fd7d8f... Author: John Mazzitelli mazz@redhat.com Date: 2014-04-11 (Fri, 11 Apr 2014)
Changed paths: M modules/enterprise/agent/src/etc/rhq-agent-wrapper.sh
Log Message: ----------- fix script when rhq_agent_debug is on
Commit: 6913a441492c4ab19d5bc0660af9c0392c90dd4b https://github.com/rhq-project/rhq/commit/6913a441492c4ab19d5bc0660af9c0392c... Author: John Mazzitelli mazz@redhat.com Date: 2014-04-11 (Fri, 11 Apr 2014)
Changed paths: M modules/core/domain/src/main/java/org/rhq/core/domain/configuration/ConfigurationUtility.java M modules/enterprise/agent/src/etc/rhq-agent-wrapper.sh M modules/enterprise/gui/coregui/pom.xml 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/LoginView.java M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/UserSessionManager.java M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/common/graph/MetricGraphData.java M modules/enterprise/gui/coregui/src/main/webapp/CoreGUI.html M modules/enterprise/gui/coregui/src/main/webapp/css/patternfly.css M modules/enterprise/gui/coregui/src/main/webapp/css/patternfly.min.css M modules/enterprise/gui/coregui/src/main/webapp/img/bg-login.jpg R modules/enterprise/gui/coregui/src/main/webapp/img/brand-lg.png R modules/enterprise/gui/coregui/src/main/webapp/img/brand.png R modules/enterprise/gui/coregui/src/main/webapp/img/brand.svg A modules/enterprise/gui/coregui/src/main/webapp/img/caps.png A modules/enterprise/gui/coregui/src/main/webapp/img/feedback-error-arrow-down.png A modules/enterprise/gui/coregui/src/main/webapp/img/feedback-error-sign.png M modules/enterprise/gui/coregui/src/main/webapp/img/logo.png M modules/enterprise/gui/coregui/src/main/webapp/img/logo.svg A modules/enterprise/gui/coregui/src/main/webapp/js/bootstrap.min.js A modules/enterprise/gui/coregui/src/main/webapp/js/jquery.capslockstate.js A modules/enterprise/gui/coregui/src/main/webapp/login 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 A modules/enterprise/server/appserver/src/main/bin-resources/bin/rhq-server-env.bat A modules/enterprise/server/appserver/src/main/bin-resources/bin/rhq-server-env.sh M modules/enterprise/server/appserver/src/main/bin-resources/bin/rhqctl M modules/enterprise/server/appserver/src/main/bin-resources/bin/rhqctl.bat M modules/enterprise/server/appserver/src/main/scripts/rhq-container.build.xml M modules/enterprise/server/installer/src/main/java/org/rhq/enterprise/server/installer/InstallerServiceImpl.java M modules/enterprise/server/installer/src/main/java/org/rhq/enterprise/server/installer/ServerProperties.java M modules/enterprise/server/itests-2/src/test/java/org/rhq/enterprise/server/configuration/ConfigurationManagerBeanTest.java M modules/enterprise/server/itests-2/src/test/java/org/rhq/enterprise/server/util/SessionTestHelper.java M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/configuration/ConfigurationManagerBean.java M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/configuration/ConfigurationManagerRemote.java M modules/enterprise/server/jar/src/test/java/org/rhq/enterprise/server/configuration/ConfigurationManagerBeanUnitTest.java M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/ControlCommand.java M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/RHQControl.java M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/command/Upgrade.java M modules/plugins/postgres/src/main/java/org/rhq/plugins/postgres/PostgresServerComponent.java M modules/plugins/postgres/src/main/java/org/rhq/plugins/postgres/PostgresTableComponent.java M modules/plugins/postgres/src/main/java/org/rhq/plugins/postgres/PostgresTableDiscoveryComponent.java M modules/plugins/postgres/src/main/resources/META-INF/rhq-plugin.xml
Log Message: ----------- Merge remote-tracking branch 'origin/master' into feature/bz1070242-remote-agent-install
Compare: https://github.com/rhq-project/rhq/compare/9304477c9106...6913a441492c
rhq-commits@lists.fedorahosted.org