netbox
netbox copied to clipboard
The premier source of truth powering network automation. Open source under Apache 2. Public demo: https://demo.netbox.dev
### NetBox version v3.7.3 ### Feature type New functionality ### Proposed functionality This is an extension of https://github.com/netbox-community/netbox/issues/9239 and https://github.com/netbox-community/netbox/pull/8742 At the moment it is not possible to filter **a...
### NetBox version v3.7.0 ### Feature type Change to existing functionality ### Proposed functionality When bulk editing interfaces, I would like to be able to _add_ and _remove_ assignment of...
### NetBox version v3.7.3 ### Feature type New functionality ### Proposed functionality Currently, "brief" mode REST API responses do not include an object's description: ``` # GET /api/dcim/sites/1/?brief=true { "id":...
### Proposed Changes Review all currently defined FilterSet classes and check for: - Missing filters - Inconsistent names or behavior - Suboptimal performance - Opportunities for code reduction ### Justification...
### Proposed Changes Following the UI improvements made under #12128 and #14917, it would be prudent to audit the current CSS & JS code and clean out any remaining obsolete...
### Deployment Type Self-hosted ### NetBox Version v3.7.2 ### Python Version 3.8 ### Steps to Reproduce Create a user that is not a superuser. Create a Device Type and create...
### Improves: #12766 I don't see an easy way to bubble this up to the UI but at least logging with the correct severity makes debugging much easier.
### Deployment Type Self-hosted ### NetBox Version v3.7.3 ### Python Version 3.11 ### Steps to Reproduce 1. Go to [demo.netbox.dev](https://demo.netbox.dev/) 2. Go to *Site bulk import* and add valid query...
### Deployment Type Self-hosted ### NetBox Version v3.7.3 ### Python Version 3.11 ### Steps to Reproduce 1. Follow the instructions [here](https://docs.netbox.dev/en/stable/installation/) to install netbox on Ubuntu 22.04 with a fresh...
### Closes: #15278 - Refactor the `api.serializers` module within each app, breaking out serializer classes by theme into submodules. - `serializers.py` is retained to preserve the public API, with submodules...