Description
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