Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide a mechanism for plugins to register custom remote data source backends #13381

Closed
jeremystretch opened this issue Aug 4, 2023 · 0 comments
Assignees
Labels
status: accepted This issue has been accepted for implementation type: feature Introduction of new functionality to the application
Milestone

Comments

@jeremystretch
Copy link
Member

NetBox version

v3.5.7

Feature type

New functionality

Proposed functionality

Provide and support a mechanism for NetBox plugins to register their own remote data source backends, to complement the two backends (git and Amazon S3) currently provided natively. This will likely entail just formally documenting the register_backend() decorator, which is currently an internal resource.

Use case

This will enable users to introduce support for additional backends by installing NetBox plugins.

Database changes

N/A

External dependencies

N/A

@jeremystretch jeremystretch added type: feature Introduction of new functionality to the application needs milestone Awaiting prioritization for inclusion with a future NetBox release labels Aug 4, 2023
@jeremystretch jeremystretch added status: accepted This issue has been accepted for implementation and removed needs milestone Awaiting prioritization for inclusion with a future NetBox release labels Oct 13, 2023
@jeremystretch jeremystretch added this to the v3.7 milestone Oct 13, 2023
@jeremystretch jeremystretch self-assigned this Oct 20, 2023
jeremystretch added a commit that referenced this issue Oct 20, 2023
jeremystretch added a commit that referenced this issue Oct 24, 2023
* Initial work on #13381

* Fix backend type display in table column

* Fix data source type choices during bulk edit

* Misc cleanup

* Move backend utils from core app to netbox

* Move backend type validation from serializer to model
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: accepted This issue has been accepted for implementation type: feature Introduction of new functionality to the application
Projects
None yet
Development

No branches or pull requests

1 participant