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. missing column in Site table? (William Bulley)
   2. Re: missing column in Site table? (Carlos Vicente)
   3. Re: missing column in Site table? (William Bulley)
   4. Re: missing column in Site table? (Phil Regnauld)
   5. [SCM] Netdot branch master updated.
      netdot-1.0.5-rc1-13-gbed5323 ([email protected])
   6. Re: missing column in Site table? (Carlos Vicente)
   7. Re: missing column in Site table? (William Bulley)


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

Message: 1
Date: Thu, 13 Mar 2014 13:20:29 -0400
From: William Bulley <[email protected]>
Subject: [Netdot-devel] missing column in Site table?
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii

Would anyone object to, or does anyone see any problems with adding,
a new VARCHAR(255) column to the standard Netdot Site table?  We have
found the Site table lacks a generic "detail" column to describe the
site or location.  The following is adapted from the pgsql/bin/psql
'\d' command and the Netdot etc/netdot.meta file:

 =*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
 
 netdot.site     A physical location such as a building or data center.
 
 aliases      | character varying(255) |                Alternative names for 
this site
 availability | bigint                 |                Time Period during 
which people at this Site will be available
 city         | character varying(64)  |                City where this Site is 
located
 contactlist  | bigint                 |                List of contacts for 
this Site
 country      | character varying(64)  |                Country where this Site 
is located
 gsf          | integer                |                Gross Square Footage of 
this site
 id           | bigint                 | not null
 info         | text                   |                User Comments
 name         | character varying(64)  | not null       Name given to this Site
 number       | character varying(64)  |                A unique identifier for 
this Site within the organization
 pobox        | character varying(32)  |                Post Office Box
 state        | character varying(32)  |                State where this Site 
is located
 street1      | character varying(128) |                Street 1st line
 street2      | character varying(128) |                Street 2nd line
 zip          | character varying(16)  |                ZIP/Postal Code

 =*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=

What do folks think about adding such a column, for example?

   locdetail    character varying(255)    Descriptive information about this 
Site

Regards,

web...

-- 
William Bulley                     Email: [email protected]

72 characters width template ----------------------------------------->|


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

Message: 2
Date: Thu, 13 Mar 2014 13:25:19 -0400
From: Carlos Vicente <[email protected]>
Subject: Re: [Netdot-devel] missing column in Site table?
To: William Bulley <[email protected]>
Cc: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=windows-1252

I don?t object.

I would prefer to call it ?description?, to be more consistent with similar 
fields in other tables.

cv

On Mar 13, 2014, at 1:20 PM, William Bulley <[email protected]> wrote:

> Would anyone object to, or does anyone see any problems with adding,
> a new VARCHAR(255) column to the standard Netdot Site table?  We have
> found the Site table lacks a generic "detail" column to describe the
> site or location.  The following is adapted from the pgsql/bin/psql
> '\d' command and the Netdot etc/netdot.meta file:
> 
> =*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
> 
> netdot.site     A physical location such as a building or data center.
> 
> aliases      | character varying(255) |                Alternative names for 
> this site
> availability | bigint                 |                Time Period during 
> which people at this Site will be available
> city         | character varying(64)  |                City where this Site 
> is located
> contactlist  | bigint                 |                List of contacts for 
> this Site
> country      | character varying(64)  |                Country where this 
> Site is located
> gsf          | integer                |                Gross Square Footage 
> of this site
> id           | bigint                 | not null
> info         | text                   |                User Comments
> name         | character varying(64)  | not null       Name given to this Site
> number       | character varying(64)  |                A unique identifier 
> for this Site within the organization
> pobox        | character varying(32)  |                Post Office Box
> state        | character varying(32)  |                State where this Site 
> is located
> street1      | character varying(128) |                Street 1st line
> street2      | character varying(128) |                Street 2nd line
> zip          | character varying(16)  |                ZIP/Postal Code
> 
> =*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
> 
> What do folks think about adding such a column, for example?
> 
>   locdetail    character varying(255)    Descriptive information about this 
> Site
> 
> Regards,
> 
> web...
> 
> -- 
> William Bulley                     Email: [email protected]
> 
> 72 characters width template ----------------------------------------->|
> _______________________________________________
> Netdot-devel mailing list
> [email protected]
> https://osl.uoregon.edu/mailman/listinfo/netdot-devel




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

