Learn more about these different git repos.
Other Git URLs
7fe80a1
@@ -12691,6 +12691,7 @@
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'),
Fixes: https://pagure.io/koji/issue/3031
rebased onto 7fe80a1
:thumbsup:
Metadata Update from @tkopecek: - Pull-request tagged with: testing-ready
Metadata Update from @jcupova: - Pull-request tagged with: testing-done
Commit 2af3e40 fixes this pull-request
Pull-Request has been merged by tkopecek
Fixes: https://pagure.io/koji/issue/3031