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

371 Commits

Author SHA1 Message Date
a909ceda84 Simplify assignment of new cable terminations 2022-05-18 15:49:52 -04:00
75eea50d71 Order CableTerminations by cable, cable_end 2022-05-16 16:35:32 -04:00
9ef9443969 Add REST API endpoint for CableTermination 2022-05-16 16:21:15 -04:00
1b593384e5 Restore reverse relation to CableTerminations from Cable 2022-05-13 15:45:58 -04:00
6ff2e55ce4 Add origins, destinations properties on CablePath 2022-05-13 15:05:38 -04:00
3082c76ec6 Update object trace() method 2022-05-13 14:37:20 -04:00
4c51dbba80 Update connected_endpoint serializer field to support multiple objects 2022-05-13 11:04:38 -04:00
594964aebe Simplify Cable init signature 2022-05-12 17:11:01 -04:00
4d5bcb65c8 Fix up pass-through port traversal 2022-05-12 16:08:44 -04:00
c88f7b8408 Fix circuit termination tracing & update tests 2022-05-12 16:08:44 -04:00
8bc6d8cb23 Introduce CablePath.retrace() to handle deleted cables 2022-05-12 16:08:44 -04:00
5667a9c456 Refactor CablePath.from_origin() 2022-05-12 16:08:44 -04:00
b44bfa1aa6 WIP 2022-05-12 16:08:44 -04:00
93daa6406b Fix cable path tracing 2022-05-12 16:08:44 -04:00
ecee7421ea Fix terminations assignment 2022-05-12 16:08:44 -04:00
83fdab5feb Change CablePath.path to JSONField 2022-05-12 16:08:44 -04:00
f0b722b0a5 Update cable tracing logic 2022-05-12 16:08:44 -04:00
82706eb3a6 Migrate CablePath to use two-dimensional array 2022-05-12 16:08:44 -04:00
f0fc8bf2cf Restrict A terminations by parent object 2022-05-12 16:08:44 -04:00
c3742f63fd Update signal handlers (WIP) 2022-05-12 16:08:44 -04:00
5d37f9f975 Update cable connection forms 2022-05-12 16:08:44 -04:00
1f4ad444ae Introduce CableTermination model & migrate data 2022-05-12 16:08:44 -04:00
907323d46f Revert initial model changes 2022-05-12 16:08:44 -04:00
4bb9b6ee26 Extend Cable model to support multiple A/B terminations 2022-05-12 16:08:44 -04:00
1726593fb0 Introduce MODULE_TOKEN constant 2022-05-11 10:37:04 -04:00
e759e123ac Fixes #9333: Annotate unit on interface speed field 2022-05-11 08:09:51 -04:00
c52aa2196d Prefetch installed components when adding modules 2022-05-04 23:21:03 +02:00
81c7fe2084 Don't adopt components already belonging to a module 2022-05-04 22:59:28 +02:00
8040804c75 Allow mixture of component replication and adoption 2022-05-03 22:03:12 +02:00
977ccb01f2 Formatting: Remove whitespace on blank line 2022-05-02 21:55:34 +02:00
c2a6a1c125 Create module components in bulk 2022-05-02 21:37:37 +02:00
3fb967b482 Add ability to adopt components when adding a module 2022-04-30 02:19:11 +02:00
8153406dd0 Fixes #9227: Fix related object assignment when recording change record for interfaces 2022-04-27 14:12:20 -04:00
fa5cf665ce Fixes #9128: Resolve component labels per module bay position when installing modules 2022-04-14 11:13:04 -04:00
a9e05aec7c Fixes #9100: Include position field in module type YAML export 2022-04-11 08:28:10 -04:00
2269bf0167 Fixes #9079: Fail validation when an inventory item is assigned as its own parent 2022-04-08 09:08:55 -04:00
6760533a10 Fixes #8931: Copy assigned tenant when cloning a location 2022-04-06 20:01:09 -04:00
4fae42de51 Fixes #9007: Fix FieldError exception when instantiating a device type with nested inventory items 2022-03-31 12:07:02 -04:00
7a54658710 Fixes #8978: Fix instantiation of front ports when provisioning a module 2022-03-31 09:03:01 -04:00
3ff4fd814e Merge branch 'develop' into feature 2022-03-30 15:45:40 -04:00
b7e2ea1ca5 Closes #8163: Add bridge members panel to interface view 2022-03-28 20:37:00 +02:00
22908a12e9 Merge branch 'develop' into feature 2022-03-25 10:38:44 -04:00
1278429518 Closes #8232: Add color show full 100% utilization (#8816)
* Closes #8232: Add color show full 100% utilization

* change rounding

* change rounding

* fix hard code html

* format
2022-03-25 09:52:13 -04:00
58f97bc0e7 Merge develop into feature 2022-03-24 16:35:35 -04:00
30a6dc2f64 Fixes #8951: Allow changing device type & platform to different manufacturer simultaneously 2022-03-24 10:34:09 -04:00
fdc0036872 Closes #8846: Enable image attachments for module types 2022-03-23 13:58:35 -04:00
2101f714cc Closes #8848: Show module bay & type in API serilizer display 2022-03-14 14:06:14 -04:00
cd29293dd6 Merge v3.1.9 2022-03-07 10:55:30 -05:00
81610ba86e Fixes #8724: Fix exception during device import with invalid device type 2022-03-04 13:45:59 -05:00
1319b62acb Standardize on get_FOO_color() method for returning ChoiceField colors 2022-02-11 14:25:13 -05:00