svn commit: r523719 - branches/2020Q1/net-mgmt/netbox
Kai Knoblich
kai at FreeBSD.org
Tue Jan 21 12:23:32 UTC 2020
Author: kai
Date: Tue Jan 21 12:23:31 2020
New Revision: 523719
URL: https://svnweb.freebsd.org/changeset/ports/523719
Log:
MFH: r523242
net-mgmt/netbox: Update to 2.6.12
Changelog:
Enhancements:
* Improved NAPALM method documentation in Swagger (OpenAPI)
* Preview image attachments when hovering over the link
* Allow NAPALM driver settings to be changed with request headers
* Toggle the display of child prefixes/IP addresses
* Search by description when assigning IP address to interfaces
* Add tenant filter field for cables
* Enable filtering of interfaces by name on the device view
* Add rack selection field to rack elevations view
* Paginate assigned circuits at the provider details view
* Add total path length to cable trace
* Include content of response on webhook error
* Enable word expansion during interface creation
* Enable searching by DNS name when assigning IP address
* Allow passing initial data to custom script forms
* Add local_context_data filter for virtual machines
Bug Fixes:
* Fix validation on tagged VLANs of an interface
* Fix ordering of models when dumping data to JSON
* Fix device role link on config context view
* Allow filtering VM interfaces by multiple MAC addresses
* Fix rendering of grouped custom links
* Allow filtering device components by multiple device names
* Disallow /0 masks for prefixes and IP addresses
* Paginate related IPs on the IP address view
* Fix minimum/maximum value rendering for site ASN field
* Fix filtering of devices by rack group
* Fix references to deleted cables without a label
* Fix divide-by-zero on power feeds with low power values
https://github.com/netbox-community/netbox/releases
Approved by: ports-secteam (joneum)
Modified:
branches/2020Q1/net-mgmt/netbox/Makefile
branches/2020Q1/net-mgmt/netbox/distinfo
branches/2020Q1/net-mgmt/netbox/pkg-plist
Directory Properties:
branches/2020Q1/ (props changed)
Modified: branches/2020Q1/net-mgmt/netbox/Makefile
==============================================================================
--- branches/2020Q1/net-mgmt/netbox/Makefile Tue Jan 21 12:21:53 2020 (r523718)
+++ branches/2020Q1/net-mgmt/netbox/Makefile Tue Jan 21 12:23:31 2020 (r523719)
@@ -2,7 +2,7 @@
PORTNAME= netbox
DISTVERSIONPREFIX= v
-DISTVERSION= 2.6.11
+DISTVERSION= 2.6.12
CATEGORIES= net-mgmt
MAINTAINER= kai at FreeBSD.org
Modified: branches/2020Q1/net-mgmt/netbox/distinfo
==============================================================================
--- branches/2020Q1/net-mgmt/netbox/distinfo Tue Jan 21 12:21:53 2020 (r523718)
+++ branches/2020Q1/net-mgmt/netbox/distinfo Tue Jan 21 12:23:31 2020 (r523719)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1578134297
-SHA256 (netbox-community-netbox-v2.6.11_GH0.tar.gz) = 7d395f8b9fdffdce162030f117d36258aa478c72ca6612b82b3e98c6d397c89d
-SIZE (netbox-community-netbox-v2.6.11_GH0.tar.gz) = 2440647
+TIMESTAMP = 1578994533
+SHA256 (netbox-community-netbox-v2.6.12_GH0.tar.gz) = 79a416359c5945f21977f023725e8f015d4cbe932f9c2f840890cf42dbe8e92a
+SIZE (netbox-community-netbox-v2.6.12_GH0.tar.gz) = 2463692
Modified: branches/2020Q1/net-mgmt/netbox/pkg-plist
==============================================================================
--- branches/2020Q1/net-mgmt/netbox/pkg-plist Tue Jan 21 12:21:53 2020 (r523718)
+++ branches/2020Q1/net-mgmt/netbox/pkg-plist Tue Jan 21 12:23:31 2020 (r523719)
@@ -6,6 +6,7 @@
%%PORTDOCS%%%%DOCSDIR%%/additional-features/custom-scripts.md
%%PORTDOCS%%%%DOCSDIR%%/additional-features/export-templates.md
%%PORTDOCS%%%%DOCSDIR%%/additional-features/graphs.md
+%%PORTDOCS%%%%DOCSDIR%%/additional-features/napalm.md
%%PORTDOCS%%%%DOCSDIR%%/additional-features/prometheus-metrics.md
%%PORTDOCS%%%%DOCSDIR%%/additional-features/reports.md
%%PORTDOCS%%%%DOCSDIR%%/additional-features/tags.md
@@ -99,6 +100,7 @@
%%DATADIR%%/circuits/tables.py
%%DATADIR%%/circuits/tests/__init__.py
%%DATADIR%%/circuits/tests/test_api.py
+%%DATADIR%%/circuits/tests/test_filters.py
%%DATADIR%%/circuits/tests/test_views.py
%%DATADIR%%/circuits/urls.py
%%DATADIR%%/circuits/views.py
@@ -202,6 +204,7 @@
%%DATADIR%%/dcim/tables.py
%%DATADIR%%/dcim/tests/__init__.py
%%DATADIR%%/dcim/tests/test_api.py
+%%DATADIR%%/dcim/tests/test_filters.py
%%DATADIR%%/dcim/tests/test_forms.py
%%DATADIR%%/dcim/tests/test_models.py
%%DATADIR%%/dcim/tests/test_natural_ordering.py
@@ -268,6 +271,7 @@
%%DATADIR%%/extras/tests/test_api.py
%%DATADIR%%/extras/tests/test_changelog.py
%%DATADIR%%/extras/tests/test_customfields.py
+%%DATADIR%%/extras/tests/test_filters.py
%%DATADIR%%/extras/tests/test_scripts.py
%%DATADIR%%/extras/tests/test_tags.py
%%DATADIR%%/extras/tests/test_views.py
@@ -326,6 +330,7 @@
%%DATADIR%%/ipam/tables.py
%%DATADIR%%/ipam/tests/__init__.py
%%DATADIR%%/ipam/tests/test_api.py
+%%DATADIR%%/ipam/tests/test_filters.py
%%DATADIR%%/ipam/tests/test_models.py
%%DATADIR%%/ipam/tests/test_views.py
%%DATADIR%%/ipam/urls.py
@@ -427,6 +432,7 @@
%%DATADIR%%/project-static/js/cabletrace.js
%%DATADIR%%/project-static/js/forms.js
%%DATADIR%%/project-static/js/graphs.js
+%%DATADIR%%/project-static/js/interface_toggles.js
%%DATADIR%%/project-static/js/jquery-3.4.1.min.js
%%DATADIR%%/project-static/js/livesearch.js
%%DATADIR%%/project-static/js/secrets.js
@@ -525,6 +531,7 @@
%%DATADIR%%/secrets/templatetags/secret_helpers.py
%%DATADIR%%/secrets/tests/__init__.py
%%DATADIR%%/secrets/tests/test_api.py
+%%DATADIR%%/secrets/tests/test_filters.py
%%DATADIR%%/secrets/tests/test_models.py
%%DATADIR%%/secrets/tests/test_views.py
%%DATADIR%%/secrets/urls.py
@@ -658,6 +665,7 @@
%%DATADIR%%/templates/ipam/aggregate_list.html
%%DATADIR%%/templates/ipam/inc/ipadress_edit_header.html
%%DATADIR%%/templates/ipam/inc/service.html
+%%DATADIR%%/templates/ipam/inc/toggle_available.html
%%DATADIR%%/templates/ipam/inc/vlangroup_header.html
%%DATADIR%%/templates/ipam/ipaddress.html
%%DATADIR%%/templates/ipam/ipaddress_assign.html
@@ -757,6 +765,7 @@
%%DATADIR%%/tenancy/tables.py
%%DATADIR%%/tenancy/tests/__init__.py
%%DATADIR%%/tenancy/tests/test_api.py
+%%DATADIR%%/tenancy/tests/test_filters.py
%%DATADIR%%/tenancy/tests/test_views.py
%%DATADIR%%/tenancy/urls.py
%%DATADIR%%/tenancy/views.py
@@ -811,6 +820,7 @@
%%DATADIR%%/utilities/tests/__init__.py
%%DATADIR%%/utilities/tests/test_api.py
%%DATADIR%%/utilities/tests/test_filters.py
+%%DATADIR%%/utilities/tests/test_forms.py
%%DATADIR%%/utilities/tests/test_managers.py
%%DATADIR%%/utilities/tests/test_utils.py
%%DATADIR%%/utilities/utils.py
@@ -842,6 +852,7 @@
%%DATADIR%%/virtualization/tables.py
%%DATADIR%%/virtualization/tests/__init__.py
%%DATADIR%%/virtualization/tests/test_api.py
+%%DATADIR%%/virtualization/tests/test_filters.py
%%DATADIR%%/virtualization/tests/test_views.py
%%DATADIR%%/virtualization/urls.py
%%DATADIR%%/virtualization/views.py
More information about the svn-ports-all
mailing list