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

6253 Commits

Author SHA1 Message Date
a6e0ef8cd8 Clean up console/power/interface connections views 2020-10-06 16:15:18 -04:00
6b3a1998c8 Add test_is_connected to CircuitTerminationTestCase 2020-10-06 15:59:21 -04:00
534364a30f Improve model docstrings 2020-10-06 15:48:52 -04:00
52ec35b94f Correct serializer field lists 2020-10-06 15:27:40 -04:00
3870f5d246 Remove unused CablePathManager 2020-10-06 15:26:59 -04:00
23cde6d1b8 Include cable_peer on CableTermination serializers 2020-10-06 14:30:46 -04:00
c813ae4f04 Clean up power connection tables 2020-10-06 13:30:28 -04:00
d984dbd83b Extend device view to show local cable termination for all components 2020-10-06 13:08:41 -04:00
d59f0891e4 Cache peer termination on CableTerminations 2020-10-06 12:10:12 -04:00
6275c8c67d Prefetch path & destination for API views 2020-10-06 10:41:52 -04:00
ffdf5514ae Tweak component templates 2020-10-06 10:37:59 -04:00
56ee425227 Introduce PathContains lookup to allow filtering against objects in path directly 2020-10-06 09:41:45 -04:00
19430ddeb5 Extend cable trace view to show related paths 2020-10-05 16:03:30 -04:00
d5d6b0e856 Optimize path prefetching 2020-10-05 14:47:21 -04:00
32b8148da1 Standardize path endpoint templates 2020-10-05 13:23:55 -04:00
50aecd02f4 Fix up connection lists (pending additional work) 2020-10-05 12:05:29 -04:00
b2066bc4b7 Merge schema migrations 2020-10-05 11:47:24 -04:00
32aa2daea6 PowerFeedSerializer should subclass ConnectedEndpointSerializer 2020-10-05 11:39:17 -04:00
b846f631a4 Rename connection_status to connected_endpoint_reachable 2020-10-05 11:32:39 -04:00
3d34f1cdcb Rename CablePath.is_connected to is_active 2020-10-05 11:13:33 -04:00
13db22d392 Initial changelog notes for 2020-10-05 11:07:03 -04:00
df73737128 Remove legacy connection_status fields 2020-10-05 10:47:41 -04:00
079c42291c Remove legacy connected endpoint fields 2020-10-05 09:56:46 -04:00
f8800b8303 Optimize console/power/interface connection lists 2020-10-02 21:44:16 -04:00
5737f6fca0 Cache each CablePath on its originating endpoint 2020-10-02 17:16:43 -04:00
8cb636bed2 Update console/power/interface connection tables 2020-10-02 15:10:49 -04:00
7ff247c57f Add trace view for PowerFeed 2020-10-02 14:57:50 -04:00
e9da84f91a Replace legacy trace() method 2020-10-02 14:54:16 -04:00
aa0d4c4145 Replace connection_status filter with is_connected 2020-10-02 12:25:31 -04:00
66355da04c CablePath.origin should be unique 2020-10-02 11:51:23 -04:00
e0abd7ef3e Remove dcim.tests.test_api.ConnectionTest 2020-10-02 11:45:42 -04:00
4fd1219814 Add tests for all PathEndpoint classes 2020-10-02 11:35:17 -04:00
9f242216e6 Rename test elements to be more readable 2020-10-02 10:14:52 -04:00
9d10c57dc9 Remove legacy CablePathTestCase 2020-10-02 09:55:28 -04:00
d50a0d94be Add tests for multiple pass-through breakouts 2020-10-02 09:54:12 -04:00
3b0a75edf8 Add test for updated paths on cable status change 2020-10-01 17:25:44 -04:00
0d07b0346b Add test for connecting cables out of order 2020-10-01 16:53:13 -04:00
c974c5687c Capture path end-to-end status in CablePath 2020-10-01 16:42:57 -04:00
610420c020 Drop support for split paths 2020-10-01 14:24:34 -04:00
cd398b15d8 retrace_paths should ignore case in model names 2020-10-01 13:10:08 -04:00
8abc05544c CircuitTermination and PowerFeed are path endpoints 2020-10-01 13:05:00 -04:00
105c0fd3d2 Introduce retrace_paths management command 2020-10-01 12:18:42 -04:00
19a3a4d4ef Add GenericRelation to originating cable paths on PathEndpoint 2020-10-01 11:30:03 -04:00
46df5a97b2 Remove extraneous test objects 2020-09-30 17:12:38 -04:00
e53ae1d584 Extend cable path tests 2020-09-30 17:10:22 -04:00
cd71799373 Ignore the position stack when traversing single-position rear ports 2020-09-30 17:09:39 -04:00
319329e2b2 Extend cable path tests 2020-09-30 16:17:22 -04:00
985197788b Add initial tests 2020-09-30 15:15:27 -04:00
587e6fcf72 Initial work on cable paths (WIP) 2020-09-30 15:13:06 -04:00
12e2537222 General cleanup of tables 2020-09-25 14:18:29 -04:00