9ef24d3f43
Fixes #10513 : Disable the reassignment of a module to a new device
2022-10-03 11:11:51 -04:00
c4b7ab067a
Fixes #10247 : Allow changing selected device/VM when creating a new component ( #10312 )
...
* Initial work on #10247
* Continued work on #10247
* Clean up component creation tests
* Move valdiation of replicated field to form
* Clean up ordering of fields in component creation forms
* Omit fieldset header if none
* Clean up ordering of fields in component template creation forms
* View tests should not move component templates to new device type
* Define replication_fields on VMInterfaceCreateForm
* Clean up expandable field help texts
* Update comments
* Update component bulk update forms & views to support new replication fields
* Fix ModularDeviceComponentForm parent class
* Fix bulk creation of VM interfaces (thanks @kkthxbye-code!)
2022-09-15 10:10:32 -04:00
0b86326435
#9102 : Enable creating terminations in conjunction with cables via REST API
2022-07-13 15:35:37 -04:00
25ed3390cb
Merge branch 'feature' into 9102-cabling
2022-06-27 12:12:34 -04:00
e4aa933d57
Closes #7744 : Add status field to Location
2022-06-22 13:33:19 -04:00
4587b83d85
Closes #1099 : Add PoE mode & type for interfaces
2022-06-21 21:22:24 -04:00
50c872c47c
Clean up tests
2022-05-23 14:50:58 -04:00
3a461d0279
Update Cable instantiations to match new signature
2022-05-13 09:33:00 -04:00
9c3dfdfd14
Fix test_module_component_adoption
2022-05-05 09:30:13 +02:00
7de27c69c0
Fix PEP8
2022-05-04 09:16:19 +02:00
f455f91ea3
Add view test for module component adoption
2022-05-04 08:58:42 +02:00
a2981870ce
#7844 : Allow installing modules via UI without replicating components
2022-02-04 11:51:30 -05:00
d0bfd7e19a
#7853 - Add tests
2022-01-20 14:13:13 -06:00
3e277de82d
Closes #7852 : Enable assigning interfaces to VRFs
2022-01-07 14:57:43 -05:00
4c15f4a84f
Initial work on #8118
2021-12-29 15:37:01 -05:00
6e9afccfd7
#8037 : Add role field to InventoryItem
2021-12-27 10:45:33 -05:00
04fb5e544d
#3087 : Add InvetoryItemRole
2021-12-27 10:18:39 -05:00
7777922bef
Add Module model
2021-12-17 16:12:03 -05:00
7c60e3c0ff
Add Module model
2021-12-17 12:18:37 -05:00
e529d7fd3b
Add ModuleBay and ModuleBayTemplate models
2021-12-17 09:35:57 -05:00
d2d2978288
Closes #7748 : Remove legacy contact fields from site model
2021-12-09 16:23:39 -05:00
96cde7d4af
Add wireless_lans to InterfaceSerializer; extend tests
2021-11-03 15:55:16 -04:00
7a55832a22
#6732 : Add asns relationship to SiteSerializer and extend tests
2021-11-03 15:24:15 -04:00
3991115ae5
#6732 - Fix imports and other small items
2021-10-29 14:54:55 -05:00
033db83068
Merge branch 'feature' of https://github.com/netbox-community/netbox into 6732-asn-model
2021-10-28 11:55:20 -05:00
3c261b05d9
#6732 - Fix ASN tests
2021-10-28 11:49:21 -05:00
a173083e5b
Closes #7606 : Model transmit power for interfaces
2021-10-28 09:31:45 -04:00
5193fa6483
Add tests for #6346
2021-10-21 16:57:01 -04:00
3a3ed8bf64
Merge branch 'feature' into 3979-wireless
2021-10-21 13:19:52 -04:00
cfb3897047
Add tags to organizational & nested group models
2021-10-21 10:51:02 -04:00
8c058dcd45
Closes #7530 : Move device type component lists to separate views
2021-10-20 15:04:40 -04:00
95ed07a95e
Add status field to WirelessLink
2021-10-13 14:31:30 -04:00
5a6190e321
Closes #6874 : Add tenant assignment for locations
2021-10-07 15:46:21 -04:00
18c3bb673f
Closes #1337 : Add WWN field to interfaces
2021-10-07 15:09:42 -04:00
71449b3414
Fixes #7304 : Require explicit values for all required choice fields during CSV import
2021-09-28 12:04:54 -04:00
736da4bcad
Merge branch 'develop' into feature
2021-08-10 21:03:10 -04:00
35b8fc6e83
Fixes #6936 : Add missing parent column to inventory item import form
2021-08-10 20:24:57 -04:00
c7e0abc3fb
Merge v2.11.10
2021-07-28 16:26:04 -04:00
8355270a1a
Fixes #6822 : Use consistent maximum value for interface MTU
2021-07-27 16:04:51 -04:00
88e382e7a1
Merge v2.11.8 changes
2021-07-06 12:10:29 -04:00
631d991d8d
Closes #6368 : Enable virtual chassis assignment during bulk import of devices
2021-07-01 15:49:05 -04:00
7e18b0dd3a
Remove csv_headers model attributes
2021-06-09 15:52:49 -04:00
664ba55460
Reorganize base TestCase classes
2021-04-14 14:22:58 -04:00
9bda2a44ae
Fix permissions for cable trace view tests
2021-04-12 16:25:52 -04:00
b4b68c0b00
Move create_test_device() to testing utils
2021-04-12 16:07:03 -04:00
608bf30bda
Add cable trace view tests
2021-04-12 15:52:24 -04:00
61d23df83a
Closes #5972 : Bulk edit support for organizational models ( #5974 )
...
* Enable bulk editing of organizational models
* Enable bulk editing of nested group models
* Changelog for #5972
2021-03-12 16:14:42 -05:00
79b19821f6
Closes #5892 : Introduce SiteGroup model ( #5937 )
...
* Initial work on #5892
* Add site group selection to object edit forms
* Add documentation for site groups
* Changelog for #5892
* Finish application of site groups to config context
2021-03-08 13:28:53 -05:00
fdb3e3f9a4
Closes #5895 : Rename RackGroup to Location
2021-03-03 13:30:33 -05:00
a0e82e1817
Fixes #5574 : Restrict the creation of device bay templates on non-parent device types
2021-01-19 10:49:56 -05:00