S. L. | 1 Sep 2011 02:16
Picon

[SCM] OpenNMS branch, 1.10, updated. opennms-1.9.90-1-88-g399dde0

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenNMS".

The branch, 1.10 has been updated
       via  399dde0b3960c1de524dab61ce31060380aab98f (commit)
      from  4502695e24601f14f5a3c8d8e6b6be5f541004f0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 399dde0b3960c1de524dab61ce31060380aab98f
Author: Seth Leger <seth <at> opennms.org>
Date:   Wed Aug 31 20:15:23 2011 -0400

    Fixed some spelling errors. Fixes bug NMS-4899.

-----------------------------------------------------------------------

Summary of changes:
 .../java/org/opennms/netmgt/EventConstants.java    |    2 +-
 .../opennms/netmgt/config/DefaultEventConfDao.java |    2 +-
 .../opennms/netmgt/config/NotificationManager.java |    2 +-
 .../opennms/web/svclayer/SurveillanceTable.java    |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

hooks/post-receive
--

-- 
(Continue reading)

S. L. | 1 Sep 2011 17:26
Picon

[SCM] OpenNMS branch, 1.10, updated. opennms-1.9.90-1-89-g35163f7

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenNMS".

The branch, 1.10 has been updated
       via  35163f791da8591da20172b9b616dc8b2563389f (commit)
      from  399dde0b3960c1de524dab61ce31060380aab98f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 35163f791da8591da20172b9b616dc8b2563389f
Author: Ronny Trommer <ronny <at> opennms.org>
Date:   Thu Sep 1 11:24:43 2011 -0400

    Fixed function that strips quotes from host resource values. Fixes bug
    NMS-4544. Committed by seth <at> opennms.org.

    http://issues.opennms.org/browse/NMS-4544

-----------------------------------------------------------------------

Summary of changes:
 .../detector/snmp/HostResourceSWRunDetector.java   |    7 +------
 .../detector/HostResourceSWRunDetectorTest.java    |    6 ++++++
 2 files changed, 7 insertions(+), 6 deletions(-)

hooks/post-receive
(Continue reading)

Benjamin Reed | 1 Sep 2011 18:39
Picon

[SCM] OpenNMS branch, master, updated. opennms-1.9.90-1-281-g150ad81

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenNMS".

