Jathan McCollum

Results 122 issues of Jathan McCollum

This isn't yet a requirement, but it will be. And when it becomes one, django-guardian is likely going to be what we'll use: http://django-guardian.readthedocs.org/

enhancement

We’ve been getting away with updating the URL in order to get to the device we’re looking for. With the new changes coming, it would be nice to search a...

enhancement
web ui

On any `Change` event, it would be better to be able to see what about a resource changed, rather than listing the entire resource. Having this type of data displayed...

enhancement

Yet another IPAM-related Network enhancement. Currently calling the `next_network` or `next_address` methods on a Network object will only _show_ you eligible network objects, but will not actually create them. Let's...

enhancement

This means allowing `.` characters in `Device.hostname` and updating `nsot.conf.settings.DEVICE_NAME`. The `lookup_value_regex` for the natural key for Devices would also need to be updated to allow `.` characters.

enhancement

Depends on #260 If two interfaces bound to a circuit have child interfaces, `Circuit.addresses` should enumerate the child interfaces and return ALL addresses assigned to those interfaces. Use-case example being...

enhancement

We should implement the ability for an attribute to be inherited by child objects. For example in the case of Network objects, any new children could automatically inherit specific attribute...

enhancement

Only bulk add/update are currently implemented in the API.

enhancement
help wanted

This is a common and important value for network interfaces. Should we consider it being a hard field on Interface objects?

enhancement

For Resource objects (Device, Network, Interface) that are able to have attributes, attributes need to be properly handled. We should be able to specify a dict of only attributes that...

enhancement