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:
commit
2af3e40129
1 changed files with 1 additions and 0 deletions
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue