[prev in list] [next in list] [prev in thread] [next in thread] 

List:       rhq-commits
Subject:    [rhq-project/rhq] 577d37: Introducing API checking to agent-server comms.
From:       John Mazzitelli <mazz () redhat ! com>
Date:       2014-06-26 13:56:27
Message-ID: 53ac268b9a417_6f964dbd403686e () hookshot-fe1-cp1-prd ! iad ! github ! net ! mail
[Download RAW message or body]

Branch: refs/heads/feature/bz1069606-rebase-eap-63
  Home:   https://github.com/rhq-project/rhq
  Commit: 577d371d27504978a8c015695e4aab26c03c9a29
      https://github.com/rhq-project/rhq/commit/577d371d27504978a8c015695e4aab26c03c9a29
  Author: Lukas Krejci <lkrejci@redhat.com>
  Date:   2014-06-24 (Tue, 24 Jun 2014)

  Changed paths:
    A modules/core/client-api/intentional-api-changes-since-4.11.0.xml
    M modules/core/client-api/pom.xml
    M modules/core/comm-api/pom.xml
    M modules/enterprise/comm/pom.xml

  Log Message:
  -----------
  Introducing API checking to agent-server comms.


  Commit: 71b927358b997627375703a3510a2f03bbfb0c3c
      https://github.com/rhq-project/rhq/commit/71b927358b997627375703a3510a2f03bbfb0c3c
  Author: Jirka Kremser <jkremser@redhat.com>
  Date:   2014-06-24 (Tue, 24 Jun 2014)

  Changed paths:
    M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/common/graph/AbstractMetricGraph.java
  M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/common/graph/CustomDateRangeState.java
  M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/monitoring/table/MetricsViewDataSource.java
  M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/util/preferences/MeasurementUserPreferences.java


  Log Message:
  -----------
  [BZ 1096902] - "Maximum" and "Minimum" values do not match the graph values - \
fixing a race condition in CustomDateRangeState


  Commit: 3814b4bf66ac5facaf5082743507dc1712697baf
      https://github.com/rhq-project/rhq/commit/3814b4bf66ac5facaf5082743507dc1712697baf
  Author: Jirka Kremser <jkremser@redhat.com>
  Date:   2014-06-24 (Tue, 24 Jun 2014)

  Changed paths:
    M modules/core/dbutils/src/main/scripts/dbupgrade/db-upgrade.xml

  Log Message:
  -----------
  [BZ 1082806] - Context referrals are hardcoded to ignore in LDAP configuration - \
making sure the dbupgrade won't fail if the value is already present in the DB


  Commit: 1d836a790f8e8d2da79a31e8c796324e85ae7851
      https://github.com/rhq-project/rhq/commit/1d836a790f8e8d2da79a31e8c796324e85ae7851
  Author: Jay Shaughnessy <jshaughn@redhat.com>
  Date:   2014-06-24 (Tue, 24 Jun 2014)

  Changed paths:
    M modules/core/dbutils/src/main/java/org/rhq/core/db/DatabaseType.java
    M modules/core/dbutils/src/main/java/org/rhq/core/db/OracleDatabaseType.java
    M modules/core/domain/src/main/java/org/rhq/core/domain/alert/notification/AlertNotificationLog.java
  M modules/core/domain/src/main/java/org/rhq/core/domain/event/Event.java
    M modules/core/domain/src/main/java/org/rhq/core/domain/resource/Resource.java
    M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/alert/AlertManagerBean.java
  M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/event/EventManagerBean.java
  M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/measurement/CallTimeDataManagerBean.java


  Log Message:
  -----------
  [1110277] RHQ_EVENT table's detail field limit of 4000 character will break when a \
log message contains multibyte characters (UTF-8) This is a problem in a few places, \
not just events.  We're not properly protecting against the 4000 byte limit on \
oracle, just the 4000 character limit declared on the varchar2 field.
- Add DatabaseType.getString() which can truncate as needed in
  a vendor-specific way.
