Re: Freeze Break Request: Blockerbugs Hotfix to Deal With RHBZ Change

2021-09-15 Thread Mattia Verga
On 15/09/21 17:38, Till Maas wrote: > On Mon, Sep 13, 2021 at 12:49:21PM -0600, Tim Flink wrote: > >> +# this is a hotfix hack to work around the sudden config change in >> rhbz where the max >> +# number of bugs returned for a query is 20 >> +# it seems to be working for

Re: Freeze Break Request: Blockerbugs Hotfix to Deal With RHBZ Change

2021-09-15 Thread Till Maas
On Mon, Sep 13, 2021 at 12:49:21PM -0600, Tim Flink wrote: > +# this is a hotfix hack to work around the sudden config change in > rhbz where the max > +# number of bugs returned for a query is 20 > +# it seems to be working for now but may need more work going forward >

Re: Freeze Break Request: Blockerbugs Hotfix to Deal With RHBZ Change

2021-09-15 Thread Pierre-Yves Chibon
On Wed, Sep 15, 2021 at 01:12:07PM -, Kamil Páral wrote: > > For now, I've kept the limit to 20 because I was having trouble getting > > more than 20 > > to work for me. > > For anyone interested - we found out that only logged-in users can receive > more than 20 responses per query. For

Re: Freeze Break Request: Blockerbugs Hotfix to Deal With RHBZ Change

2021-09-15 Thread Kamil Páral
> For now, I've kept the limit to 20 because I was having trouble getting more > than 20 > to work for me. For anyone interested - we found out that only logged-in users can receive more than 20 responses per query. For anonymous queries, the max limit is 20. I had a bugzilla token configured,

Re: Freeze Break Request: Blockerbugs Hotfix to Deal With RHBZ Change

2021-09-14 Thread Tim Flink
I've applied the patch to blockerbugs production, thanks. For now, I've kept the limit to 20 because I was having trouble getting more than 20 to work for me. We can re-visit what the limit should be set to once beta freeze lifts. Tim On 9/13/21 12:55 PM, Pierre-Yves Chibon wrote: On Mon,

Re: Freeze Break Request: Blockerbugs Hotfix to Deal With RHBZ Change

2021-09-14 Thread Kevin Fenzi
On Tue, Sep 14, 2021 at 09:53:08AM -, Kamil Páral wrote: > > On Mon, Sep 13, 2021 at 12:49:21PM -0600, Tim Flink wrote: > > If I understood correctly, you can request more than 20 results, but if you > > don't specify how many you want, you'll only get 20. > > Pierre is right, requesting more

Re: Freeze Break Request: Blockerbugs Hotfix to Deal With RHBZ Change

2021-09-14 Thread Kamil Páral
> On Mon, Sep 13, 2021 at 12:49:21PM -0600, Tim Flink wrote: > If I understood correctly, you can request more than 20 results, but if you > don't specify how many you want, you'll only get 20. Pierre is right, requesting more results seems to be working fine, in my local testing. So I'd bump it

Re: Freeze Break Request: Blockerbugs Hotfix to Deal With RHBZ Change

2021-09-13 Thread Pierre-Yves Chibon
On Mon, Sep 13, 2021 at 12:49:21PM -0600, Tim Flink wrote: > It turns out that the configuration for rhbz was changed without an > announcement and now the max number of bugs returned for any query is 20. > Some of the queries that we use in blockerbugs return more than 20 bugs so I > have a

Freeze Break Request: Blockerbugs Hotfix to Deal With RHBZ Change

2021-09-13 Thread Tim Flink
It turns out that the configuration for rhbz was changed without an announcement and now the max number of bugs returned for any query is 20. Some of the queries that we use in blockerbugs return more than 20 bugs so I have a hotfix to deal with the new pagination requirements. I've attached