You need to sign in or sign up before continuing.
plugin.py: Add API to allow plugins to raise deprecation warnings
Description
Adds a plugin facing API which allows deprecation warnings to be raised on use of a deprecated plugin.
The deprecation warnings
- Are shown when a deprecated plugin is instantiated at load time
- Are silencable on an individual plugin level via 'supress-deprecation-warnings' in project.conf
This merge request, when approved, will close: #848 (closed)
Edited by Phil Dawson