- Use the new getString() to store safe versions of event detail,
  alert notification log message, and calltime dataset destination.


  Commit: b471b39dfe9aa4ce43fbb92299d357e387698bb1
      https://github.com/rhq-project/rhq/commit/b471b39dfe9aa4ce43fbb92299d357e387698bb1
  Author: Libor Zoubek <lzoubek@redhat.com>
  Date:   2014-06-25 (Wed, 25 Jun 2014)

  Changed paths:
    M modules/core/domain/src/main/java/org/rhq/core/domain/criteria/ResourceGroupDefinitionCriteria.java


  Log Message:
  -----------
  Bug 1098092 - It's not possible to query pre-defined dynagroup definitions
via CLI

Added boolean filter parameter to ResourceGroupDefinitionCriteria class - so
group definitions can be filtered for "userDefinedOnly" - which excludes
provided canned expressions.


  Commit: bd1bff6d0b81512b143793d40947829c2eefcb4d
      https://github.com/rhq-project/rhq/commit/bd1bff6d0b81512b143793d40947829c2eefcb4d
  Author: Libor Zoubek <lzoubek@redhat.com>
  Date:   2014-06-25 (Wed, 25 Jun 2014)

  Changed paths:
    M modules/plugins/jboss-as-7/src/main/resources/META-INF/rhq-plugin.xml

  Log Message:
  -----------
  Bug 1109272 - [as7] Incorrect description of ManagedServerDeployment


  Commit: 147d50666a591fd97767e70eb49d0ac1d782ea17
      https://github.com/rhq-project/rhq/commit/147d50666a591fd97767e70eb49d0ac1d782ea17
  Author: Jean-Frederic Clere <jfclere@redhat.com>
  Date:   2014-06-26 (Thu, 26 Jun 2014)

  Changed paths:
    M modules/plugins/tomcat/src/main/resources/META-INF/rhq-plugin.xml

  Log Message:
  -----------
  [BZ 956509] Changing configFile can't work so make it readonly.


  Commit: 93d5e60a621e06e85c86caee2e0b2615b69325c5
      https://github.com/rhq-project/rhq/commit/93d5e60a621e06e85c86caee2e0b2615b69325c5
  Author: John Mazzitelli <mazz@redhat.com>
  Date:   2014-06-26 (Thu, 26 Jun 2014)

  Changed paths:
    A modules/core/client-api/intentional-api-changes-since-4.11.0.xml
    M modules/core/client-api/pom.xml
    M modules/core/comm-api/pom.xml
    M modules/core/dbutils/src/main/java/org/rhq/core/db/DatabaseType.java
    M modules/core/dbutils/src/main/java/org/rhq/core/db/OracleDatabaseType.java
    M modules/core/dbutils/src/main/scripts/dbupgrade/db-upgrade.xml
    M modules/core/domain/src/main/java/org/rhq/core/domain/alert/notification/AlertNotificationLog.java
  M modules/core/domain/src/main/java/org/rhq/core/domain/criteria/ResourceGroupDefinitionCriteria.java
  M modules/core/domain/src/main/java/org/rhq/core/domain/event/Event.java
    M modules/core/domain/src/main/java/org/rhq/core/domain/resource/Resource.java
    M modules/enterprise/comm/pom.xml
    M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/common/graph/AbstractMetricGraph.java
  M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/common/graph/CustomDateRangeState.java
  M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/monitoring/table/MetricsViewDataSource.java
  M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/util/preferences/MeasurementUserPreferences.java
  M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/alert/AlertManagerBean.java
  M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/event/EventManagerBean.java
  M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/measurement/CallTimeDataManagerBean.java
  M modules/plugins/jboss-as-7/src/main/resources/META-INF/rhq-plugin.xml
    M modules/plugins/tomcat/src/main/resources/META-INF/rhq-plugin.xml

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into feature/bz1069606-rebase-eap-63


Compare: https://github.com/rhq-project/rhq/compare/8a975ea58d70...93d5e60a621e


[Attachment #3 (text/plain)]

_______________________________________________
rhq-commits mailing list
rhq-commits@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/rhq-commits


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic