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
da2bff691b Added views for editing/deleting VCMemberships 2017-12-08 12:51:52 -05:00
a85b3aa69f Added a form to edit virtual chassis 2017-12-07 17:05:03 -05:00
2545912532 Merge branch 'develop-2.3' into 99-virtual-chassis 2017-12-07 15:30:58 -05:00
2fc1519bc6 Merge branch 'develop' into develop-2.3 2017-12-07 14:56:16 -05:00
85f5ba9a25 Fixes #1756: Improved natural ordering of console server ports and power outlets 2017-12-07 13:22:48 -05:00
5f91413023 Added initial UI views for virtual chassis assignment 2017-11-29 12:58:36 -05:00
30df060357 Closes #1722: Added VM count to site view 2017-11-27 10:59:24 -05:00
55e07c1c9a Initial work on virtual chassis support 2017-11-17 16:47:26 -05:00
fbd39da8ca Add Tenancy to Rack Reservations; Fixes #1592 (#1672)
* fixed prefix header to represent new serial "vlan_vid"

* shows option in creation now

* fixed visibility on rack page

* cleanup

* Added view to Tenant page

* Moved migration for update from #1666 and fixed tenant enumeration in FilterForm

* Fixed conflict #1

* Fixed filters from merge and made migration merge

* added tenant to api

* Fixed migrations problem

* Added Tenant to bulkedit option
2017-11-15 13:54:49 -05:00
ba42ad2115 Merge branch '150-interface-vlans' into develop-2.3 2017-11-14 15:36:14 -05:00
00986fd7bf Closes #1691: Cleaned up and reorganized import statements 2017-11-07 11:08:23 -05:00
5d19a9f50f Rearranged device/VM view and expanded component lists 2017-11-03 16:58:56 -04:00
b46cc2c1a9 Closes #1666: Allow modifying the owner of a rack reservation 2017-10-31 13:52:35 -04:00
0a04bb110a Fixes #1603: Hide selection checkboxes for tables with no available actions 2017-10-27 10:33:58 -04:00
14e5f89feb Fixes #1624: Add VM count to device roles table 2017-10-23 13:15:34 -04:00
34259d5d9d Removed deprecated xstr and expand_pattern functions 2017-10-13 14:29:55 -04:00
9351f686b1 Added bulk import views for rack roles, device roles, and platforms 2017-10-09 15:28:46 -04:00
32399b0cb5 Merge branch 'develop-2.2' of github.com:digitalocean/netbox into develop-2.2 2017-09-29 12:54:38 -04:00
3d25cecc69 Merge branch 'develop-2.2' into develop-2.1 2017-09-29 12:30:36 -04:00
068c0ff36c Merge branch 'develop' into develop-2.1 2017-09-29 12:26:54 -04:00
86a298792a Corrected default return URL for BulkComponentCreateView 2017-09-29 12:15:14 -04:00
d651deb31c Renamed form_class attribute to model_form for consistency 2017-09-12 13:55:11 -04:00
700194b80d Implemented bulk interface creation for virtual machines 2017-09-12 12:49:01 -04:00
97536c4e9b Genericized component edit/delete views 2017-08-18 14:43:11 -04:00
6e580a731e Added template names to device component create views 2017-08-18 12:29:39 -04:00
3009863877 Merge branch 'develop' into virtualization 2017-08-16 15:08:37 -04:00
04c300b8e2 Fixes #1420: Exclude virtual interfaces from device LLDP neighbors view 2017-08-15 11:07:26 -04:00
d06813f528 Initial work on virtualization support (#142) 2017-08-04 17:02:52 -04:00
b6690e0012 Closes #1368: Render reservations in rack elevations view 2017-08-02 13:33:44 -04:00
4544893b4c Allow import/export of device types (#1347) 2017-07-25 17:21:34 +03:00
f30fa925ea Allow import/export of manufacturers (#1347) 2017-07-25 17:21:34 +03:00
beb91559e5 Allow import/export of rack groups (#1347) 2017-07-25 17:21:34 +03:00
fbc5e74318 Allow import/export of regions (#1347) 2017-07-25 17:21:34 +03:00
0f608f3a15 Added device config view 2017-07-17 13:19:25 -04:00
1f982c94ce Added an AJAX spinner 2017-07-17 11:41:39 -04:00
12472a2612 Live device status PoC 2017-07-14 16:07:28 -04:00
39730b6834 Optimized performance when editing/deleting objects in bulk 2017-07-13 17:39:28 -04:00
dd1991f2c6 Closes #838: Display details of all objects being edited/deleted in bulk 2017-07-13 16:31:47 -04:00
dc68be5abf Removed SearchTables; created DetailTables for models where needed 2017-07-12 16:42:45 -04:00
789ac5dfd4 Combined mgmt and non-mgmt interfaces into same list on device and device type views 2017-06-16 17:13:33 -04:00
7195b7c803 Closes #626: Added bulk disconnect function for console/power/interface connections on device view 2017-06-15 14:01:49 -04:00
8eb9c451a1 Renamed AddViews to CreateViews for consistency 2017-06-13 16:48:21 -04:00
469c52be28 Fixes #1263: Differentiate add and edit permissions for objects 2017-06-13 16:41:57 -04:00
cfff69a715 Closes #1180: Simplified the process of finding related devices when viewing a device 2017-06-09 17:04:09 -04:00
293be752ca Form cleanup and fixed child device import 2017-06-07 15:30:28 -04:00
08c8bd3049 Renamed new import view to BulkImportView 2017-06-05 15:53:41 -04:00
2520d9f400 Converted console/power import views to new scheme 2017-06-05 15:53:03 -04:00
0e863ff9ca Converted interface connections import view to new scheme 2017-06-05 15:04:23 -04:00
7e660d4d8e Converted site/rack/device import views to new scheme 2017-06-02 14:49:25 -04:00
1dd5e2c926 Fixes #1229: Fix validation error on forms where API search is used 2017-05-25 14:33:50 -04:00