Skip to content

Record operational plugins in the application registry #18540

@jeremystretch

Description

@jeremystretch

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

Metadata

Metadata

Assignees

Labels

complexity: mediumRequires a substantial but not unusual amount of effort to implementstatus: acceptedThis issue has been accepted for implementationtype: featureIntroduction of new functionality to the application

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions