Arthur Hanson
Arthur Hanson
### Fixes: #8853 Prevents retrieval of API tokens after creation. @jeremystretch the "Add another" makes things a bit different to put in, here is a first stab at system (but...
### Change Type Addition ### Area Other ### Proposed Changes There have been several updates to the GraphQL API for 3.4 that need additional documentation.
### Fixes: #1234 Added as a filter (GraphQL, REST). Wasn't sure if we wanted this in the UI as well? Under "Hardware"?
### Fixes: #4347 Add JSON/YAML import support for all objects. Changes DeviceType and ModuleType import to use the standard BulkImportView. Changes BulkImportView code and forms to incorporate the JSON and...
### Fixes: #5509 Adds test case for checking custom fields, refactors some of the ViewTestCase base classes as the extras views do not include custom fields.
### Fixes: #14438 Adds database representation of scripts. There are several parts of this: * Adds the actual Script model * Update all jobs that point to the module.script to...
### Fixes: #15029 Check for duplicate FHRP group assignment so IntegrityError isn't raised.
### Deployment Type Self-hosted ### NetBox Version v3.7.1 ### Python Version 3.8 ### Steps to Reproduce View an interface Click "Assign Group" for FHRP Input "Group" and "Priority" Click "Create...
### Change Type Addition ### Area Plugins ### Proposed Changes https://docs.netbox.dev/en/stable/plugins/development/ Specifically "Development Installation" section covers using setup.py, but pyproject.toml is the new suggested format and the documentation can include...
### Fixes: #5509 Adds custom fields for all models create and update tests that accept custom field data. @jeremystretch is this more what you were looking for? Probably don't need...