Branch: refs/heads/release/jon3.2.x
Home: https://github.com/rhq-project/rhq
Commit: 63c273258f7e54e92e6e513a338d0d240c414b6c
https://github.com/rhq-project/rhq/commit/63c273258f7e54e92e6e513a338d0d240…
Author: Mike Thompson <mithomps(a)redhat.com>
Date: 2014-04-09 (Wed, 09 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.
Fix the bug that improperly calculates the units of measure on the Y-Axis and on Min Value of chart legend.
(cherry picked from commit 72f91658c25fbff3d5c229372129c2178f435b33)
Branch: refs/heads/rc/jon3.2.1.GA
Home: https://github.com/rhq-project/rhq
Commit: 14605af0af906988857a833c0a285a7f6428d50d
https://github.com/rhq-project/rhq/commit/14605af0af906988857a833c0a285a7f6…
Author: Simeon Pinder <spinder(a)fulliautomatix.conchfritter.com>
Date: 2014-04-08 (Tue, 08 Apr 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/CoreGUI.gwt.xml
A modules/enterprise/gui/coregui/src/main/webapp/CoreGUI-4.9.0.JON320GA-redhat-1.css
R modules/enterprise/gui/coregui/src/main/webapp/CoreGUI-4.9.0.css
M modules/enterprise/gui/coregui/src/main/webapp/CoreGUI.html
A modules/enterprise/gui/coregui/src/main/webapp/css/charts-4.9.0.JON320GA-redhat-1.css
R modules/enterprise/gui/coregui/src/main/webapp/css/charts-4.9.0.css
A modules/enterprise/gui/coregui/src/main/webapp/js/rhq-4.9.0.JON320GA-redhat-1.js
R modules/enterprise/gui/coregui/src/main/webapp/js/rhq-4.9.0.js
Log Message:
-----------
[BZ 1064561] update css and js versions to increment with patch version to prevent caching issues.
Branch: refs/heads/hotfix/jon3.1.2
Home: https://github.com/rhq-project/rhq
Commit: 6fe2ffc149af726a6164544890f0efa243f7bb56
https://github.com/rhq-project/rhq/commit/6fe2ffc149af726a6164544890f0efa24…
Author: Thomas Segismont <tsegismo(a)redhat.com>
Date: 2014-04-08 (Tue, 08 Apr 2014)
Changed paths:
M modules/core/util/src/main/java/org/rhq/core/util/file/FileUtil.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/file/FileUtilTest.java
A modules/core/util/src/test/java/org/rhq/core/util/updater/DeployerCanonicalPathTest.java
Log Message:
-----------
Bug 1077387 - [hotfix] If bundle destination path contains a symbolic link, relative paths specified in bundle recipe may resolve to incorrect parent
(cherry picked from commit a8472635e28dcdc053e5d3d4a700d5cd8c60e752)
Remove unused NIO2 imports from FileUtil
Changed NIO2 code from DeployerCanonicalPathTest (the test case will be only run on systems having /usr/bin/ln)
Conflicts:
modules/core/util/src/main/java/org/rhq/core/util/updater/DeploymentData.java
modules/core/util/src/test/java/org/rhq/core/util/updater/DeployerCanonicalPathTest.java
(cherry picked from commit c675e20567a28440120d0f512a4e1e9b67f59371)
Work around usage of NIO2 toPath method in FileUtilTest
(cherry picked from commit d9408566e506a8003f38a5fde275166a818f39e5)
Branch: refs/heads/jsanda/metrics-schema
Home: https://github.com/rhq-project/rhq
Commit: dce12304edcd39a010b103f75389b10f924a49fe
https://github.com/rhq-project/rhq/commit/dce12304edcd39a010b103f75389b10f9…
Author: John Sanda <jsanda(a)redhat.com>
Date: 2014-04-08 (Tue, 08 Apr 2014)
Changed paths:
M modules/common/cassandra-schema/src/main/resources/schema/update/0002.xml
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/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/main/java/org/rhq/server/metrics/aggregation/PastDataAggregator.java
M modules/enterprise/server/server-metrics/src/main/java/org/rhq/server/metrics/aggregation/PersistFunctions.java
M modules/enterprise/server/server-metrics/src/main/java/org/rhq/server/metrics/domain/CacheIndexEntry.java
M modules/enterprise/server/server-metrics/src/main/java/org/rhq/server/metrics/domain/CacheIndexEntryMapper.java
M modules/enterprise/server/server-metrics/src/test/java/org/rhq/server/metrics/AggregationTests.java
M modules/enterprise/server/server-metrics/src/test/java/org/rhq/server/metrics/MetricsDAOTest.java
M modules/enterprise/server/server-metrics/src/test/java/org/rhq/server/metrics/MetricsServerTest.java
M modules/enterprise/server/server-metrics/src/test/java/org/rhq/server/metrics/MetricsTest.java
Log Message:
-----------
making schema changes to metrics_cache_index table
Some columns have been renamed and a new column has been added. We now have the
following timestamp columns - day, collection_time_slice, and insert_time_slice.
collection_time_slice is the timestamp provided by the reported data.
insert_time_slice is the raw time slice in which the data is inserted. For
example, if data is inserted at 17:02, insert_time_slice will be 17:00. And
day is the 24 hour time slice of the collection timestamp.
insert_time_slice is the new column. Previously there was a scenario in which
we could fail to aggregate data. Suppose aggregation for a cache partition
failed. Its cache index entry would be left intact., and note that the set of
schedule ids was empty. Then late data is reported in the next time slice. At
that point, the cache index entry is updated with the schedule ids of the late
data. Prior to this commit we would have only aggregated data for the schedule
ids with late data.
Now we always update the schedule ids for the cache index, even for current
data. When we have past/late data, we now compare collection_time_slice with
insert_time_slice to determine if we can pull data from metrics_cache.
Branch: refs/heads/master
Home: https://github.com/rhq-project/rhq
Commit: 41364182a232879e3982f7c96bce449594ef75af
https://github.com/rhq-project/rhq/commit/41364182a232879e3982f7c96bce44959…
Author: Jirka Kremser <jkremser(a)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/175f76d8cbee561554ae52c0099de1e0c…
Author: Jirka Kremser <jkremser(a)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/25689529635a2ac5d22aec867371b42e1…
Author: Jirka Kremser <jkremser(a)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.
Compare: https://github.com/rhq-project/rhq/compare/7f4465405f70...25689529635a
Branch: refs/heads/master
Home: https://github.com/rhq-project/rhq
Commit: 7f4465405f70af01080aa6af8674f47fe7b14059
https://github.com/rhq-project/rhq/commit/7f4465405f70af01080aa6af8674f47fe…
Author: Jay Shaughnessy <jshaughn(a)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.
Branch: refs/heads/master
Home: https://github.com/rhq-project/rhq
Commit: dbeedced3664c0cda68f4a53b5bc789647cdd5f6
https://github.com/rhq-project/rhq/commit/dbeedced3664c0cda68f4a53b5bc78964…
Author: Thomas Segismont <tsegismo(a)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").
Branch: refs/heads/master
Home: https://github.com/rhq-project/rhq
Commit: 45ddd7c1a1c6b8deae6b94ac211929324fc8ed75
https://github.com/rhq-project/rhq/commit/45ddd7c1a1c6b8deae6b94ac211929324…
Author: Thomas Segismont <tsegismo(a)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
Branch: refs/heads/master
Home: https://github.com/rhq-project/rhq
Commit: 835eca6a7b14bc92db5f98d336470f9b6ece145e
https://github.com/rhq-project/rhq/commit/835eca6a7b14bc92db5f98d336470f9b6…
Author: Thomas Segismont <tsegismo(a)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
Branch: refs/heads/feature/bz1070242-remote-agent-install
Home: https://github.com/rhq-project/rhq
Commit: 6cde53c290b21e65d1b021834295d493f3c5a9bc
https://github.com/rhq-project/rhq/commit/6cde53c290b21e65d1b021834295d493f…
Author: John Mazzitelli <mazz(a)redhat.com>
Date: 2014-04-08 (Tue, 08 Apr 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/agent/install/RemoteAgentInstallView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/topology/AgentTableView.java
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_cs.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_de.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_ja.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_ko.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_pt.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_ru.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_zh.properties
Log Message:
-----------
BZ 1070242 - require absolute path when installing to limit mistakes users may make