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. [Netdot - Bug #1659] (New) Site and Used By choice        not
      remembered when adding a new device ([email protected])
   2. [Netdot - Bug #1660] (New) Error deleting a site
      ([email protected])
   3. [SCM] Netdot Git repository branch master updated.
      netdot-1.0.1-RC3-10-g6b9e885 (Apache)
   4. [SCM] Netdot Git repository branch netdot-1.0     updated.
      netdot-1.0.1-RC3-15-g4fcd044 (Apache)
   5. [Netdot - Bug #1660] (Resolved) Error deleting a site
      ([email protected])
   6. [SCM] Netdot Git repository branch netdot-1.0     updated.
      netdot-1.0.1-RC3-16-g78f2922 (Apache)
   7. [Netdot - Bug #1659] (Resolved) Site and Used By  choice not
      remembered when adding a new device ([email protected])


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

Message: 1
Date: Wed, 18 Jul 2012 16:50:02 -0700
From: [email protected]
Subject: [Netdot-devel] [Netdot - Bug #1659] (New) Site and Used By
        choice  not remembered when adding a new device
To: [email protected], [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8


Issue #1659 has been reported by Alastair Sheppard.

----------------------------------------
Bug #1659: Site and Used By choice not remembered when adding a new device
https://osl.uoregon.edu/redmine/issues/1659

Author: Alastair Sheppard
Status: New
Priority: Low
Assignee: 
Category: 
Target version: 1.0.1-RC3
Resolution: 


Running 1.0.1RC3, when I add a new device and it wants to know the Used By, 
Site, Owner etc, the chosen Site and Used By choices are not there after the 
SNMP discovery is run. On my device page, those fields are blank and have to be 
edited again to make them show up.


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://osl.uoregon.edu/redmine/my/account


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

Message: 2
Date: Thu, 19 Jul 2012 10:50:05 -0700
From: [email protected]
Subject: [Netdot-devel] [Netdot - Bug #1660] (New) Error deleting a
        site
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8


Issue #1660 has been reported by Carlos Vicente.

----------------------------------------
Bug #1660: Error deleting a site
https://osl.uoregon.edu/redmine/issues/1660

Author: Carlos Vicente
Status: New
Priority: High
Assignee: Carlos Vicente
Category: 
Target version: 1.0.1
Resolution: 


delete.html produced the following error:


Transaction aborted: A Room/Closet number is required



-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://osl.uoregon.edu/redmine/my/account


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

Message: 3
Date: Thu, 19 Jul 2012 10:54:57 -0700
From: Apache <[email protected]>
Subject: [Netdot-devel] [SCM] Netdot Git repository branch master
        updated.        netdot-1.0.1-RC3-10-g6b9e885
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 Git repository".

The branch, master has been updated
       via  6b9e885722aea2f3f6368d2ba36e24089dca05ce (commit)
       via  a4d2fb757791bb8d28ec7c880d50dad8f0db5708 (commit)
       via  2b18294e6a34f9e794c49a83ba0e53b553806188 (commit)
      from  e807aee30fb9aa017f1d89cf270f56894b94dad0 (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 6b9e885722aea2f3f6368d2ba36e24089dca05ce
Merge: e807aee a4d2fb7
Author: Carlos Vicente <[email protected]>
Date:   Sat Jul 14 22:28:34 2012 -0400

    Merge branch 'netdot-1.0'


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

Summary of changes:
 upgrade/Makefile |    6 +++---
 upgrade/updatedb |   28 +++++++++++-----------------
 2 files changed, 14 insertions(+), 20 deletions(-)


hooks/post-receive
-- 
Netdot Git repository


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

Message: 4
Date: Thu, 19 Jul 2012 10:54:57 -0700
From: Apache <[email protected]>
Subject: [Netdot-devel] [SCM] Netdot Git repository branch netdot-1.0
        updated. netdot-1.0.1-RC3-15-g4fcd044
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 Git repository".

The branch, netdot-1.0 has been updated
       via  4fcd04499cbaec552b49e46c37406237c6d91c39 (commit)
      from  f3e68da7eb173be5f96521df8d0c40e31ccbf697 (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 4fcd04499cbaec552b49e46c37406237c6d91c39
Author: Carlos Vicente <[email protected]>
Date:   Thu Jul 19 13:54:28 2012 -0400

    Fix for #1660 (Error deleting a site)

diff --git a/etc/netdot.meta b/etc/netdot.meta
index a8eb872..545ad2d 100644
--- a/etc/netdot.meta
+++ b/etc/netdot.meta
@@ -1408,7 +1408,7 @@ $meta = {
         description => 'The Room number where the closet is located',
         length => '',
         linksto => {
-          cascade => 'Nullify',
+          cascade => 'Delete',
           method => 'closets',
           table => 'Room'
         },

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

Summary of changes:
 etc/netdot.meta |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Netdot Git repository


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

Message: 5
Date: Thu, 19 Jul 2012 10:57:37 -0700
From: [email protected]
Subject: [Netdot-devel] [Netdot - Bug #1660] (Resolved) Error deleting
        a site
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8


Issue #1660 has been updated by Carlos Vicente.

Status changed from New to Resolved
Resolution set to fixed


----------------------------------------
Bug #1660: Error deleting a site
https://osl.uoregon.edu/redmine/issues/1660

Author: Carlos Vicente
Status: Resolved
Priority: High
Assignee: Carlos Vicente
Category: 
Target version: 1.0.1
Resolution: fixed


delete.html produced the following error:


Transaction aborted: A Room/Closet number is required



-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://osl.uoregon.edu/redmine/my/account


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

Message: 6
Date: Thu, 19 Jul 2012 11:46:02 -0700
From: Apache <[email protected]>
Subject: [Netdot-devel] [SCM] Netdot Git repository branch netdot-1.0
        updated. netdot-1.0.1-RC3-16-g78f2922
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 Git repository".

The branch, netdot-1.0 has been updated
       via  78f29224640a29cb8685ff7ebf450d85024c0997 (commit)
      from  4fcd04499cbaec552b49e46c37406237c6d91c39 (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 78f29224640a29cb8685ff7ebf450d85024c0997
Author: Carlos Vicente <[email protected]>
Date:   Thu Jul 19 14:45:34 2012 -0400

    Fix for #1659 (Site and Used By choice not remembered when adding a new 
device)

diff --git a/htdocs/management/updatedevice.html 
b/htdocs/management/updatedevice.html
index b3bcf4c..23c6114 100644
--- a/htdocs/management/updatedevice.html
+++ b/htdocs/management/updatedevice.html
@@ -239,8 +239,11 @@ if ( $action eq "discover" ){
     }else{
         $argv{name}         = $host           || "";
        $argv{contacts}     = $contacts       || "";
+       $argv{owner}        = $owner;
+       $argv{used_by}      = $used_by;
        $argv{add_subnets}  = $add_subnets;
        $argv{subs_inherit} = $subs_inherit;
+       $argv{site}         = $site;
        eval {
            $o = Device->discover(%argv);
        };

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

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


hooks/post-receive
-- 
Netdot Git repository


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

Message: 7
Date: Thu, 19 Jul 2012 11:46:27 -0700
From: [email protected]
Subject: [Netdot-devel] [Netdot - Bug #1659] (Resolved) Site and Used
        By      choice not remembered when adding a new device
To: [email protected], [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8


Issue #1659 has been updated by Carlos Vicente.

Status changed from New to Resolved
Assignee set to Carlos Vicente
Target version changed from 1.0.1-RC3 to 1.0.1
Resolution set to fixed

Thank you!
----------------------------------------
Bug #1659: Site and Used By choice not remembered when adding a new device
https://osl.uoregon.edu/redmine/issues/1659

Author: Alastair Sheppard
Status: Resolved
Priority: Low
Assignee: Carlos Vicente
Category: 
Target version: 1.0.1
Resolution: fixed


Running 1.0.1RC3, when I add a new device and it wants to know the Used By, 
Site, Owner etc, the chosen Site and Used By choices are not there after the 
SNMP discovery is run. On my device page, those fields are blank and have to be 
edited again to make them show up.


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://osl.uoregon.edu/redmine/my/account


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

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


End of Netdot-devel Digest, Vol 64, Issue 17
********************************************

Reply via email to