Leo Kirchner
Leo Kirchner
### Proposed Changes The [upstream monitor CI](https://github.com/nautobot/nautobot/blob/develop/.github/workflows/plugin_upstream_testing_base.yml) could automatically [create issues](https://github.com/marketplace/actions/create-github-issue) when it fails. ### Justification This would save either the core team or the plugin maintainers from having to...
- Translates remaining English text - Fixes a couple of spelling and grammar issues
Ref: https://github.com/nautobot/pynautobot/issues/106
Currently, explicit pagination on the `filter()` and `all()` endpoints is explicitly forbidden ([ref](https://github.com/nautobot/pynautobot/blob/3bb451340c8b77ba6fdc3b67fa1ea23d23e8f19f/pynautobot/core/endpoint.py#L231)). This can lead to problems where the default timing plus page size (50 when I tried it...
Closes #68
### Environment * Nautobot version: 1.5.4 * nautobot-bgp-models version: 0.7.0-beta.1 ### Proposed Functionality Remove the `unique=True` parameter to the `ASNField` on the ASN model. ### Use Case Re-use of private...
### Environment * Nautobot version: 1.5.2 * nautobot-bgp-models version: 0.7.0-beta1 ### Proposed Functionality Add an optional `Site` `ForeignKey` field onto the `ASN` model. ### Use Case Nautobot currently (1.x) has...
### Environment * Nautobot version: 1.5.4 * nautobot-bgp-models version: 0.7.0-beta.1 ### Proposed Functionality Allow users to bulk-create ASNs by setting the name on the form to something like `420000000[1-9]` (creating...
Some of the integrations, notably the ACI integration, auto-create some objects (i.e. sites for the ACI integration). We need to think more carefully about these as they may conflict with...