psss / did

What did you do last week, month, year?
https://did.readthedocs.io/
GNU General Public License v2.0
247 stars 105 forks source link

Return all the bugzilla results from a search #257

Closed jbastian closed 2 years ago

jbastian commented 2 years ago

As of 2021-09-13, bugzilla.redhat.com only returns 20 results (by default) from a search. The limit parameter can override this (up to 1000 results). A limit of 0 is the same as max, so use 0 in did.

https://bugzilla.redhat.com/docs/en/html/integrating/api/Bugzilla/WebService/Bug.html?highlight=limit#search

Resolves issue #254