Message: 3
Date: Thu, 13 Mar 2014 13:45:37 -0400
From: William Bulley <[email protected]>
Subject: Re: [Netdot-devel] missing column in Site table?
To: Carlos Vicente <[email protected]>
Cc: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii

According to Carlos Vicente <[email protected]> on Thu, 03/13/14 at 13:25:
> 
> I don't object.
> 
> I would prefer to call it "description", to be more consistent
> with similar fields in other tables.

Somehow, I figured that you would say something like that.   ;-)
As I was sending the message I wondered if I should have say

   "description"

instead of saying:

   "locdetail"

Thanks.  I will add that to the Site table here, and you may want
to do the same at your end.

Regards,

web...

-- 
William Bulley                     Email: [email protected]

72 characters width template ----------------------------------------->|


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

Message: 4
Date: Thu, 13 Mar 2014 17:56:41 +0000
From: Phil Regnauld <[email protected]>
Subject: Re: [Netdot-devel] missing column in Site table?
To: William Bulley <[email protected]>
Cc: Carlos Vicente <[email protected]>,
        [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii

William Bulley (web) writes:
> 
> Thanks.  I will add that to the Site table here, and you may want
> to do the same at your end.

        You could submit a patch as an issue, it facilitates integration
        and leaves a trace :)

        Thanks,
        Phil


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

Message: 5
Date: Thu, 13 Mar 2014 11:09:58 -0700
From: [email protected]
Subject: [Netdot-devel] [SCM] Netdot branch master updated.
        netdot-1.0.5-rc1-13-gbed5323
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  bed532320ade03d4588e67e930fc1bbd87342a3b (commit)
       via  577b69695d24ce8f5c4aac8236d6aeb459b45562 (commit)
      from  ad1659bbdf8864a20e47860e71de215e25ffa5cc (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:
 etc/default_data | 19 ++++++++++++++++++-
 etc/netdot.meta  |  4 ++--
 2 files changed, 20 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Netdot


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

Message: 6
Date: Thu, 13 Mar 2014 14:10:54 -0400
From: Carlos Vicente <[email protected]>
Subject: Re: [Netdot-devel] missing column in Site table?
To: Phil Regnauld <[email protected]>
Cc: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=windows-1252



On Mar 13, 2014, at 1:56 PM, Phil Regnauld <[email protected]> wrote:

> William Bulley (web) writes:
>> 
>> Thanks.  I will add that to the Site table here, and you may want
>> to do the same at your end.
> 
>       You could submit a patch as an issue, it facilitates integration
>       and leaves a trace :)
> 
>       Thanks,
>       Phil


Indeed. That?s the reason the code is in Github. 

Fork the master repo and send a pull request. See:

https://osl.uoregon.edu/redmine/projects/netdot/wiki/Developers


Thanks,

cv


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

Message: 7
Date: Thu, 13 Mar 2014 14:11:28 -0400
From: William Bulley <[email protected]>
Subject: Re: [Netdot-devel] missing column in Site table?
To: Phil Regnauld <[email protected]>
Cc: Carlos Vicente <[email protected]>,
        [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii

According to Phil Regnauld <[email protected]> on Thu, 03/13/14 at 13:56:
> 
>       You could submit a patch as an issue, it facilitates integration
>       and leaves a trace :)

Thanks.  Good point.  Could you give some advice as to the best way
to do that?  To me a patch is a context diff (or a git diff) between
two files.  In this case the two files are the "before" and "after"
states of the same file.  In this case that file is the etc/netdot.meta
file.  Would that suffice?  Thanks again.  :-)

Regards,

web...

-- 
William Bulley                     Email: [email protected]

72 characters width template ----------------------------------------->|


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

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


End of Netdot-devel Digest, Vol 84, Issue 3
*******************************************

Reply via email to