Revisions of netbox
Eric Schirra (ecsos)
accepted
request 944720
from
Eric Schirra (ecsos)
(revision 107)
- Update to 3.1.5 * Enhancements #8231 - Use in-page dialogs for confirming object deletion #8244 - Add length & length unit fields to cable filter form #8252 - Linkify type and group columns in clusters table * Bug Fixes #8213 - Fix ValueError exception under prefix IP addresses view #8224 - Fix KeyError exception when creating FHRP group with IP address and protocol "other" #8226 - Honor return URL after populating a device bay #8228 - Optional ChoiceVar fields should not force a selection #8255 - Fix bulk editing of authentication parameters for wireless LANs and links
Eric Schirra (ecsos)
accepted
request 943759
from
Eric Schirra (ecsos)
(revision 106)
- Update to 3.1.4 * Enhancements #8192 - Add "add prefix" button to aggregate child prefixes view #8194 - Enable bulk user assignment to groups under admin UI #8197 - Allow filtering sites by group when connecting a cable #8210 - Establish netbox/local/ as a path for local resources * Bug Fixes #8187 - Fix rendering of tags column in object tables #8191 - Fix return URL when adding IP addresses to VM interfaces #8196 - Fix IndexError exception when viewing large IPv6 prefixes in UI #8201 - Custom integer fields should allow negative integers as minimum/maximum values - Run spec-cleaner.
Eric Schirra (ecsos)
accepted
request 943196
from
Eric Schirra (ecsos)
(revision 105)
- Update to 3.1.3 *Enhancements #6782 - Enable the inclusion of custom links in tables #7600 - Include count of available IPs on prefix view #8034 - Enable specifying custom field validators during CSV import #8100 - Add "other" choice for FHRP group protocol #8175 - Display parent object when attaching an image * Bug Fixes #7246 - Don't attempt to URL-decode NAPALM response payloads #7290 - Defer loading API-backed form fields #7887 - Forward HTTP_X_FORWARDED_FOR to custom scripts #7962 - Fix user menu under report/script result view #7972 - Standardize name of RemoteUserBackend logger #8097 - Fix styling of Markdown tables #8127 - Fix disassociation of interface under IP address edit view #8131 - Restore annotation of available IPs under prefix IPs view #8134 - Fix bulk editing of objects within dynamic tables #8139 - Fix rendering of table configuration form under VM interfaces view #8140 - Restore missing fields on wireless LAN & link REST API serializers
Eric Schirra (ecsos)
accepted
request 941784
from
Eric Schirra (ecsos)
(revision 104)
- Update to 3.1.2 * Enhancements #7661 - Remove forced styling of custom banners #7665 - Add toggle to show only available child prefixes #7999 - Add 6 GHz and 60 GHz wireless channels #8057 - Dynamic object tables using HTMX #8080 - Link to NAT IPs for device/VM primary IPs #8081 - Allow creating services directly from navigation menu #8083 - Removed "related devices" panel from device view #8108 - Improve breadcrumb links for device/VM components * Bug Fixes #7674 - Fix inadvertent application of device type context to virtual machines #8074 - Ordering VMs by name should reference naturalized value #8077 - Fix exception when attaching image to location, circuit, or power panel #8078 - Add missing wireless models to lsmodels() in nbshell #8079 - Fix validation of LLDP neighbors when connected device has an asset tag #8088 - Improve legibility of text in labels with light-colored backgrounds #8092 - Rack elevations should not include device asset tags #8096 - Fix DataError during change logging of objects with very long string representations #8101 - Preserve return URL when using "create and add another" button #8102 - Raise validation error when attempting to assign an IP address to multiple objects
Eric Schirra (ecsos)
accepted
request 940270
from
Eric Schirra (ecsos)
(revision 103)
- Update to 3.1.1 * Bug Fixes #5869 - Fix permissions evaluation under available prefix/IP REST API endpoints #7519 - Return a 409 status for unfulfillable available prefix/IP requests #7690 - Fix custom field integer support for MultiValueNumberFilter #7990 - Fix title display on contact detail view #7996 - Show WWN field in interface creation form #8001 - Correct verbose name for wireless LAN group model #8003 - Fix cable tracing across bridged interfaces with no cable #8005 - Fix contact email display #8009 - Validate IP addresses for uniqueness when creating an FHRP group #8010 - Allow filtering devices by multiple serial numbers #8019 - Exclude metrics endpoint when LOGIN_REQUIRED is true #8030 - Validate custom field names #8033 - Fix display of zero values for custom integer fields in tables #8035 - Redirect back to parent prefix after creating IP address(es) where applicable #8038 - Placeholder filter should display zero integer values #8042 - Fix filtering cables list by site slug or rack name #8051 - Contact group parent assignment should not be required under REST API
Eric Schirra (ecsos)
accepted
request 936190
from
Eric Schirra (ecsos)
(revision 102)
- Update to 3.1.0 * Enhancements #1337 - Add WWN field to interfaces #1943 - Relax uniqueness constraint on cluster names #3839 - Add airflow field for devices types and devices #5143 - Include a device's asset tag in its display value #6497 - Extend tag support to organizational models #6615 - Add filter lookups for custom fields #6711 - Add longtext custom field type with Markdown support #6715 - Add tenant assignment for cables #6874 - Add tenant assignment for locations #7354 - Relax uniqueness constraints on region, site group, and location names #7452 - Add json custom field type #7530 - Move device type component lists to separate views #7606 - Model transmit power for interfaces #7619 - Permit custom validation rules to be defined as plain data or dotted path to class #7761 - Extend cable tracing across bridged interfaces #7812 - Enable change logging for image attachments #7858 - Standardize the representation of content types across import & export functions * Bug Fixes #7589 - Correct 128GFC interface type identifier * Other Changes #7318 - Raise minimum required PostgreSQL version from 9.6 to 10 * REST API Changes Added the following endpoints for ASNs: /api/ipam/asn/ Added the following endpoints for FHRP groups: /api/ipam/fhrp-groups/ /api/ipam/fhrp-group-assignments/ Added the following endpoints for contacts: /api/tenancy/contact-assignments/ /api/tenancy/contact-groups/ /api/tenancy/contact-roles/ /api/tenancy/contacts/ Added the following endpoints for wireless networks: /api/wireless/wireless-lans/ /api/wireless/wireless-lan-groups/ /api/wireless/wireless-links/ Added tags field to the following models: circuits.CircuitType dcim.DeviceRole dcim.Location dcim.Manufacturer dcim.Platform dcim.RackRole dcim.Region dcim.SiteGroup ipam.RIR ipam.Role ipam.VLANGroup tenancy.ContactGroup tenancy.ContactRole tenancy.TenantGroup virtualization.ClusterGroup virtualization.ClusterType circuits.CircuitTermination cable_peer has been renamed to link_peer cable_peer_type has been renamed to link_peer_type dcim.Cable Added tenant field dcim.ConsolePort cable_peer has been renamed to link_peer cable_peer_type has been renamed to link_peer_type dcim.ConsoleServerPort cable_peer has been renamed to link_peer cable_peer_type has been renamed to link_peer_type dcim.Device The display field now includes the device's asset tag, if set Added airflow field dcim.DeviceType Added airflow field dcim.FrontPort cable_peer has been renamed to link_peer cable_peer_type has been renamed to link_peer_type dcim.Interface cable_peer has been renamed to link_peer cable_peer_type has been renamed to link_peer_type Added bridge field Added rf_channel field Added rf_channel_frequency field Added rf_channel_width field Added rf_role field Added tx_power field Added wireless_link field Added wwn field Added count_fhrp_groups read-only field dcim.Location Added tenant field dcim.PowerFeed cable_peer has been renamed to link_peer cable_peer_type has been renamed to link_peer_type dcim.PowerOutlet cable_peer has been renamed to link_peer cable_peer_type has been renamed to link_peer_type dcim.PowerPort cable_peer has been renamed to link_peer cable_peer_type has been renamed to link_peer_type dcim.RearPort cable_peer has been renamed to link_peer cable_peer_type has been renamed to link_peer_type dcim.Site Added asns relationship to ipam.ASN extras.ImageAttachment Added the last_updated field extras.Webhook Added the conditions field virtualization.VMInterface Added bridge field Added count_fhrp_groups read-only field - Update to 3.0.12 * Enhancements #7751 - Get API user from LDAP only when FIND_GROUP_PERMS is enabled #7885 - Linkify VLAN name in VLANs table #7892 - Add L22-30 power port & outlet types #7932 - Improve performance of the quick find function #7941 - Add multi-standard ITA power outlet type + Bug Fixes #7823 - Fix issue where return_url is not honored when 'Save & Continue' button is present #7981 - Fix Markdown sanitization regex
Daniel Molkentin (dmolkentin)
accepted
request 933767
from
Eric Schirra (ecsos)
(revision 101)
- Update to 3.0.11 * Enhancements #2101 - Add missing q filters for necessary models #7424 - Add virtual chassis filters for device components #7531 - Add Markdown support for strikethrough formatting #7542 - Add optional VLAN group column to prefixes table #7803 - Improve live reloading of custom scripts #7810 - Add IEEE 802.15.1 interface type * Bug Fixes #7399 - Fix excessive CPU utilization when AUTH_LDAP_FIND_GROUP_PERMS is enabled #7657 - Make change logging middleware thread-safe #7720 - Fix initialization of custom script MultiObjectVar field with multiple values #7729 - Fix permissions evaluation when displaying VLAN group VLANs table #7739 - Fix exception when tracing cable across circuit with no far end termination #7813 - Fix handling of errors during export template rendering #7851 - Add missing cluster name filter for virtual machines #7857 - Fix ordering IP addresses by assignment status #7859 - Fix styling of form widgets under cable connection views #7864 - power_port can be null when creating power outlets via REST API #7865 - REST API should support null values for console port speeds
Daniel Molkentin (dmolkentin)
accepted
request 931238
from
Eric Schirra (ecsos)
(revision 100)
- Update to 3.0.10
Daniel Molkentin (dmolkentin)
committed
(revision 99)
- Update to 2.11.8 * Enhancements - #5503 - Annotate short date & time fields with their longer form - #6138 - Add an empty filter modifier for character fields - #6200 - Add rack reservations to global search - #6368 - Enable virtual chassis assignment during bulk import of devices - #6620 - Show assigned VMs count under device role view - #6666 - Show management-only status under interface detail view - #6667 - Display VM memory as GB/TB as appropriate * Bug Fixes - #6626 - Fix site field on VM search form; add site group - #6637 - Fix group assignment in "available VLANs" link under VLAN group view - #6640 - Disallow numeric values in custom text fields - #6652 - Fix exception when adding components in bulk to multiple devices - #6676 - Fix device/VM counts per cluster under cluster type/group views - #6680 - Allow setting custom field values for VM interfaces on initial creation - #6695 - Fix exception when importing device type with invalid front port definition
Daniel Molkentin (dmolkentin)
committed
(revision 98)
- Bump Psycopg2 version dependency
Daniel Molkentin (dmolkentin)
accepted
request 900511
from
Eric Schirra (ecsos)
(revision 97)
- Update to 2.11.7 * Enhancements - #6455 - Permit /32 IPv4 and /128 IPv6 prefixes - #6493 - Show change log diff for non-atomic (pre-2.11) changes - #6564 - Add N connector type for pass-through ports - #6588 - Add support for webp files as front/rear device type images - #6589 - Standardize breadcrumb navigation for power panels and feeds * Bug Fixes - #6553 - ProviderNetwork search should match on name - #6562 - Disable ordering of secrets by assigned object - #6563 - Fix filtering by location for cable connection forms - #6584 - Fix ordering of nested inventory items - #6602 - Fix deletion of devices with cables attached
Daniel Molkentin (dmolkentin)
accepted
request 897664
from
Eric Schirra (ecsos)
(revision 96)
- Update to 2.11.6 * Bug Fixes - #6544 - Fix migration error when upgrading with VRF(s) defined - Changes from 2.11.5 NOTE: This release includes a database migration that calculates and annotates prefix depth. It may impose a noticeable delay on the upgrade process: Users should anticipate roughly one minute of delay per 100 thousand prefixes being updated. * Enhancements - #6087 - Improved prefix hierarchy rendering - #6487 - Add location filter to cable connection form - #6501 - Expose prefix depth and children on REST API serializer - #6527 - Support Markdown for report descriptions - #6540 - Add a "flat" column to the prefix table * Bug Fixes - #6064 - Fix object permission assignments for user and group models - #6217 - Disallow passing of string values for integer custom fields - #6284 - Avoid sending redundant webhooks when adding/removing tags - #6492 - Correct tag population in post-change data resulting from REST API changes - #6496 - Fix upgrade script when Python installed in nonstandard path - #6502 - Correct permissions evaluation for running a report via the REST API - #6517 - Fix assignment of user when creating rack reservations via REST API - #6525 - Paginate related IPs table under IP address view - Changes from 2.11.4 * Enhancements - #5121 - Add content type filters for tags - #6358 - Add search field for VLAN groups - #6393 - Add description filter for IP addresses - #6400 - Add cyan color choice for plugin buttons - #6422 - Enable filtering users by group under admin UI - #6441 - Improve UI paginator to optimize page object count * Bug Fixes - #6376 - Fix assignment of VLAN groups to clusters, cluster groups via REST API - #6398 - Avoid exception when deleting device connected to self via circuit - #6426 - Allow assigning virtual chassis member interfaces to LAG on VC master - #6438 - Fix missing descriptions and label for device type imports and exports - #6465 - Fix typo in installed plugins REST API endpoint - #6467 - Fix access to metrics on custom BASE_PATH when login is required - #6468 - Disable ordering VLAN groups list by scope object
Daniel Molkentin (dmolkentin)
committed
(revision 95)
fix netbox-manage one more
Daniel Molkentin (dmolkentin)
committed
(revision 94)
fix netbox-manage one more
Daniel Molkentin (dmolkentin)
committed
(revision 93)
fix netbox-manage
Daniel Molkentin (dmolkentin)
committed
(revision 92)
no source for netbox-manage
Daniel Molkentin (dmolkentin)
committed
(revision 91)
- Add netbox-manage wrapper
Daniel Molkentin (dmolkentin)
committed
(revision 90)
- run update service as root
Daniel Molkentin (dmolkentin)
committed
(revision 89)
- Fix access permissions
Daniel Molkentin (dmolkentin)
committed
(revision 88)
- Bind gunicorn to unix socket and make webserver packages consistent with that This is a breaking change, please adjust your configuration!
Displaying revisions 1 - 20 of 107