The branch, master has been updated
       via  150ad81ea30c733620d047b1fcc3d5e531c44d6f (commit)
       via  35163f791da8591da20172b9b616dc8b2563389f (commit)
       via  399dde0b3960c1de524dab61ce31060380aab98f (commit)
       via  4502695e24601f14f5a3c8d8e6b6be5f541004f0 (commit)
       via  fc50ae3d116855c7a137f65077e0f38a66a2e9df (commit)
       via  6dc10831008465f4e16e88f53243e7d54e384c9c (commit)
       via  762384fb05ffde8df2c8ce61795b615db745973f (commit)
       via  49b1c158ef6bea63026c0841d024afea0d16cb56 (commit)
       via  7a8fa66673767f125384e1ce87697f4a1ab723ef (commit)
       via  9bffe677a3a37b2a3fb4ffc4dea12519d4ab15d0 (commit)
       via  853f7bec882f84cb81c37736ed63a6514468cc05 (commit)
       via  ae14ff7fe8d0b46888186c0788d822cd7cadd22e (commit)
       via  88dcc3e9e714b4a7628889f22b081c0f2a4a5dfe (commit)
       via  2a6d519041532af92e423a87174bd54dea69e539 (commit)
      from  7f1f1d14e4460b6dba53e5d598b2899aa438b3ef (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 150ad81ea30c733620d047b1fcc3d5e531c44d6f
Merge: 7f1f1d1 35163f7
Author: Benjamin Reed <ranger <at> opennms.org>
Date:   Thu Sep 1 12:38:40 2011 -0400
(Continue reading)

Matt Brozowski | 1 Sep 2011 19:04
Picon

[SCM] OpenNMS branch, 1.10, updated. opennms-1.9.90-1-90-gd7a8b07

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenNMS".

The branch, 1.10 has been updated
       via  d7a8b071c212fe947cfac0e625a23aa894ba48d2 (commit)
      from  35163f791da8591da20172b9b616dc8b2563389f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d7a8b071c212fe947cfac0e625a23aa894ba48d2
Author: Matt Brozowski <brozow <at> opennms.org>
Date:   Thu Sep 1 10:01:09 2011 -0700

    curl based requisition client example and tests

-----------------------------------------------------------------------

Summary of changes:
 tests/reqTestScript/provision.sh     |  102 ++++++++++++++
 tests/reqTestScript/provisionTest.sh |  253 ++++++++++++++++++++++++++++++++++
 tests/reqTestScript/shUnit           |  242 ++++++++++++++++++++++++++++++++
 tests/reqTestScript/xpath.pl         |   58 ++++++++
 4 files changed, 655 insertions(+), 0 deletions(-)
 create mode 100644 tests/reqTestScript/provision.sh
 create mode 100755 tests/reqTestScript/provisionTest.sh
 create mode 100755 tests/reqTestScript/shUnit
(Continue reading)

Matt Brozowski | 2 Sep 2011 00:40
Picon

[SCM] OpenNMS branch, 1.10, updated. opennms-1.9.90-1-91-g32925c8

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenNMS".

The branch, 1.10 has been updated
       via  32925c8c4f05b645f9a0b9b29f866ee798e98f10 (commit)
      from  d7a8b071c212fe947cfac0e625a23aa894ba48d2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 32925c8c4f05b645f9a0b9b29f866ee798e98f10
Author: Matt Brozowski <brozow <at> opennms.org>
Date:   Thu Sep 1 15:39:49 2011 -0700

    add snmpConfig setting

-----------------------------------------------------------------------

Summary of changes:
 tests/reqTestScript/provision.sh     |   26 ++++++++++++
 tests/reqTestScript/provisionTest.sh |   75 +++++++++++++++++++++++++++++++++-
 tests/reqTestScript/xpath.pl         |    2 -
 3 files changed, 100 insertions(+), 3 deletions(-)

hooks/post-receive
--

-- 
OpenNMS
(Continue reading)

S. L. | 2 Sep 2011 21:06
Picon

[SCM] OpenNMS branch, 1.10, updated. opennms-1.9.90-1-92-gb1c1c38

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenNMS".

The branch, 1.10 has been updated
       via  b1c1c388ddfe1a395220ebc66a1eda380ce35989 (commit)
      from  32925c8c4f05b645f9a0b9b29f866ee798e98f10 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b1c1c388ddfe1a395220ebc66a1eda380ce35989
Author: Seth Leger <seth <at> opennms.org>
Date:   Fri Sep 2 15:05:42 2011 -0400

    Added info log message when notification is sent. Fixes bug NMS-4831.

    http://issues.opennms.org/browse/NMS-4831

-----------------------------------------------------------------------

Summary of changes:
 .../netmgt/notifd/BroadcastEventProcessor.java     |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

hooks/post-receive
--

-- 
OpenNMS
(Continue reading)

S. L. | 2 Sep 2011 22:22
Picon

[SCM] OpenNMS branch, 1.10, updated. opennms-1.9.90-1-93-g568367b

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenNMS".

The branch, 1.10 has been updated
       via  568367b2685321fe66efdef7a8a6bc3edd7f094a (commit)
      from  b1c1c388ddfe1a395220ebc66a1eda380ce35989 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 568367b2685321fe66efdef7a8a6bc3edd7f094a
Author: Seth Leger <seth <at> opennms.org>
Date:   Fri Sep 2 16:20:57 2011 -0400

    Fixed Javadoc on StorageStrategy. Fixes bug NMS-4857,

    http://issues.opennms.org/browse/NMS-4857

-----------------------------------------------------------------------

Summary of changes:
 .../org/opennms/netmgt/config/StorageStrategy.java |   15 ++++-----------
 1 files changed, 4 insertions(+), 11 deletions(-)

hooks/post-receive
--

-- 
OpenNMS
(Continue reading)

Benjamin Reed | 2 Sep 2011 22:26
Picon

[SCM] OpenNMS branch, master, updated. opennms-1.9.90-1-286-g92720b0

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenNMS".

The branch, master has been updated
       via  92720b02925242a7d4af1e20dcaf7d91102f39bd (commit)
       via  568367b2685321fe66efdef7a8a6bc3edd7f094a (commit)
       via  b1c1c388ddfe1a395220ebc66a1eda380ce35989 (commit)
       via  32925c8c4f05b645f9a0b9b29f866ee798e98f10 (commit)
       via  d7a8b071c212fe947cfac0e625a23aa894ba48d2 (commit)
      from  150ad81ea30c733620d047b1fcc3d5e531c44d6f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 92720b02925242a7d4af1e20dcaf7d91102f39bd
Merge: 150ad81 568367b
Author: Benjamin Reed <ranger <at> opennms.org>
Date:   Fri Sep 2 16:26:08 2011 -0400

    Merge remote-tracking branch 'origin/1.10'

-----------------------------------------------------------------------

Summary of changes:
 .../org/opennms/netmgt/config/StorageStrategy.java |   15 +-
 .../netmgt/notifd/BroadcastEventProcessor.java     |    1 +
 tests/reqTestScript/provision.sh                   |  128 ++++++++
(Continue reading)

Alejandro Galue | 6 Sep 2011 20:23
Picon

[SCM] OpenNMS branch, 1.10, updated. opennms-1.9.90-1-94-gb2bc4b3

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenNMS".

The branch, 1.10 has been updated
       via  b2bc4b358e02ae8de68eb378a13a3c51cd37f825 (commit)
      from  568367b2685321fe66efdef7a8a6bc3edd7f094a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b2bc4b358e02ae8de68eb378a13a3c51cd37f825
Author: Alejandro Galue <agalue <at> opennms.org>
Date:   Tue Sep 6 13:48:07 2011 -0430

    Fix for Bug NMS-4913

-----------------------------------------------------------------------

Summary of changes:
 .../org/opennms/netmgt/config/StorageStrategy.java |    2 +-
 .../netmgt/dao/support/IndexStorageStrategy.java   |    2 +-
 .../dao/support/SiblingColumnStorageStrategy.java  |   20 +++++++---
 .../support/SiblingColumnStorageStrategyTest.java  |   42 +++++++++++++++++---
 .../netmgt/collectd/GenericIndexResourceType.java  |    2 +-
 .../netmgt/collectd/OnmsSnmpCollection.java        |    6 ++-
 6 files changed, 58 insertions(+), 16 deletions(-)

(Continue reading)

Matt Brozowski | 6 Sep 2011 21:12
Picon

[SCM] OpenNMS branch, 1.10, updated. opennms-1.9.90-1-95-g363c122

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenNMS".

The branch, 1.10 has been updated
       via  363c1223f250411e25cb49f4e790fb20ea01ec04 (commit)
      from  b2bc4b358e02ae8de68eb378a13a3c51cd37f825 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 363c1223f250411e25cb49f4e790fb20ea01ec04
Author: Matt Brozowski <brozow <at> opennms.org>
Date:   Tue Sep 6 15:01:02 2011 -0400

    fix terracotta dependencies

-----------------------------------------------------------------------

Summary of changes:
 dependencies/jradius/pom.xml |   35 +++++++++++++++++++++++++++++------
 1 files changed, 29 insertions(+), 6 deletions(-)

hooks/post-receive
--

-- 
OpenNMS

------------------------------------------------------------------------------
(Continue reading)


Gmane