Commit Graph

6465 Commits

Author SHA1 Message Date
Jeremy Stretch
3dfbaa3ee9 Remove unused CablePathManager 2020-10-06 15:26:59 -04:00
Jeremy Stretch
056285dcd2 Include cable_peer on CableTermination serializers 2020-10-06 14:30:46 -04:00
Jeremy Stretch
60bb913f46 Clean up power connection tables 2020-10-06 13:30:28 -04:00
Jeremy Stretch
9b3462ee7e Extend device view to show local cable termination for all components 2020-10-06 13:08:41 -04:00
Jeremy Stretch
15cb0762c1 Cache peer termination on CableTerminations 2020-10-06 12:10:12 -04:00
Jeremy Stretch
3fee32ef6e Prefetch path & destination for API views 2020-10-06 10:41:52 -04:00
Jeremy Stretch
57bd4be9c0 Tweak component templates 2020-10-06 10:37:59 -04:00
Jeremy Stretch
9ce752f8d1 Introduce PathContains lookup to allow filtering against objects in path directly 2020-10-06 09:41:45 -04:00
Jeremy Stretch
cd6b42be63 Extend cable trace view to show related paths 2020-10-05 16:03:30 -04:00
Jeremy Stretch
d7293234c2 Optimize path prefetching 2020-10-05 14:47:21 -04:00
Jeremy Stretch
2823737811 Standardize path endpoint templates 2020-10-05 13:23:55 -04:00
Jeremy Stretch
095f7a9bda Fix up connection lists (pending additional work) 2020-10-05 12:05:29 -04:00
Jeremy Stretch
a3b7065bd1 Merge schema migrations 2020-10-05 11:47:24 -04:00
Jeremy Stretch
72700f7996 PowerFeedSerializer should subclass ConnectedEndpointSerializer 2020-10-05 11:39:17 -04:00
Jeremy Stretch
bc41a9dd97 Rename connection_status to connected_endpoint_reachable 2020-10-05 11:32:39 -04:00
Jeremy Stretch
8c3a6b6fc5 Rename CablePath.is_connected to is_active 2020-10-05 11:13:33 -04:00
Jeremy Stretch
210c25c521 Initial changelog notes for #4900 2020-10-05 11:07:03 -04:00
Jeremy Stretch
89ca56a975 Remove legacy connection_status fields 2020-10-05 10:47:41 -04:00
Jeremy Stretch
865a2d5c77 Remove legacy connected endpoint fields 2020-10-05 09:56:46 -04:00
Jeremy Stretch
ea5156af96 Optimize console/power/interface connection lists 2020-10-02 21:44:16 -04:00
Jeremy Stretch
dc59fb7cde Cache each CablePath on its originating endpoint 2020-10-02 17:16:43 -04:00
Jeremy Stretch
e35574452c Update console/power/interface connection tables 2020-10-02 15:10:49 -04:00
Jeremy Stretch
7a28ab727e Add trace view for PowerFeed 2020-10-02 14:57:50 -04:00
Jeremy Stretch
4c4a09ae1b Replace legacy trace() method 2020-10-02 14:54:16 -04:00
Jeremy Stretch
2a5c588e34 Changelog for #5197 2020-10-02 14:17:55 -04:00
Jeremy Stretch
ad6cadf84e Merge pull request #5208 from glennmatthews/gfm-issue-5197
5197: Limit main IPAddress view to a max of 10 duplicate addresses; add new duplicates view
2020-10-02 14:16:32 -04:00
Glenn Matthews
5a190eee30 Limit main IPAddress view to a max of 10 duplicate addresses. Fixes #5197 2020-10-02 14:01:51 -04:00
Jeremy Stretch
4fe4732e8b Fixes #5206: Apply user pagination preferences to all paginated object lists 2020-10-02 13:54:57 -04:00
Jeremy Stretch
031c0e18cd Replace connection_status filter with is_connected 2020-10-02 12:25:31 -04:00
Jeremy Stretch
021307b460 CablePath.origin should be unique 2020-10-02 11:51:23 -04:00
Jeremy Stretch
8251a14f3b Remove dcim.tests.test_api.ConnectionTest 2020-10-02 11:45:42 -04:00
Jeremy Stretch
580e4dec9f Add tests for all PathEndpoint classes 2020-10-02 11:35:17 -04:00
Daniel Sheppard
ca0aefc882 Fixes: #5201 - Fix bulk "all" operations on VLAN Groups 2020-10-02 09:59:16 -05:00
Jeremy Stretch
d43a907f9e Rename test elements to be more readable 2020-10-02 10:14:52 -04:00
Jeremy Stretch
be55bddd66 Remove legacy CablePathTestCase 2020-10-02 09:55:28 -04:00
Jeremy Stretch
8a562fcf22 Add tests for multiple pass-through breakouts 2020-10-02 09:54:12 -04:00
Jeremy Stretch
6cf495944b Add test for updated paths on cable status change 2020-10-01 17:25:44 -04:00
Jeremy Stretch
66547dab77 Add test for connecting cables out of order 2020-10-01 16:53:13 -04:00
Jeremy Stretch
f07aaccb84 Capture path end-to-end status in CablePath 2020-10-01 16:42:57 -04:00
Jeremy Stretch
57c0de3ed9 Drop support for split paths 2020-10-01 14:24:34 -04:00
Jeremy Stretch
047dc38141 retrace_paths should ignore case in model names 2020-10-01 13:10:08 -04:00
Jeremy Stretch
0263489cba CircuitTermination and PowerFeed are path endpoints 2020-10-01 13:05:00 -04:00
Jeremy Stretch
a8df683641 Introduce retrace_paths management command 2020-10-01 12:18:42 -04:00
Jeremy Stretch
8ed7cfd14b Add GenericRelation to originating cable paths on PathEndpoint 2020-10-01 11:30:03 -04:00
Daniel Sheppard
130d5d4f9d Fixes: #5199 - Change default logging for LDAP to INFO 2020-10-01 09:27:17 -05:00
Daniel Sheppard
5cfcc22c75 Fixes: #5199 - Change default logging for LDAP to INFO 2020-10-01 09:25:56 -05:00
Jeremy Stretch
1fe7abb830 Remove extraneous test objects 2020-09-30 17:12:38 -04:00
Jeremy Stretch
4dce7d09d9 Extend cable path tests 2020-09-30 17:10:22 -04:00
Jeremy Stretch
0c68a613ff Ignore the position stack when traversing single-position rear ports 2020-09-30 17:09:39 -04:00
Jeremy Stretch
42e618d89e Extend cable path tests 2020-09-30 16:17:22 -04:00