Send Netdot-devel mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        https://osl.uoregon.edu/mailman/listinfo/netdot-devel
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Netdot-devel digest..."


Today's Topics:

   1. [SCM] Netdot branch no-history_tables updated.
      netdot-1.0.4-135-gf37954f ([email protected])
   2. [SCM] Netdot branch netdot-1.0 updated.
      netdot-1.0.4-135-gf37954f ([email protected])
   3. [SCM] Netdot branch master updated.       netdot-1.0.4-135-gf37954f
      ([email protected])
   4. [SCM] Netdot branch netdot-1.0 updated.
      netdot-1.0.4-136-gbf727fe ([email protected])
   5. [SCM] Netdot branch master updated.       netdot-1.0.4-136-gbf727fe
      ([email protected])


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

Message: 1
Date: Thu, 12 Dec 2013 19:52:14 -0800
From: [email protected]
Subject: [Netdot-devel] [SCM] Netdot branch no-history_tables updated.
        netdot-1.0.4-135-gf37954f
To: [email protected]
Message-ID: <[email protected]>

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 "Netdot".

The branch, no-history_tables has been updated
       via  f37954f6f68d45cd0b8b99113edb4776a71a3fd1 (commit)
      from  f753c484950c33968a0e7014228ad01f7903072f (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 f37954f6f68d45cd0b8b99113edb4776a71a3fd1
Author: Carlos Vicente <[email protected]>
Date:   Thu Dec 12 22:52:11 2013 -0500

    Correction

diff --git a/htdocs/management/interface.html b/htdocs/management/interface.html
index e168646..a12b5a8 100644
--- a/htdocs/management/interface.html
+++ b/htdocs/management/interface.html
@@ -199,7 +199,7 @@ my %linksfrom = Interface->meta_data->get_links_from;
 <!-- Display audit records associated with this object-->
 %if ( $view eq 'all' || $view eq 'audit' ){
 <div class="container">
-%    my @audit = $obj->get_audit_records(table=>'Interface', id=>$obj->id);
+%    my @audit = $o->get_audit_records(table=>'Interface', id=>$o->id);
      <& /generic/sortresults.mhtml, object => \@audit , view => "row", sort => 
0 &>
 </div>
 %} 

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

Summary of changes:
 htdocs/management/interface.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Netdot


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

Message: 2
Date: Thu, 12 Dec 2013 19:55:41 -0800
From: [email protected]
Subject: [Netdot-devel] [SCM] Netdot branch netdot-1.0 updated.
        netdot-1.0.4-135-gf37954f
To: [email protected]
Message-ID: <[email protected]>

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 "Netdot".

The branch, netdot-1.0 has been updated
       via  f37954f6f68d45cd0b8b99113edb4776a71a3fd1 (commit)
       via  f753c484950c33968a0e7014228ad01f7903072f (commit)
      from  f9a146c8dd05dff7d125e2aafcf12cbb7302a5d2 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 bin/prune_db.pl                  |   60 +---
 doc/manual/netdot-manual-es.epub |  Bin 32821 -> 32310 bytes
 doc/manual/netdot-manual-es.htm  |   22 +-
 doc/manual/netdot-manual-es.pdf  |  749 ++++++++++++++++-----------------
 doc/manual/netdot-manual-es.txt  |   27 +--
 doc/manual/netdot-manual.epub    |  Bin 30239 -> 29443 bytes
 doc/manual/netdot-manual.htm     |   38 +--
 doc/manual/netdot-manual.pdf     |  875 ++++++++++++++++++--------------------
 doc/manual/netdot-manual.txt     |   42 +--
 etc/Default.conf                 |    2 +
 etc/netdot.meta                  |   30 +-
 htdocs/generic/autohandler       |    3 +-
 htdocs/generic/delete.html       |    1 -
 htdocs/generic/view.html         |   33 +-
 htdocs/management/device.html    |   20 +-
 htdocs/management/interface.html |   14 +-
 htdocs/management/scope.html     |   15 +-
 htdocs/reports/mysql_stats.html  |   28 +--
 lib/Netdot/Meta.pm               |   52 +---
 lib/Netdot/Meta/SQLT.pm          |   18 +-
 lib/Netdot/Meta/Table.pm         |  137 +------
 lib/Netdot/Model.pm              |  107 ++----
 lib/Netdot/REST.pm               |    1 -
 upgrade/updatedb                 |   39 ++-
 24 files changed, 914 insertions(+), 1399 deletions(-)


hooks/post-receive
-- 
Netdot


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

Message: 3
Date: Thu, 12 Dec 2013 19:56:18 -0800
From: [email protected]
Subject: [Netdot-devel] [SCM] Netdot branch master updated.
        netdot-1.0.4-135-gf37954f
To: [email protected]
Message-ID: <[email protected]>

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 "Netdot".

The branch, master has been updated
       via  f37954f6f68d45cd0b8b99113edb4776a71a3fd1 (commit)
       via  f753c484950c33968a0e7014228ad01f7903072f (commit)
       via  f9a146c8dd05dff7d125e2aafcf12cbb7302a5d2 (commit)
       via  db80b8163bc24e0dbc838c107abd8e2f09df2611 (commit)
       via  7b79d5272adeb6bd3898d4127d3ef910f343348f (commit)
      from  df743d6f5057559303ff11afd94eeea362d97198 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 bin/prune_db.pl                   |   60 +---
 doc/manual/netdot-manual-es.epub  |  Bin 32821 -> 32310 bytes
 doc/manual/netdot-manual-es.htm   |   22 +-
 doc/manual/netdot-manual-es.pdf   |  749 +++++++++++++++-----------------
 doc/manual/netdot-manual-es.txt   |   27 +--
 doc/manual/netdot-manual.epub     |  Bin 30239 -> 29443 bytes
 doc/manual/netdot-manual.htm      |   38 +--
 doc/manual/netdot-manual.pdf      |  875 ++++++++++++++++++-------------------
 doc/manual/netdot-manual.txt      |   42 +--
 etc/Default.conf                  |    2 +
 etc/netdot.meta                   |   32 +-
 htdocs/generic/autohandler        |    3 +-
 htdocs/generic/delete.html        |    1 -
 htdocs/generic/view.html          |   33 +-
 htdocs/management/addservice.html |    1 +
 htdocs/management/device.html     |   20 +-
 htdocs/management/interface.html  |   14 +-
 htdocs/management/scope.html      |   15 +-
 htdocs/reports/mysql_stats.html   |   28 +-
 lib/Netdot/Meta.pm                |   52 +--
 lib/Netdot/Meta/SQLT.pm           |   18 +-
 lib/Netdot/Meta/Table.pm          |  137 +------
 lib/Netdot/Model.pm               |  107 ++----
 lib/Netdot/Model/Interface.pm     |    6 +-
 lib/Netdot/REST.pm                |    1 -
 upgrade/updatedb                  |   39 ++-
 26 files changed, 921 insertions(+), 1401 deletions(-)


hooks/post-receive
-- 
Netdot


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

Message: 4
Date: Thu, 12 Dec 2013 20:27:23 -0800
From: [email protected]
Subject: [Netdot-devel] [SCM] Netdot branch netdot-1.0 updated.
        netdot-1.0.4-136-gbf727fe
To: [email protected]
Message-ID: <[email protected]>

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 "Netdot".

The branch, netdot-1.0 has been updated
       via  bf727fe9d79554bb66bf0869067f8afe617a510c (commit)
      from  f37954f6f68d45cd0b8b99113edb4776a71a3fd1 (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 bf727fe9d79554bb66bf0869067f8afe617a510c
Author: Carlos Vicente <[email protected]>
Date:   Thu Dec 12 23:27:17 2013 -0500

    Correction

diff --git a/upgrade/updatedb b/upgrade/updatedb
index b8fa837..fa00557 100644
--- a/upgrade/updatedb
+++ b/upgrade/updatedb
@@ -278,8 +278,8 @@ sub upg_104_105 {
        push @statements, "ALTER TABLE bgppeering ADD COLUMN state character 
varying(255);";
        push @statements, "ALTER TABLE bgppeering DROP COLUMN monitorstatus;";
 
-       push @statements, 'DROP CONSTRAINT "rrds1";';
-       push @statements, 'ALTER TABLE bgppeering ADD CONSTRAINT "rrds1" UNIQUE 
("rr", "key_tag", "algorithm", "digest_type");';
+       push @statements, 'ALTER TABLE rrds DROP CONSTRAINT rrds1;';
+       push @statements, 'ALTER TABLE rrds ADD CONSTRAINT rrds1 UNIQUE (rr, 
key_tag, algorithm, digest_type);';
 
        push @statements, "ALTER TABLE device ADD COLUMN monitoring_template 
character varying(255);";
 

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

Summary of changes:
 upgrade/updatedb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Netdot


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

Message: 5
Date: Thu, 12 Dec 2013 20:27:53 -0800
From: [email protected]
Subject: [Netdot-devel] [SCM] Netdot branch master updated.
        netdot-1.0.4-136-gbf727fe
To: [email protected]
Message-ID: <[email protected]>

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 "Netdot".

The branch, master has been updated
       via  bf727fe9d79554bb66bf0869067f8afe617a510c (commit)
      from  f37954f6f68d45cd0b8b99113edb4776a71a3fd1 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 upgrade/updatedb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Netdot


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

_______________________________________________
Netdot-devel mailing list
[email protected]
https://osl.uoregon.edu/mailman/listinfo/netdot-devel


End of Netdot-devel Digest, Vol 81, Issue 4
*******************************************

Reply via email to