Commit Graph

10042 Commits

Author SHA1 Message Date
jeremystretch
22f3662352 #9239: Organize contact form fields 2022-05-16 09:55:17 -04:00
Jeremy Stretch
17b6470c59 Merge pull request #9362 from kkthxbye-code/fix-9358
Fixes #9358 - Annotate provider table in ASN view with count_circuits
2022-05-16 09:31:45 -04:00
Jeremy Stretch
aa1f70a06e Merge pull request #9364 from kkthxbye-code/fix-9239
Fixes #9239 - Add contact_group to ContactModelFilterSet
2022-05-16 09:28:46 -04:00
kkthxbye-code
b01db8130c Added contact_group to region, site, manufacturer, tenant filters 2022-05-14 17:53:40 +02:00
kkthxbye-code
be7e7de8aa Add contact_group to ContactModelFilterSet 2022-05-14 17:48:37 +02:00
kkthxbye-code
6ea4d95201 Fix provider table in ASN view when ordering by circuit_count 2022-05-14 12:01:49 +02:00
jeremystretch
1520755827 Fix CablePath migration 2022-05-13 16:46:55 -04:00
jeremystretch
485066ddc7 Tests cleanup 2022-05-13 16:29:19 -04:00
jeremystretch
b1b8882b1d Restore reverse relation to CableTerminations from Cable 2022-05-13 15:45:58 -04:00
jeremystretch
fe36f58046 Test cleanup 2022-05-13 15:34:01 -04:00
jeremystretch
ca50660890 Add origins, destinations properties on CablePath 2022-05-13 15:05:38 -04:00
jeremystretch
70a83f55dc Update object trace() method 2022-05-13 14:37:20 -04:00
jeremystretch
536edca5c3 Update connected_endpoint serializer field to support multiple objects 2022-05-13 11:04:38 -04:00
Daniel Sheppard
cea05b0809 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
Daniel Sheppard
9410af47c9 Fixes #8922 - Add service list to IP address view 2022-05-13 09:40:24 -05:00
Daniel Sheppard
49862c55de Merge remote-tracking branch 'origin/develop' into develop 2022-05-13 09:29:12 -05:00
Daniel Sheppard
d31a8b1594 Fixes #9094 - Fix partial address search within Prefix and Aggregate filters 2022-05-13 09:28:24 -05:00
Daniel Sheppard
39fc13f005 Fixes #9094 - Fix partial address search within Prefix and Aggregate filters 2022-05-13 09:08:00 -05:00
jeremystretch
15bf7d3012 Update Cable instantiations to match new signature 2022-05-13 09:33:00 -04:00
jeremystretch
3048828f42 Simplify Cable init signature 2022-05-12 17:11:01 -04:00
jeremystretch
9d462d3ff1 Extend cable tracing tests 2022-05-12 16:08:44 -04:00
jeremystretch
4b4db4e10d Fix up pass-through port traversal 2022-05-12 16:08:44 -04:00
jeremystretch
c8d002214f Fix circuit termination tracing & update tests 2022-05-12 16:08:44 -04:00
jeremystretch
c7b4a5ca11 Introduce CablePath.retrace() to handle deleted cables 2022-05-12 16:08:44 -04:00
jeremystretch
e3d8bf811f Correct test queries 2022-05-12 16:08:44 -04:00
jeremystretch
ac53a5c29e Update & restore rebuild_paths() 2022-05-12 16:08:44 -04:00
jeremystretch
7f40028012 Refactor CablePath.from_origin() 2022-05-12 16:08:44 -04:00
jeremystretch
91b65f36ae WIP 2022-05-12 16:08:44 -04:00
jeremystretch
221c81f3dc Update tests 2022-05-12 16:08:44 -04:00
jeremystretch
50ff80f82c Fix cable path tracing 2022-05-12 16:08:44 -04:00
jeremystretch
f725c9b77a Fix terminations assignment 2022-05-12 16:08:44 -04:00
jeremystretch
cf74d20255 Change CablePath.path to JSONField 2022-05-12 16:08:44 -04:00
jeremystretch
150aff4f67 Start updating tests 2022-05-12 16:08:44 -04:00
jeremystretch
1743047ae3 Update cable tracing logic 2022-05-12 16:08:44 -04:00
jeremystretch
19480d3d93 Migrate CablePath to use two-dimensional array 2022-05-12 16:08:44 -04:00
jeremystretch
614e775263 Ensure cable is cached on terminating endpoints 2022-05-12 16:08:44 -04:00
jeremystretch
466e3fc9d2 Restrict A terminations by parent object 2022-05-12 16:08:44 -04:00
jeremystretch
8c675c805c Update signal handlers (WIP) 2022-05-12 16:08:44 -04:00
jeremystretch
bfa895b2b8 Update cable connection forms 2022-05-12 16:08:44 -04:00
jeremystretch
5286e73c40 Introduce CableTermination model & migrate data 2022-05-12 16:08:44 -04:00
jeremystretch
8bd8a2131e Revert initial model changes 2022-05-12 16:08:44 -04:00
jeremystretch
a3cc0f5057 Remove errant print statement 2022-05-12 16:08:44 -04:00
jeremystretch
e88403f8a4 Extend Cable model to support multiple A/B terminations 2022-05-12 16:08:44 -04:00
jeremystretch
f8648e82b4 Allow editing A side termination when creating cable 2022-05-12 16:08:44 -04:00
jeremystretch
f7d52fdf20 Remove termination IDs from cable creation view paths 2022-05-12 16:08:44 -04:00
jeremystretch
340a3a032d Merge branch 'develop' into feature 2022-05-12 14:16:01 -04:00
jeremystretch
6c15ea66b9 PRVB 2022-05-12 14:14:40 -04:00
Jeremy Stretch
87ac07b3e3 Merge pull request #9354 from netbox-community/develop
Release v3.2.3
2022-05-12 14:09:30 -04:00
jeremystretch
b01f78e318 Release v3.2.3 2022-05-12 13:53:26 -04:00
jeremystretch
9f502bc9c6 Closes #8805: Add "mixed" option for device airflow indication 2022-05-12 12:18:58 -04:00