netbox icon indicating copy to clipboard operation
netbox copied to clipboard

The premier source of truth powering network automation. Open source under Apache 2. Public demo: https://demo.netbox.dev

Results 902 netbox issues
Sort by recently updated
recently updated
newest added

### NetBox version v3.7.2 ### Feature type New functionality ### Proposed functionality Many REST API endpoints annotate the count of certain related objects. For example, the sites endpoint includes counts...

status: accepted
type: feature

### Deployment Type Self-hosted ### NetBox Version 3.7.2 and 3.6.5 ### Python Version 3.11 ### Steps to Reproduce `Hide Depth Indicators` work as expected but with the indicator on can...

type: bug

### Fixes: #9856 Replaces django-graphene with strawberry-django a new engine for handling GraphQL queries. Notable changes: * Converts all GraphQL types to Strawberry Types * Includes much more updated GraphiQL...

### Fixes: #15127 Adds missing `group` column on the tunnels table and enables it by default

### Deployment Type Self-hosted ### NetBox Version v3.7.2 ### Python Version 3.11 ### Steps to Reproduce 1. Go to VPN - Tunnels 2. Click Configure Table ### Expected Behavior There...

type: bug
status: accepted
severity: medium

### NetBox version v3.7.2 ### Feature type New functionality ### Proposed functionality When viewing details for a circuit, you will see where the circuit terminations are connected. The way we...

type: feature

### Fixes: #14736 - Introduce the `render_partial()` utility function for determining when to return a partial HTML response - Add a `page-content` element in the base layout template - Set...

### NetBox version feature branch ### Feature type New functionality ### Proposed functionality when using the Rest API the url field on objects has direct API URLs. it would be...

type: feature

### Fixes: #15094 Was obviously not able to test each individual error message so another set of eyes to double check the formatting would be appreciated.

### Closes: #15131 - Introduce the new `RelatedObjectCountField` class to represent annotated counts - Update all model serializers to use `RelatedObjectCountField` for related counts instead of `IntegerField` - Introduce `get_annotations_for_serializer()`...