Skip to content

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

  1. Are shown when a deprecated plugin is instantiated at load time
  2. 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

Merge request reports

Loading