Merge branch 'develop-2.7' into list-view-for-ports

This commit is contained in:
Daniel Sheppard 2019-12-05 15:18:33 -06:00 committed by GitHub
commit ccb5dcc7d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,11 @@ console-ports:
This new functionality replaces the existing CSV-based import form, which did not allow for component template import. This new functionality replaces the existing CSV-based import form, which did not allow for component template import.
### Bulk Import of Device Components ([#822](https://github.com/netbox-community/netbox/issues/822))
NetBox now supports the bulk import of device components such as console ports, power ports, and interfaces. Device
components can be imported in CSV-format.
## Changes ## Changes
### Topology Maps Removed ([#2745](https://github.com/netbox-community/netbox/issues/2745)) ### Topology Maps Removed ([#2745](https://github.com/netbox-community/netbox/issues/2745))
@ -88,8 +93,8 @@ Full connection details are required in both sections, even if they are the same
* [#1865](https://github.com/digitalocean/netbox/issues/1865) - Add console port and console server port types * [#1865](https://github.com/digitalocean/netbox/issues/1865) - Add console port and console server port types
* [#2902](https://github.com/digitalocean/netbox/issues/2902) - Replace supervisord with systemd * [#2902](https://github.com/digitalocean/netbox/issues/2902) - Replace supervisord with systemd
* [#3455](https://github.com/digitalocean/netbox/issues/3455) - Add tenant assignment to cluster * [#3455](https://github.com/digitalocean/netbox/issues/3455) - Add tenant assignment to cluster
* [#3538](https://github.com/digitalocean/netbox/issues/3538) -
* [#3564](https://github.com/digitalocean/netbox/issues/3564) - Add interface, ports & bays list view * [#3564](https://github.com/digitalocean/netbox/issues/3564) - Add interface, ports & bays list view
* [#3538](https://github.com/digitalocean/netbox/issues/3538) - Introduce a REST API endpoint for executing custom scripts
## API Changes ## API Changes