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

Record operational plugins in the application registry #18540

Open
jeremystretch opened this issue Jan 30, 2025 · 0 comments
Open

Record operational plugins in the application registry #18540

jeremystretch opened this issue Jan 30, 2025 · 0 comments
Assignees
Labels
complexity: medium Requires a substantial but not unusual amount of effort to implement 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

v4.2.2

Feature type

New functionality

Proposed functionality

Register all successfully loaded NetBox plugins in the application registry at e.g. registry['plugins']['running'].

Use case

This change is necessary to track which plugins from the configured list (i.e. settings.PLUGINS) have been successfully loaded. Currently, NetBox will fail to start when an invalid plugin is encountered, but FR #18535 proposes allowing the application to fully initialize without activating incompatible plugins.

Database changes

N/A

External dependencies

N/A

@jeremystretch jeremystretch added complexity: medium Requires a substantial but not unusual amount of effort to implement status: accepted This issue has been accepted for implementation type: feature Introduction of new functionality to the application labels Jan 30, 2025
@jeremystretch jeremystretch added this to the v4.3 milestone Jan 30, 2025
@jeremystretch jeremystretch self-assigned this Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
complexity: medium Requires a substantial but not unusual amount of effort to implement 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