hub: deprecate taskReport

Fixes: https://pagure.io/koji/issue/3031
This commit is contained in:
Tomas Kopecek 2021-09-20 11:42:02 +02:00
parent 9a3f9d48b7
commit b958c8e3dc

View file

@ -12702,6 +12702,7 @@ class RootExports(object):
def taskReport(self, owner=None):
"""Return data on active or recent tasks"""
logger.warning("taskReport call is deprecated and will be removed in 1.29")
fields = (
('task.id', 'id'),
('task.state', 'state'),