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

38 Commits

Author SHA1 Message Date
7a3af8de83 Merge branch 'feature' of https://github.com/netbox-community/netbox into feature
# Conflicts:
#	netbox/dcim/tables/template_code.py
#	netbox/netbox/forms.py
#	netbox/templates/dcim/cable_connect.html
#	netbox/templates/dcim/consoleport.html
#	netbox/templates/dcim/consoleserverport.html
#	netbox/templates/dcim/device.html
#	netbox/templates/dcim/device/base.html
#	netbox/templates/dcim/device_edit.html
#	netbox/templates/dcim/interface.html
#	netbox/templates/dcim/rack.html
#	netbox/templates/dcim/rack_edit.html
#	netbox/templates/dcim/site.html
#	netbox/templates/extras/configcontext.html
#	netbox/templates/extras/objectchange.html
#	netbox/templates/generic/object.html
#	netbox/templates/inc/nav_menu.html
#	netbox/templates/ipam/ipaddress_edit.html
#	netbox/templates/ipam/vrf.html
#	netbox/utilities/templates/buttons/export.html
2021-03-17 22:02:43 -07:00
4c60a602b9 bootstrap 5 template updates 2021-03-13 11:16:29 -07:00
9b89afd6dc begin bootstrap 5 migration, update templates 2021-03-13 02:19:42 -07:00
79b19821f6 Closes : Introduce SiteGroup model ()
* Initial work on 

* Add site group selection to object edit forms

* Add documentation for site groups

* Changelog for 

* Finish application of site groups to config context
2021-03-08 13:28:53 -05:00
cef8204f40 Merge tags fields with primary object fields in form display 2021-02-25 14:03:14 -05:00
a3675854be Clean up generic view templates 2020-11-11 16:58:29 -05:00
c53990c739 Closes : Add a region selector for every site form field 2020-11-04 15:27:41 -05:00
0e91d837a0 Allow selecting NAT IP address by assigned virtual machine 2020-08-13 10:42:19 -04:00
eadd2d6854 Remove obsolete livesearch Javascript 2020-08-11 12:56:27 -04:00
bd24eebbf2 Fixes : Default to VM tab when creating/editing an IP address for a VM 2020-08-05 09:29:29 -04:00
4d2c75a824 Restore ability to assign interface when editing an IPAddress 2020-06-24 11:30:28 -04:00
bb6be8e3d3 Disable editing assigned interface under IPAddress form 2020-06-22 16:36:06 -04:00
15ab30d0c6 Replace model_name and model_name_verbose filters with meta 2020-03-09 10:50:46 -04:00
3c5346f60a Fixes : VRF filtering for NAT IP search 2020-01-28 10:22:28 -05:00
a026ec45b8 Closes : Add dns_name to IPAddress 2019-04-22 18:10:28 -04:00
ad4fb3ce8b IPAM Select2 forms and changelog 2019-01-10 21:19:13 -05:00
0a71c63583 Upgraded to Django 2.1 2018-11-02 14:42:15 -04:00
9b3869790d Implemented tags for all primary models 2018-05-10 12:53:11 -04:00
fa95191792 Allowed assigning an IP address to either a device or a VM 2017-08-29 15:26:35 -04:00
f427c00d94 Closes : Implemented IP address functional roles 2017-06-14 16:11:13 -04:00
1dd5e2c926 Fixes : Fix validation error on forms where API search is used 2017-05-25 14:33:50 -04:00
473b35f9a3 Added tenant_group/tenant form section to all objects with tenancy 2017-05-11 17:35:20 -04:00
5ca87c0f20 Merge branch 'develop' into v2-develop 2017-05-08 15:02:06 -04:00
d861d8bfb8 Fixes : Allow designating an IP as primary for a device while editing the IP 2017-05-02 16:46:23 -04:00
b01bf6089c Merge branch 'develop' into v2-develop
Conflicts:
	netbox/dcim/forms.py
	netbox/dcim/views.py
	netbox/ipam/forms.py
	netbox/templates/_base.html
	netbox/utilities/views.py
2017-04-13 15:42:50 -04:00
09000ad9b3 Closes : Merged IP interface assignment into ipam.IPAddressForm 2017-04-13 14:54:17 -04:00
3ed3e93b25 Appended a version flag to all CSS/JS references to invalidate browser cache after an upgrade 2017-03-30 15:40:00 -04:00
9fd9719d0b Closes : Implemented support for bulk IP address creation 2016-12-20 15:39:22 -05:00
bf817eb69e Closes : Introduction of circuit terminations 2016-12-14 13:47:22 -05:00
e22eafc4a7 Closes : Allow device assignment and removal from IP address view 2016-10-24 15:07:11 -04:00
13243785f1 Closes : Added status field to IP addresses 2016-10-21 12:34:02 -04:00
6cdb62b67e Minimal implemtnation of custom fields 2016-08-15 15:24:23 -04:00
e6c06b39e8 Adds tenant assignment to Prefix and IPAddress objects 2016-07-28 13:50:46 -04:00
ed07b235a2 Pulled in all third-party resources and standardized on static template tag 2016-06-21 13:26:19 -04:00
950a6ea7b2 Introduced a common template for object editing 2016-05-09 14:11:53 -04:00
171f2c008f Converted IPAM Prefix, IPAddress, VLAN add/edit/delete views to CBVs 2016-05-09 13:10:37 -04:00
03d5540fc8 netbox: adjusted where IP address form buttons rendered to be
more in line with other two-column add/edit pages.
2016-03-06 20:37:46 -06:00
27b289ee3b Initial push to public repo 2016-03-01 11:23:03 -05:00