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 master updated.
      netdot-1.0.5-rc1-11-gad1659b ([email protected])


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

Message: 1
Date: Thu, 20 Feb 2014 10:16:10 -0800
From: [email protected]
Subject: [Netdot-devel] [SCM] Netdot branch master updated.
        netdot-1.0.5-rc1-11-gad1659b
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  ad1659bbdf8864a20e47860e71de215e25ffa5cc (commit)
       via  73cffc66065c3a6c2f7db4da2ba80bd6772a6d8d (commit)
       via  22c77d19d4da4bc0628d3ab7b1d2771d2120c931 (commit)
       via  85243da281a7b41f3baf4ae4e0fd7a2531a09320 (commit)
       via  5750cf60dc7005d7a54196683a9aab599d996995 (commit)
       via  0210d31fbbc5a19f572ed17fca19d1b390b9488a (commit)
      from  41a9d2bdc11b84d970c105c5afbcd313fef0019f (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 ad1659bbdf8864a20e47860e71de215e25ffa5cc
Author: Carlos Vicente <[email protected]>
Date:   Tue Feb 11 15:24:34 2014 -0500

    Fix incorrect default value for table field in meta data

diff --git a/etc/netdot.meta b/etc/netdot.meta
index 5956ba5..df64cc9 100644
--- a/etc/netdot.meta
+++ b/etc/netdot.meta
@@ -7016,7 +7016,7 @@ $meta = {
         type => 'bigint'
       },
       port => {
-        default => '',
+        default => '0',
         description => 'The port on this target host of this service.  The 
range is 0-65535',
         length => '',
         nullable => 0,

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

Summary of changes:
 etc/netdot.meta               |  2 +-
 htdocs/management/device.html |  4 +++
 lib/Netdot/Model.pm           |  9 ++++-
 lib/Netdot/Model/Picture.pm   | 45 +++---------------------
 lib/Netdot/Model/RR.pm        | 11 ++++--
 lib/Netdot/UI.pm              |  8 +++--
 t/SitePicture.t               | 82 +++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 112 insertions(+), 49 deletions(-)
 create mode 100644 t/SitePicture.t


hooks/post-receive
-- 
Netdot


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

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


End of Netdot-devel Digest, Vol 83, Issue 11
********************************************

Reply via email to