Record operational plugins in the application registry #18540
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
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
The text was updated successfully, but these errors were encountered: