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

2619 Commits

Author SHA1 Message Date
79c110df39 Create id_string on Cable to preserve access to pk after object deletion 2018-11-01 10:25:30 -04:00
ad03a0925b Fixed cable type filtering 2018-11-01 10:18:37 -04:00
5e7fccb64e Add blank choice to ColorSelect widget 2018-11-01 10:14:47 -04:00
3bc6fc5e24 Added changelog view for Cable 2018-11-01 10:04:43 -04:00
849db8fe44 Finished CableCSVForm 2018-11-01 09:59:53 -04:00
55c632ace7 Introduce CableBulkImportView 2018-10-31 17:05:25 -04:00
cd243a90d0 connected_endpoint must be read-only on termination serializers 2018-10-31 16:12:36 -04:00
4e9ace39ce Optimized queryset for InterfaceConnectionsListView 2018-10-31 16:01:46 -04:00
18628166dc Removed old console/power connection views 2018-10-31 15:54:29 -04:00
f7e23d912c Expanded cable connection form 2018-10-31 15:31:44 -04:00
121a6afb45 Fixed typo in API URL template 2018-10-31 15:23:00 -04:00
c2656c4ce1 Added tests for Cable model 2018-10-31 15:17:51 -04:00
d22c23290f Moved cable caching logic from Cable.save() to signals 2018-10-31 15:01:01 -04:00
8992c57039 Remove reverse relationship to CableTermination.cable 2018-10-31 15:00:09 -04:00
939a52dcbd Changed variable names for clarity 2018-10-31 14:01:20 -04:00
6f788fcd23 Tweaked display of connected circuits 2018-10-31 12:53:17 -04:00
f2f9ff5cbd Cleaned up migrations 2018-10-31 11:52:43 -04:00
470aabe1d7 Added dedicated cable trace view; removed modal 2018-10-30 16:30:03 -04:00
669fe1f192 Add missing interfaces table 2018-10-30 15:16:15 -04:00
62ca511619 Updated documentation 2018-10-30 15:12:14 -04:00
10492de50d Fix NestedCableSerializer 2018-10-30 14:58:04 -04:00
e1e9a451da PEP8 fix 2018-10-30 14:57:49 -04:00
60f5371b31 Fix front ports queryset 2018-10-30 14:54:29 -04:00
aad4f58633 Add 'cable' field to CircuitTermination serializer 2018-10-30 14:53:41 -04:00
2fa1c81070 Added initial tests for cable connections 2018-10-30 14:28:46 -04:00
3420b5fbdf CircuitTermination should inherit from CableTermination 2018-10-30 14:27:45 -04:00
4df74780b8 Extended Cables to connect CircuitTerminations 2018-10-30 12:16:22 -04:00
cbfb25f003 Initial work on a cable tracing modal 2018-10-29 16:45:20 -04:00
e3dc12338b Introduced a 'trace' API endpoint for cable terminations 2018-10-29 15:43:41 -04:00
e75ef5fd2d Replace references to Interface.connection with connected_endpoint 2018-10-29 14:15:04 -04:00
8ebf7a7ad0 Standard naming of reverse relationship to Device from component models 2018-10-29 13:42:58 -04:00
d7766b9828 Replace 'is_connected' boolean with Cable attachment 2018-10-29 13:36:41 -04:00
427226de8c Optimized API views 2018-10-29 13:26:09 -04:00
cb1bdccf51 'cable' should be a read-only field 2018-10-29 13:14:41 -04:00
1ab4344537 Fix front/rear port connection styling 2018-10-29 13:09:23 -04:00
17a71d3e26 Optimized front/rear port connection displays 2018-10-29 12:56:17 -04:00
05431aa83b Added 'cable' field to device component serializers 2018-10-29 12:33:43 -04:00
e21b23cd98 Introduced 'cable' field on CableTermination to cache connected Cable 2018-10-29 12:24:16 -04:00
dc67028bd9 Corrected cable display 2018-10-29 09:41:03 -04:00
8f8df2b8e8 Added cable types 2018-10-26 15:45:19 -04:00
8573c8b8cb Remove is_console_server, is_pdu, and is_network_device from DeviceType 2018-10-26 14:48:22 -04:00
33cdecbc52 Remove errant print() statement 2018-10-26 14:06:27 -04:00
0c7510c1a8 PEP8 cleanup 2018-10-26 13:27:54 -04:00
94946c5854 Swapped the order of cable and connection fields 2018-10-26 13:21:43 -04:00
83dec3b587 Fixed color display 2018-10-26 13:14:12 -04:00
3518d023dc Implemented Cable API endpoint 2018-10-26 12:25:11 -04:00
4ad7882762 Clever icon thing 2018-10-26 11:32:04 -04:00
957de0cd98 Added cable connections to component lists 2018-10-26 11:29:03 -04:00
6bea8cc546 Added length and length_unit fields to Cable 2018-10-26 10:28:25 -04:00
2d90fc608e Introduced CableView and CableEditView 2018-10-25 15:51:12 -04:00