issues Search Results · repo:netbox-community/netbox language:Python
Filter by
11k results
(114 ms)11k results
innetbox-community/netbox (press backspace or delete to remove)Deployment Type
Self-hosted
NetBox Version
v4.3.6
Python Version
3.12
Steps to Reproduce
1. Open Tag Bulk Import (/extras/tags/import/)
2. Insert data
Example data:
name,slug,color
test,test,00ff00 ...
status: needs triage
type: bug
maxblome
- Opened 3 hours ago
- #20098
Proposed Changes
Remove the load_yaml() and load_json() methods from the BaseScript class.
Justification
These were deprecated in NetBox v4.3.0 under #18896.
Impact
Any custom scripts which utilize ...
breaking change
status: backlog
type: deprecation
jeremystretch
- Opened 5 hours ago
- #20096
Proposed Changes
Delete dcim/models/contenttypes.py.
Justification
This file exists solely for backward compatibility. Its content has been relocated to object_types.py.
Impact
Any plugins importing ...
breaking change
status: backlog
type: deprecation
jeremystretch
- Opened 5 hours ago
- #20095
Deployment Type
Self-hosted
NetBox Version
v4.3.4
Python Version
3.10
Steps to Reproduce
While creating api request by python script:
(Create Mac Address)
headers = { Authorization : f Token {NETBOX_API_TOKEN} ...
status: needs triage
type: bug
IliasTsarouchas
- Opened 8 hours ago
- #20094
Deployment Type
Self-hosted
NetBox Version
v4.3.5
Python Version
3.12
Steps to Reproduce
1. Create a prefix 10.0.0.0/24
2. Create an ip-range 10.0.0.1-9/24
3. POST [{ status : active }] to /api/ipam/prefixes/{id}/available-ips/ ...
status: needs triage
type: bug
yarnocobussen-sbp
- Opened 8 hours ago
- #20093
Proposed Changes
When building the documentation with mkdocs, two types of warnings are currently generated:
details summary Deprecation warnings /summary
INFO - DeprecationWarning: Importing from ...
status: needs owner
type: housekeeping
jeremystretch
- 2
- Opened 9 hours ago
- #20092
Deployment Type
Self-hosted
NetBox Version
v4.3.6
Python Version
3.12
Steps to Reproduce
1. Upgrade from v4.2.6 to v4.3.6.
2. After login, click Organization , then Sites .
3. All sites are missing ...
status: revisions needed
type: bug
pk-lee-developer
- 6
- Opened 10 hours ago
- #20091
Proposed Changes
The code currently defines queryset using valid_models as class variables like the following:
class ObjectChangeListView(generic.ObjectListView):
queryset = ObjectChange.objects.valid_models() ...
complexity: low
status: accepted
type: feature
arthanson
- 1
- Opened 23 hours ago
- #20089
Proposed Changes
Remove the legacy model key from the default webhook payload data.
Justification
model, which lists only the name of the relevant object type (e.g. site ), was superseded by object_type, ...
breaking change
status: accepted
type: deprecation
jeremystretch
- Opened yesterday
- #20088
Deployment Type
Self-hosted
NetBox Version
v4.3.5
Python Version
3.12
Steps to Reproduce
1. Create Data Source with automated sync such as Daily.
2. Sync button is greyed out.
Expected Behavior ...
status: needs triage
type: bug
ed-ud
- Opened yesterday
- #20087

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.