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

301 Commits

Author SHA1 Message Date
bd7aee7c1f Closes #2614: Simplify calls of super() for Python 3 2018-11-27 10:52:24 -05:00
d59be2912e Closes #2601: Added a description field to pass-through ports 2018-11-20 21:28:19 -05:00
fd9b2f2fda cleanup component filters and UI filter forms for device and device type - #2583 2018-11-15 00:42:01 -05:00
3c0181ef35 added logic to append &type=physical to interface API query for cable creation - #2585 2018-11-14 23:35:15 -05:00
63bd48003e Clean up cable termination types 2018-11-14 12:17:18 -05:00
be5bf6b711 Closes #2570: Add bulk disconnect view for front/rear pass-through ports 2018-11-08 15:12:24 -05:00
60452a7b0c Implemented DeviceComponentManager; removed natsort as a dependency 2018-11-06 12:43:30 -05:00
6140dd955a Set unit_length to empty string when not specified during cable import 2018-11-06 12:12:06 -05:00
ce00226bc6 Merge release v2.4.7 into develop-2.5 2018-11-06 11:19:38 -05:00
b4998f4b01 Closes #2388: Enable filtering of devices/VMs by region 2018-11-06 10:31:56 -05:00
fd4a9db13e Closes #2512: Add device field to inventory item filter form 2018-11-06 09:24:05 -05:00
976388f29c Removed 'interface_ordering' field from DeviceType 2018-11-05 12:02:55 -05:00
e5f12109c5 Closes #2165: Re-implemented natural ordering for interfaces 2018-11-05 11:51:38 -05:00
f8a961b568 Cleaned up import statements 2018-11-02 15:20:08 -04:00
3ea2978df4 Standardized naming of reverse relationships from component templates to DeviceType 2018-11-02 11:55:52 -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
c3db7191d2 Added bulk edit/delete views for cables 2018-11-01 13:19:24 -04:00
849db8fe44 Finished CableCSVForm 2018-11-01 09:59:53 -04:00
55c632ace7 Introduce CableBulkImportView 2018-10-31 17:05:25 -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
60f5371b31 Fix front ports queryset 2018-10-30 14:54:29 -04:00
d7766b9828 Replace 'is_connected' boolean with Cable attachment 2018-10-29 13:36:41 -04:00
8573c8b8cb Remove is_console_server, is_pdu, and is_network_device from DeviceType 2018-10-26 14:48:22 -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
266429101b Removed 'is_patch_panel' from DeviceType 2018-10-25 12:44:28 -04:00
b19e2037af Dropped 'Panel' from FrontPanelPort/RearPanelPort names 2018-10-25 12:11:13 -04:00
cca44d44f7 Added cable filter form 2018-10-24 14:59:46 -04:00
54c917beff Renamed Cable endpoints to terminations 2018-10-24 14:38:44 -04:00
f30367e094 Deprecated the InterfaceConnection model 2018-10-24 13:59:44 -04:00
2ec8dc8319 Renamed PowerPort.power_outlet to connected_endpoint 2018-10-24 11:00:13 -04:00
1595a5ecd7 Renamed ConsolePort.cs_port to connected_endpoint 2018-10-24 10:37:54 -04:00
ea0de629df Fixed cable creation form 2018-10-23 13:40:10 -04:00
471bddea09 WIP: Initial work on the cable connection form 2018-10-22 16:58:24 -04:00
a36b120c8b Merge branch 'develop-2.5' into 20-physical-cabling 2018-10-19 13:34:21 -04:00
4cfe9fe182 Merge branch 'develop' into develop-2.5 2018-10-19 13:34:03 -04:00
0bb5d229e8 Fixes #2514: Prevent new connections to already connected interfaces 2018-10-16 16:42:23 -04:00
3eddeeadc5 Initial work on #20 - patch panels 2018-10-03 14:04:16 -04:00
364bbdeab8 Merged release v2.4.5 2018-10-03 11:23:21 -04:00
15babeb584 Fixes #2414: Tags field missing from device/VM component creation forms 2018-09-28 16:26:08 -04:00
fb5dca2711 Merge branch 'develop' of github.com:digitalocean/netbox into local-config-context 2018-09-18 12:16:07 -04:00
6cdff955dc Fixes #2444: Improve validation of interface MAC addresses 2018-09-18 12:02:59 -04:00
4039753b2f refactored UI for local config context 2018-09-18 11:52:12 -04:00
0da113b723 implemnted #2392 - local config context for devices and VMs 2018-09-16 00:25:20 -04:00
c4be440cd1 Closes #2367: Remove deprecated RPCClient functionality 2018-08-16 12:21:24 -04:00
980d62d579 Removed Python 2 string compatibility 2018-08-14 11:58:42 -04:00