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

536 Commits

Author SHA1 Message Date
a8c57313d3 Fixes #3140: Add bulk edit capability for power outlets and console server ports 2019-05-02 13:56:30 -04:00
088903218d Fixes #3125: Fix exception when viewing PDUs 2019-04-30 12:24:53 -04:00
92567137a5 PowerFeed list improvements 2019-04-19 13:43:09 -04:00
2580b026fe change cacheing to use cacheops 2019-04-17 12:29:21 -04:00
4723ddb5ce move caching to views 2019-04-15 14:41:04 -04:00
e710ccb0e6 Enforce view permissions for UI views 2019-04-11 17:27:38 -04:00
c1127148e2 Provide individual views for each type of cable connection 2019-04-09 16:49:04 -04:00
a208cd156d Template and table polish 2019-03-22 21:58:45 -04:00
681e20133a Further work on power feed modeling 2019-03-21 17:47:43 -04:00
705f82e416 Added filters for power panels & feeds 2019-03-12 12:05:58 -04:00
e06dece00c More power work 2019-03-12 11:36:29 -04:00
3b9c0e4c67 Fixed up models & forms 2019-03-12 10:17:00 -04:00
5b753923b6 Initial work on power modeling (WIP) 2019-03-11 22:40:52 -04:00
7e70bfaacc Fixes #2985: Fix pagination page length for rack elevations 2019-03-11 12:51:03 -04:00
3bc182e453 Fixes #2901: Fix ordering regions by site count 2019-02-15 10:10:26 -05:00
100809f11a Closes #2854: Enable bulk editing of pass-through ports 2019-02-08 09:31:10 -05:00
0256448dd8 Closes #2810: Include description fields in interface connections export 2019-01-29 14:08:15 -05:00
4a290f3834 Fixes #2783: Fix AttributeError exception when attempting to delete region(s) 2019-01-15 10:44:11 -05:00
170e01b549 Closes #1983: Enable regular expressions when bulk renaming device components 2019-01-04 12:30:38 -05:00
0a820d9c98 Closes #1871: Enable filtering sites by parent region 2019-01-03 16:59:49 -05:00
aca57ec281 Fixes #2698: Remove pagination restriction on bulk component creation for devices/VMs 2018-12-19 10:59:12 -05:00
870edbb44a Fixes #2626: Remove extraneous permissions generated from proxy models 2018-12-05 16:53:58 -05:00
874acab90f Merge v2.4.8 2018-11-20 12:28:24 -05:00
a324638f1f Improved logic for recording cable path connection status 2018-11-19 12:37:53 -05:00
7bed48f5fe Expanded device interfaces display to include MTU, MAC address, and tags 2018-11-13 14:18:00 -05:00
be5bf6b711 Closes #2570: Add bulk disconnect view for front/rear pass-through ports 2018-11-08 15:12:24 -05:00
788847edaa Fixes #2573: Fix bulk console/power/interface disconnections 2018-11-08 15:04:34 -05:00
0dee55885b Fixes #2567: Introduced proxy models to represent console/power/interface connections 2018-11-08 09:51:47 -05:00
60452a7b0c Implemented DeviceComponentManager; removed natsort as a dependency 2018-11-06 12:43:30 -05:00
e57b3bc4ab Closes #2057: Added description columns to interface connections list 2018-11-05 14:41:51 -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
cefec1be60 Show connected circuit termination on interface view 2018-11-02 11:15:09 -04:00
fa6c4db13b Closes #2104: Add 'status' field to Rack 2018-11-01 16:03:42 -04:00
623de7d210 Fixed cable list display for circuit terminations 2018-11-01 14:14:31 -04:00
c3db7191d2 Added bulk edit/delete views for cables 2018-11-01 13:19:24 -04:00
a5f0deaea3 Put length and length_unit fields on same line in form 2018-11-01 11:54:34 -04:00
571a3e9677 Added cable column to console/power/interface connection tables 2018-11-01 10:51:38 -04:00
55c632ace7 Introduce CableBulkImportView 2018-10-31 17:05:25 -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
470aabe1d7 Added dedicated cable trace view; removed modal 2018-10-30 16:30:03 -04:00
4df74780b8 Extended Cables to connect CircuitTerminations 2018-10-30 12:16:22 -04:00
8ebf7a7ad0 Standard naming of reverse relationship to Device from component models 2018-10-29 13:42:58 -04:00
e21b23cd98 Introduced 'cable' field on CableTermination to cache connected Cable 2018-10-29 12:24:16 -04:00
0c7510c1a8 PEP8 cleanup 2018-10-26 13:27:54 -04:00
957de0cd98 Added cable connections to component lists 2018-10-26 11:29:03 -04:00
2d90fc608e Introduced CableView and CableEditView 2018-10-25 15:51:12 -04:00
b19e2037af Dropped 'Panel' from FrontPanelPort/RearPanelPort names 2018-10-25 12:11:13 -04:00
47c523a40b Fixed interface connection rendering 2018-10-24 15:07:11 -04:00