FTI policy: Only query open bugzillas instead of filtering the CLOSED out later #10239

Merged
jnsamyak merged 3 commits from fti_query_open into main 2026-06-08 03:11:17 +00:00

3 commits

Author SHA1 Message Date
d853cb6367 FTI policy: Add Fedora 36
Signed-off-by: Miro Hrončok <miro@hroncok.cz>
2021-08-27 09:23:47 +00:00
e638570b61 FTI policy: Die when we hit bugzilla pagination
See https://github.com/python-bugzilla/python-bugzilla/issues/149

Signed-off-by: Miro Hrončok <miro@hroncok.cz>
2021-08-27 09:23:47 +00:00
19f12ce5be FTI policy: Only query open bugzillas instead of filtering the CLOSED out later
This should help with the pagination issue described in:

https://github.com/python-bugzilla/python-bugzilla/issues/149

We have more than 1000 bugzillas, but only couple hundreds are open.

Long term, we will need to add code to handle the pages, but this works for now.

Signed-off-by: Miro Hrončok <miro@hroncok.cz>
2021-08-27 09:23:47 +00:00