jeremystretch
6ff2e55ce4
Add origins, destinations properties on CablePath
2022-05-13 15:05:38 -04:00
jeremystretch
3082c76ec6
Update object trace() method
2022-05-13 14:37:20 -04:00
jeremystretch
4c51dbba80
Update connected_endpoint serializer field to support multiple objects
2022-05-13 11:04:38 -04:00
jeremystretch
82706eb3a6
Migrate CablePath to use two-dimensional array
2022-05-12 16:08:44 -04:00
jeremystretch
f0fc8bf2cf
Restrict A terminations by parent object
2022-05-12 16:08:44 -04:00
jeremystretch
c3742f63fd
Update signal handlers (WIP)
2022-05-12 16:08:44 -04:00
jeremystretch
e759e123ac
Fixes #9333 : Annotate unit on interface speed field
2022-05-11 08:09:51 -04:00
jeremystretch
8153406dd0
Fixes #9227 : Fix related object assignment when recording change record for interfaces
2022-04-27 14:12:20 -04:00
jeremystretch
2269bf0167
Fixes #9079 : Fail validation when an inventory item is assigned as its own parent
2022-04-08 09:08:55 -04:00
jeremystretch
3ff4fd814e
Merge branch 'develop' into feature
2022-03-30 15:45:40 -04:00
Stephan Blanke
b7e2ea1ca5
Closes #8163 : Add bridge members panel to interface view
2022-03-28 20:37:00 +02:00
jeremystretch
c5650bb278
Rename PrimaryModel to NetBoxModel
2022-01-26 20:57:14 -05:00
jeremystretch
b67859832a
Refactor to_objectchange()
2022-01-26 20:25:23 -05:00
jeremystretch
571e9801f3
Closes #8195 : Ensure all GenericForeignKey ID fields employ PositiveBigIntegerField
2022-01-24 16:02:54 -05:00
jeremystretch
5abfe821bc
Changelog cnad cleanup for #7853
2022-01-21 15:43:53 -05:00
Daniel Sheppard
375a140343
Merge branch 'feature' of https://github.com/netbox-community/netbox into 7853-speed_duplex
2022-01-20 13:12:04 -06:00
jeremystretch
cdae0c2bef
Remove extras_features() decorator
2022-01-19 15:16:10 -05:00
Daniel Sheppard
0f58faaddb
#7853 - Initial work on Speed/Duplex.
...
TODO: Documentation, Tests, Form order
2022-01-08 12:25:30 -06:00
jeremystretch
3e277de82d
Closes #7852 : Enable assigning interfaces to VRFs
2022-01-07 14:57:43 -05:00
jeremystretch
99d5013de3
Initial work on #7846
2021-12-27 14:01:25 -05:00
jeremystretch
6e9afccfd7
#8037 : Add role field to InventoryItem
2021-12-27 10:45:33 -05:00
jeremystretch
04fb5e544d
#3087 : Add InvetoryItemRole
2021-12-27 10:18:39 -05:00
jeremystretch
eaa1165611
Add position field for module bays
2021-12-20 09:51:55 -05:00
jeremystretch
7777922bef
Add Module model
2021-12-17 16:12:03 -05:00
jeremystretch
e529d7fd3b
Add ModuleBay and ModuleBayTemplate models
2021-12-17 09:35:57 -05:00
jeremystretch
dda11ec69e
Fixes #8003 : Fix cable tracing across bridged interfaces with no cable
2021-12-08 11:35:50 -05:00
jeremystretch
d529c1b5b3
Housekeeping: Use RestrictedQuerySet for default manager on base models
2021-11-11 15:04:22 -05:00
jeremystretch
834f68e6e4
Fixes #7761 : Extend cable tracing across bridged interfaces
2021-11-11 14:45:10 -05:00
jeremystretch
67c73768c1
Add count_fhrp_groups to interface serializers
2021-11-04 09:58:33 -04:00
jeremystretch
131e433880
Rename FHRPGroupAssignment object to interface
2021-11-02 15:10:02 -04:00
jeremystretch
bb4f3e1789
Initial work on #6235
2021-11-01 16:56:30 -04:00
jeremystretch
a173083e5b
Closes #7606 : Model transmit power for interfaces
2021-10-28 09:31:45 -04:00
jeremystretch
e1e2c76ae1
Add bridge field to Interface, VMInterface models
2021-10-21 16:30:18 -04:00
jeremystretch
075f4907ef
Store channel frequency & width as independent values
2021-10-15 11:39:53 -04:00
jeremystretch
b7317bfe29
Remove choices from rf_channel_width
2021-10-15 10:06:49 -04:00
jeremystretch
01d3c062f2
Move wireless field choices to wireless app
2021-10-15 10:00:03 -04:00
jeremystretch
fb9da87abb
Add devices to WirelessLinkForm
2021-10-14 10:02:05 -04:00
jeremystretch
438b4b4758
Add rf_role to Interface
2021-10-13 20:16:36 -04:00
jeremystretch
ac2cd552b9
Rename cable_peer fields to link_peer
2021-10-13 14:04:53 -04:00
jeremystretch
138af27bf7
Record wireless links as part of cable path
2021-10-13 13:28:14 -04:00
jeremystretch
445e16f668
Reference WirelessLink on both attached Interfaces
2021-10-13 11:54:52 -04:00
jeremystretch
5271680483
Rename SSID model to WirelessLAN
2021-10-12 17:06:31 -04:00
jeremystretch
38f6d22d2d
Enable attachment of wireless interfaces to SSIDs
2021-10-12 13:48:06 -04:00
jeremystretch
8e1535f7ec
Add RF channel fields to Interface
2021-10-12 10:46:41 -04:00
jeremystretch
18c3bb673f
Closes #1337 : Add WWN field to interfaces
2021-10-07 15:09:42 -04:00
jeremystretch
38172b793b
Fixes #7294 : Fix SVG rendering for cable traces ending at unoccupied front ports
2021-09-21 15:04:37 -04:00
jeremystretch
d0fbbbfb37
Merge branch 'develop' into feature
2021-08-06 10:06:52 -04:00
jeremystretch
f23dc2d405
Fixes #6902 : Populate device field when cloning device components
2021-08-06 09:55:47 -04:00
jeremystretch
c7e0abc3fb
Merge v2.11.10
2021-07-28 16:26:04 -04:00
jeremystretch
8355270a1a
Fixes #6822 : Use consistent maximum value for interface MTU
2021-07-27 16:04:51 -04:00
jeremystretch
8cf9f0d5bc
Support specification of image width when rendering cable traces as SVG
2021-07-16 17:06:27 -04:00
jeremystretch
ce7fa95546
Initial work on SVG support for cable tracing
2021-07-14 14:14:56 -04:00
jeremystretch
b3ed545d6a
Closes #3682 : Add color field to front and rear ports
2021-06-09 16:51:51 -04:00
jeremystretch
7e18b0dd3a
Remove csv_headers model attributes
2021-06-09 15:52:49 -04:00
jeremystretch
3ec6194a47
Remove obsolete to_csv() methods
2021-06-09 15:08:49 -04:00
jeremystretch
b6660c72e1
Add tags as a feature query
2021-05-21 16:54:33 -04:00
jeremystretch
4939b6b641
Fixes #6252 : Fix assignment of console port speed values above 19.2kbps
2021-04-23 10:07:11 -04:00
jeremystretch
b0573f88e6
Merge branch 'develop' into feature
2021-04-11 13:16:00 -04:00
jeremystretch
e69251b21a
Fixes #6070 : Add missing 'count_ipaddresses' attribute to VMInterface serializer
2021-04-08 14:22:45 -04:00
jeremystretch
19cb575b90
Permit the assignment of virtual interfaces as parents
2021-04-05 14:48:11 -04:00
Jeremy Stretch
96759af86f
Closes #6071 : Cable traces now traverse circuits
2021-04-01 14:31:10 -04:00
Jeremy Stretch
2c9b791b85
Improve Interface validation
2021-03-29 10:34:31 -04:00
Jeremy Stretch
fc5bb966f0
Declare TaggableManager on PrimaryModel base class
2021-03-10 14:32:50 -05:00
Jeremy Stretch
bac2387f50
Merge branch 'develop' into feature
2021-03-09 20:04:20 -05:00
Jeremy Stretch
e1a86139dc
Add parent field to Interface
2021-03-05 13:49:41 -05:00
Jeremy Stretch
8e1fe6339e
Rename parent attribute on CableTerminations to parent_object
2021-03-05 13:06:21 -05:00
Jeremy Stretch
7a5cf80412
Clean up extraneous imports
2021-03-05 12:48:53 -05:00
Jeremy Stretch
9c967ee3ea
Fixes #5913 : Improve change logging ( #5924 )
...
* Initial work on #5913
* Provide per-line diff highlighting
* BulkDeteView should delete objects individually to secure a pre-change snapshot
* Add changelog tests for bulk operations
2021-03-04 13:06:04 -05:00
Jeremy Stretch
8de20fcd1f
Closes #5375 : Add 'speed' attribute to console port models
2021-03-03 10:20:08 -05:00
Jeremy Stretch
8dd7123923
Closes #3648 : Mark cable termination models as connected without attaching a cable
2021-03-01 21:34:42 -05:00
Jeremy Stretch
07e6abdac4
Closes #5901 : Add 'created' and 'last_updated' fields to device component models
2021-03-01 15:42:39 -05:00
Jeremy Stretch
d6ee4d58ba
Add custom field support for device component models
2021-03-01 13:07:25 -05:00
Julian Jacobi
cfddf570b9
add custom links to device components
2021-03-01 09:30:43 +01:00
Jeremy Stretch
7e6cb9d186
Closes #1638 : Migrate all primary keys to 64-bit integers
2021-02-26 16:12:52 -05:00
Jeremy Stretch
bec7ea7072
Standardize model types based on function
2021-02-24 21:01:16 -05:00
Jeremy Stretch
0accaedad0
Fixes #5569 : Ensure consistent labeling of interface mgmt_only field
2021-01-05 15:15:36 -05:00
Jeremy Stretch
b2e05aafc1
Closes #5531 : Ensure consistent calls to parent clean() methods for models, forms
2020-12-28 12:54:42 -05:00
Jeremy Stretch
4e25c70f96
Merge branch 'develop' into develop-2.10
2020-11-24 16:50:21 -05:00
Jeremy Stretch
3dd2e4c84c
Fixes #5360 : Clear VLAN assignments when setting interface mode to none
2020-11-20 14:40:21 -05:00
Jeremy Stretch
70e966923a
Add CablePath.get_path() to prefetch path nodes
2020-10-30 13:32:10 -04:00
Jeremy Stretch
96650b0216
Merge branch 'develop' into develop-2.10
2020-10-09 13:52:16 -04:00
Jeremy Stretch
a2c012d2c4
Fixes #5224 : Don't allow a rear port to have fewer positions than the number of mapped front ports
2020-10-08 16:24:08 -04:00
Jeremy Stretch
0c5efa243d
Handle traces which split at a RearPort
2020-10-08 13:45:47 -04:00
Jeremy Stretch
39e4ab164e
Fixes #5218 : Raise validation error if a power port's allocated_draw exceeds its maximum_draw
2020-10-07 13:23:19 -04:00
Jeremy Stretch
eaf8d95ce5
Clean up power utilization logic
2020-10-07 11:14:16 -04:00
Jeremy Stretch
534364a30f
Improve model docstrings
2020-10-06 15:48:52 -04:00
Jeremy Stretch
d59f0891e4
Cache peer termination on CableTerminations
2020-10-06 12:10:12 -04:00
Jeremy Stretch
32b8148da1
Standardize path endpoint templates
2020-10-05 13:23:55 -04:00
Jeremy Stretch
df73737128
Remove legacy connection_status fields
2020-10-05 10:47:41 -04:00
Jeremy Stretch
079c42291c
Remove legacy connected endpoint fields
2020-10-05 09:56:46 -04:00
Jeremy Stretch
5737f6fca0
Cache each CablePath on its originating endpoint
2020-10-02 17:16:43 -04:00
Jeremy Stretch
e9da84f91a
Replace legacy trace() method
2020-10-02 14:54:16 -04:00
Jeremy Stretch
610420c020
Drop support for split paths
2020-10-01 14:24:34 -04:00
Jeremy Stretch
19a3a4d4ef
Add GenericRelation to originating cable paths on PathEndpoint
2020-10-01 11:30:03 -04:00
Jeremy Stretch
587e6fcf72
Initial work on cable paths (WIP)
2020-09-30 15:13:06 -04:00
Jeremy Stretch
9b16d6df2e
Merge v2.9.4 release
2020-09-23 16:11:00 -04:00
Jeremy Stretch
230e7bbe34
Closes #1846 : Enable MPTT for InventoryItem hierarchy
2020-09-18 10:18:03 -04:00
Jeremy Stretch
e983f44fd3
Closes #5128 : Increase maximum rear port positions from 64 to 1024
2020-09-16 12:53:11 -04:00
Jeremy Stretch
08c492f1f4
Merge develop into develop-2.10
2020-09-04 16:09:05 -04:00
Jeremy Stretch
f37997ac54
Closes #4814 : Allow nested LAG interfaces
2020-08-21 13:35:03 -04:00