PR#3036: hub: deprecate taskReport

Merges #3036
https://pagure.io/koji/pull-request/3036

Fixes: #3031
https://pagure.io/koji/issue/3031
deprecate taskReport
This commit is contained in:
Tomas Kopecek 2021-09-23 08:44:54 +02:00
commit 2af3e40129

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'),