0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 08, 2024 — Jun 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Release v1.1.7 (#284) More... almost 8 years ago
Release v1.1.7 (#284) More... almost 8 years ago
Release v1.1.7 (#284) More... almost 8 years ago
New setting to toggle whether new auth_header users should be superuser (#283) More... almost 8 years ago
Release v1.1.6 (#282) More... almost 8 years ago
Release 1.1.6 More... almost 8 years ago
Release 1.1.6 More... almost 8 years ago
Release 1.1.6 More... almost 8 years ago
Bugfixes to modifying users from the Django admin panel. (#281) More... almost 8 years ago
Add limit to device query More... almost 8 years ago
Add limit to device query More... almost 8 years ago
Release v1.1.5 (#276) More... about 8 years ago
Re-enable permission groups in the admin dashboard. (#275) More... about 8 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... about 8 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... about 8 years ago
Release v1.1.4 More... about 8 years ago
Interface Tree traversal (#271) More... about 8 years ago
Update README.rst More... about 8 years ago
Add docs on our git branches and release process (#270) More... over 8 years ago
Updated Vagrantfile to get box to come up and install nsot properly. (#269) More... over 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... over 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... over 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... over 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... over 8 years ago
Release v1.1.3 More... over 8 years ago
Change requirements*txt to use Compatible Release specifiers (#265) More... over 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... over 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... over 8 years ago
Release v1.1.2 More... over 8 years ago
Minor bugfix in strict parameter for set queries More... over 8 years ago