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

2217 Commits

Author SHA1 Message Date
0a71c63583 Upgraded to Django 2.1 2018-11-02 14:42:15 -04:00
b05171b126 Upgraded django-tables2 to v2.0.2 2018-11-02 14:27:17 -04:00
516faac73f Fixed deprecation warnings from DRF 3.9 2018-11-02 13:48:44 -04:00
29d546a3f1 Upgraded django-filter to 2.0.0 2018-11-02 13:46:28 -04:00
bb5c0989f3 Fixed compatability with Django REST Framework v3.9.0 2018-11-02 13:16:44 -04:00
3ea2978df4 Standardized naming of reverse relationships from component templates to DeviceType 2018-11-02 11:55:52 -04:00
cf9c8f35a0 Normalize ordering of cables by PK 2018-11-02 11:27:26 -04:00
cefec1be60 Show connected circuit termination on interface view 2018-11-02 11:15:09 -04:00
16d8308fa8 Deprecated CableTermination.get_connected_cable() 2018-11-02 11:04:21 -04:00
af95ba48aa Replaced is_console_server, is_pdu, and is_network_device filters on Device and DeviceType 2018-11-02 10:45:31 -04:00
c60c5502f6 Closes #450: Add 'outer_width' and 'outer_depth' fields to Rack 2018-11-02 09:51:17 -04:00
4ffe1866c5 Closes #1444: Add field to Rack model 2018-11-02 09:17:51 -04:00
fa6c4db13b Closes #2104: Add 'status' field to Rack 2018-11-01 16:03:42 -04:00
91ce6c2420 Cable migration for ExportTemplate 2018-11-01 14:54:53 -04:00
62da0778ee Suppress print() output from migrations during testing 2018-11-01 14:54:36 -04:00
7ffb5f16dd Fix color display for cables 2018-11-01 14:32:43 -04:00
623de7d210 Fixed cable list display for circuit terminations 2018-11-01 14:14:31 -04:00
1119209fa0 Added CSV export for cables 2018-11-01 13:39:39 -04:00
c3db7191d2 Added bulk edit/delete views for cables 2018-11-01 13:19:24 -04:00
841ddd5d83 Add circuit termination as valid termination type for front/rear ports 2018-11-01 11:57:38 -04:00
a5f0deaea3 Put length and length_unit fields on same line in form 2018-11-01 11:54:34 -04:00
105f9365bf Fixed Cable model validation 2018-11-01 11:54:15 -04:00
903dfb6f07 Added validation to Cable model 2018-11-01 11:44:02 -04:00
571a3e9677 Added cable column to console/power/interface connection tables 2018-11-01 10:51:38 -04:00
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
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