jeremystretch
|
84f0561712
|
Initial work on half-height RUs
|
2022-06-20 12:05:06 -04:00 |
|
Hunter Johnston
|
65683d0df1
|
Closes #9417: Pre-populate manufacturer when adding modules to devices
|
2022-06-19 20:00:15 -04:00 |
|
jeremystretch
|
e6018cd38f
|
Closes #9534: Add VLAN group selector to interface bulk edit forms
|
2022-06-17 14:51:45 -04:00 |
|
jeremystretch
|
92a6523bf3
|
Fixes #9549: Fix device counts for rack list under rack role view
|
2022-06-17 14:40:37 -04:00 |
|
jeremystretch
|
2815eca260
|
Fixes #9503: Hyperlinks in ack elevation SVGs must always use absolute URLs
|
2022-06-17 14:36:55 -04:00 |
|
Jeremy Stretch
|
87a9cc0b9e
|
Merge pull request #9527 from kkthxbye-code/fix-9374
Partially fixes #9374 - Implement a custom paginator for DeviceViewSet to improve config_context load times
|
2022-06-17 13:44:37 -04:00 |
|
Craig Pund
|
6876c9878e
|
added field definitions for device form
|
2022-06-13 17:06:08 -04:00 |
|
kkthxbye-code
|
8ef74192ec
|
Implement a custom paginator for DeviceViewSet
Running count on the annotated query for loading config_context is slow. The custom paginator removes the annotation before getting the count.
|
2022-06-13 20:45:08 +02:00 |
|
|
f13b090b5c
|
Add distinct to Site search to prevent duplicates when search matches ASN
|
2022-06-13 07:56:31 +02:00 |
|
jeremystretch
|
180adb42a3
|
Use polylines to draw cable fanouts
|
2022-06-08 16:29:26 -04:00 |
|
jeremystretch
|
8d92ec2007
|
Add support for cable fan-outs
|
2022-06-07 16:43:22 -04:00 |
|
jeremystretch
|
ecba9699ed
|
Introduce Node class for SVG boxes
|
2022-06-07 14:56:46 -04:00 |
|
jeremystretch
|
0b0a646f87
|
Clean up cable termination changes
|
2022-06-03 14:15:28 -04:00 |
|
jeremystretch
|
537383e071
|
Add cable topology tests
|
2022-06-02 12:40:31 -04:00 |
|
jeremystretch
|
bab6fb0de2
|
Update SVG trace rendering to support multiple terminations per cable end
|
2022-06-02 11:07:26 -04:00 |
|
jeremystretch
|
cf7a091319
|
Refactor SVG module
|
2022-06-02 08:28:27 -04:00 |
|
jeremystretch
|
3362bc3106
|
Remove link peer fields from cable termination models
|
2022-06-01 16:48:56 -04:00 |
|
jeremystretch
|
6befd2155a
|
Clean up tests
|
2022-06-01 11:38:31 -04:00 |
|
jeremystretch
|
7b02070007
|
Merge branch 'feature' into 9102-cabling
|
2022-05-31 16:10:10 -04:00 |
|
jeremystretch
|
201b9f635e
|
Fixes #9402: Fix custom field population when creating a virtual chassis
|
2022-05-31 13:26:25 -04:00 |
|
jeremystretch
|
6280398bc1
|
Clean up tests
|
2022-05-26 16:40:20 -04:00 |
|
jeremystretch
|
1bd39e6568
|
Fix filtering cables by connected device/rack/site
|
2022-05-26 16:01:20 -04:00 |
|
jeremystretch
|
50c872c47c
|
Clean up tests
|
2022-05-23 14:50:58 -04:00 |
|
jeremystretch
|
4ec26aa6aa
|
Fix population of initial field selections when creating a cable
|
2022-05-23 13:52:39 -04:00 |
|
jeremystretch
|
a7d3e5e7f5
|
Merge all cable creation URLs into a single view
|
2022-05-23 13:22:45 -04:00 |
|
lastorel
|
0570203891
|
add role attribute to filter inventoryitems
|
2022-05-22 17:22:28 +03:00 |
|
jeremystretch
|
7b5ff4c1a5
|
Merge cable creation/edit views & forms
|
2022-05-20 16:53:23 -04:00 |
|
jeremystretch
|
d155c39f59
|
Update cable termination type/ID filters
|
2022-05-18 16:48:49 -04:00 |
|
jeremystretch
|
a909ceda84
|
Simplify assignment of new cable terminations
|
2022-05-18 15:49:52 -04:00 |
|
bluikko
|
e5aa9d47f7
|
Add other power, front/rear port types
Fixes #9098
|
2022-05-18 15:08:08 +07:00 |
|
jeremystretch
|
75eea50d71
|
Order CableTerminations by cable, cable_end
|
2022-05-16 16:35:32 -04:00 |
|
jeremystretch
|
9ef9443969
|
Add REST API endpoint for CableTermination
|
2022-05-16 16:21:15 -04:00 |
|
jeremystretch
|
1505369133
|
Update Cable API serializer
|
2022-05-16 15:33:57 -04:00 |
|
kkthxbye-code
|
8ad203f97a
|
Added contact_group to region, site, manufacturer, tenant filters
|
2022-05-14 17:53:40 +02:00 |
|
kkthxbye-code
|
aba4e03d3b
|
Add contact_group to ContactModelFilterSet
|
2022-05-14 17:48:37 +02:00 |
|
jeremystretch
|
399afffddf
|
Fix CablePath migration
|
2022-05-13 16:46:55 -04:00 |
|
jeremystretch
|
906c3dca8b
|
Tests cleanup
|
2022-05-13 16:29:19 -04:00 |
|
jeremystretch
|
1b593384e5
|
Restore reverse relation to CableTerminations from Cable
|
2022-05-13 15:45:58 -04:00 |
|
jeremystretch
|
951627093c
|
Test cleanup
|
2022-05-13 15:34:01 -04:00 |
|
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 |
|
Daniel Sheppard
|
f415d81049
|
Fixes #8374 - Display device type and asset tag if name is blank but asset tag is populated
|
2022-05-13 09:49:07 -05:00 |
|
jeremystretch
|
3a461d0279
|
Update Cable instantiations to match new signature
|
2022-05-13 09:33:00 -04:00 |
|
jeremystretch
|
594964aebe
|
Simplify Cable init signature
|
2022-05-12 17:11:01 -04:00 |
|
jeremystretch
|
bb9eb119a4
|
Extend cable tracing tests
|
2022-05-12 16:08:44 -04:00 |
|
jeremystretch
|
4d5bcb65c8
|
Fix up pass-through port traversal
|
2022-05-12 16:08:44 -04:00 |
|
jeremystretch
|
c88f7b8408
|
Fix circuit termination tracing & update tests
|
2022-05-12 16:08:44 -04:00 |
|
jeremystretch
|
8bc6d8cb23
|
Introduce CablePath.retrace() to handle deleted cables
|
2022-05-12 16:08:44 -04:00 |
|
jeremystretch
|
eb4984afe6
|
Correct test queries
|
2022-05-12 16:08:44 -04:00 |
|