0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 17, 2023 — Jan 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Release v1.1.7 (#284) More... over 7 years ago
Release v1.1.7 (#284) More... over 7 years ago
Release v1.1.7 (#284) More... over 7 years ago
New setting to toggle whether new auth_header users should be superuser (#283) More... over 7 years ago
Release v1.1.6 (#282) More... over 7 years ago
Release 1.1.6 More... over 7 years ago
Release 1.1.6 More... over 7 years ago
Release 1.1.6 More... over 7 years ago
Bugfixes to modifying users from the Django admin panel. (#281) More... over 7 years ago
Add limit to device query More... over 7 years ago
Add limit to device query More... over 7 years ago
Release v1.1.5 (#276) More... over 7 years ago
Re-enable permission groups in the admin dashboard. (#275) More... over 7 years ago
For Interface model functions get_ancestors and get_descendants, I am removing the separate id lists. There is no need to make a list for the Interface id's. More... over 7 years ago
For Interface model functions get_ancestors and get_descendants, I am removing the separate id lists. There is no need to make a list for the Interface id's. More... over 7 years ago
Release v1.1.4 More... over 7 years ago
Interface Tree traversal (#271) More... over 7 years ago
Update README.rst More... over 7 years ago
Add docs on our git branches and release process (#270) More... almost 8 years ago
Updated Vagrantfile to get box to come up and install nsot properly. (#269) More... almost 8 years ago
Added following changes - removed code to set is_ip and also set editable to False for is_ip in Network model - using RESERVED and ALLOCATED constants from model.Network class as state strings instead of the actual strings, 'reserved' and 'allocated' - in next_network and next_address views, moved network.get_next_network function call out of the if clause. Also set as_objects paramter for network.get_next_network to True More... almost 8 years ago
Added following changes - removed code to set is_ip and also set editable to False for is_ip in Network model - using RESERVED and ALLOCATED constants from model.Network class as state strings instead of the actual strings, 'reserved' and 'allocated' - in next_network and next_address views, moved network.get_next_network function call out of the if clause. Also set as_objects paramter for network.get_next_network to True More... almost 8 years ago
Added more tests If we requests that networks be allocated into the reserved states through the next_network and next_address actions, then they should be part of the results when the command nsot networks list -c 10.2.1.0/24 reserved More... almost 8 years ago
Added more tests If we requests that networks be allocated into the reserved states through the next_network and next_address actions, then they should be part of the results when the command nsot networks list -c 10.2.1.0/24 reserved More... almost 8 years ago
Release v1.1.3 More... almost 8 years ago
Change requirements*txt to use Compatible Release specifiers (#265) More... almost 8 years ago
Fix for #223 User can send a post request to next_network and next_address actions. If it is a post request, then the action will get the networks or addresses and then save them in as network objects in the db More... almost 8 years ago
Fix for #223 User can send a post request to next_network and next_address actions. If it is a post request, then the action will get the networks or addresses and then save them in as network objects in the db More... almost 8 years ago
Release v1.1.2 More... almost 8 years ago
Minor bugfix in strict parameter for set queries More... almost 8 years ago