1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00
Commit Graph

138 Commits

Author SHA1 Message Date
4da755e75f Formatting cleanup 2018-11-27 11:57:29 -05:00
bd7aee7c1f Closes : Simplify calls of super() for Python 3 2018-11-27 10:52:24 -05:00
980d62d579 Removed Python 2 string compatibility 2018-08-14 11:58:42 -04:00
f7f7764a6e Miscellaneous cleanup for tags 2018-07-12 11:34:35 -04:00
208409110f Added bulk tag addition/removal 2018-07-10 10:00:21 -04:00
b945dec41b Closes : Enabled custom fields for services 2018-06-21 16:17:18 -04:00
7819d9c112 Closes : Added object/list views for services 2018-06-21 15:55:27 -04:00
9b3869790d Implemented tags for all primary models 2018-05-10 12:53:11 -04:00
bcb1d9af0b Fixes : Fixed deselection of an IP address as the primary IP for its parent device/VM 2018-04-12 13:03:20 -04:00
546f17ab50 Closes : Introduced AnnotatedMultipleChoiceField for filter forms 2018-03-07 14:16:38 -05:00
22f17a1424 Merge branch 'develop-2.3' into develop 2018-02-26 14:14:47 -05:00
5ed797cfc9 Fixes : Allow removing an IP as the primary for a device when editing the IP directly 2018-02-26 14:13:34 -05:00
73c64272d8 Merge branch 'develop' into develop-2.3 2018-02-06 14:58:11 -05:00
12e6fe1d50 Standardized declaration of csv_headers on models 2018-02-02 14:26:16 -05:00
e2213f458f Allow assignment of services to IPs on any VC member 2018-02-01 16:11:04 -05:00
78ed85943b Fixes : Improved rendering of null options for model choice fields in filter forms 2017-12-26 12:08:22 -05:00
500a56b869 Fixes : Set empty label to 'Global' or VRF field in IP assignment form 2017-11-16 11:54:23 -05:00
a0bb7b08bd Closes : Added a view to search for an IP address being assigned to an interface 2017-11-10 11:58:59 -05:00
00986fd7bf Closes : Cleaned up and reorganized import statements 2017-11-07 11:08:23 -05:00
626fbd1d10 Closes : Replaced prefix 'parent' filter with 'within' and 'within_include' 2017-11-02 13:15:25 -04:00
977cad3830 Added bulk import views for RIRs, roles, and VLAN groups 2017-10-09 15:42:06 -04:00
512a3bf09a Fixed : Allow assigning IP addresses to virtual machines during CSV bulk import 2017-09-18 13:30:20 -04:00
3466da4338 Merge branch 'develop' into develop-2.2
Conflicts:
	netbox/dcim/forms.py
2017-09-14 14:58:45 -04:00
17c1a1e465 Use add_blank_choice() to prepend a null choice to field options 2017-09-14 14:45:45 -04:00
d651deb31c Renamed form_class attribute to model_form for consistency 2017-09-12 13:55:11 -04:00
3bb0d523d3 Enabled services on virtual machines 2017-08-31 12:50:35 -04:00
fa95191792 Allowed assigning an IP address to either a device or a VM 2017-08-29 15:26:35 -04:00
e8dafc02f7 Merge branch 'develop' into develop-2.1
Conflicts:
	netbox/netbox/settings.py
2017-07-14 10:12:35 -04:00
e54c74d972 Fixes : Allow importing prefixes with "container" status 2017-07-12 10:31:16 -04:00
74828e1409 Fixes : Fix server error when adding an interface to a device 2017-07-11 14:52:50 -04:00
5b43a108bc Merge branch 'develop' into develop-2.1
Conflicts:
	netbox/ipam/models.py
	netbox/netbox/settings.py
	netbox/templates/dcim/inc/interface.html
2017-07-06 13:27:13 -04:00
afdf5750b5 Fixes : Fix primary_ip assignment during IP address import 2017-06-16 12:45:42 -04:00
ba8f48af65 Merge branch 'develop' into develop-2.1
Conflicts:
	netbox/netbox/settings.py
2017-06-15 14:26:02 -04:00
da3879e928 Fixes : Raise validation error on prefix import when multiple VLANs are found 2017-06-15 14:13:20 -04:00
a16218b311 Fixes : Corrected status choices in IP address import form 2017-06-14 16:22:49 -04:00
f427c00d94 Closes : Implemented IP address functional roles 2017-06-14 16:11:13 -04:00
252ab0fbab Fixes : Fix error when editing an IP with a NAT assignment which has no assigned device 2017-06-13 16:57:25 -04:00
05a796faf1 Closes : Allow filtering VLANs by group when editing prefixes 2017-06-09 14:15:12 -04:00
65b6fe576f Converted device fields to use FlexibleModelChoiceField; misc cleanup 2017-06-07 15:51:11 -04:00
0a6e4f31d5 Updated CSVForm validation 2017-06-07 14:19:08 -04:00
e6c4ce51f7 Replaced all CSVForm ChoiceFields with CSVChoiceField 2017-06-07 13:22:06 -04:00
c82658440f Converted IPAM import views to new scheme 2017-06-02 16:07:11 -04:00
1dd5e2c926 Fixes : Fix validation error on forms where API search is used 2017-05-25 14:33:50 -04:00
f21c6bca00 Import unicode_literals 2017-05-24 11:33:11 -04:00
f9328d53b4 Fixes : Fixed status assignment during bulk import of devices, prefixes, IPs, and VLANs 2017-05-17 17:16:02 -04:00
e351ab0171 Fixes : Corrected VLAN edit form so that site assignment is not required 2017-05-16 16:30:28 -04:00
d87acc97c3 Fixes : Allow removing site assignment when bulk editing VLANs 2017-05-12 12:06:37 -04:00
f9b2c59974 Moved tenancy to separate panel on bulk IP creation form 2017-05-12 12:04:06 -04:00
a870a3b918 Fixes : Re-implemented bulk IP address creation 2017-05-12 12:00:26 -04:00
ed80bfaf02 Fixed selector initializations for TenancyForms 2017-05-11 17:52:23 -04:00