Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Query limit to be configurable #111

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Dec 3, 2021

  1. Query limit to be configurable

    Red Hat Bugzilla applied policy that anonymous queries can get at most
    20 lines in the API output, and authenticated queries up to 1000.
    
    So it is probably a good idea to "push" Red Hat maintainers to the
    authentication (interactive=True) a little bit more and set some
    reasonable default limit (limit=1000), otherwise the output will be very
    limited (and there's a risk that user misses some bugs thinking that the
    output is complete).
    
    Both of those options can be changed in $HOME/.bugzrc.
    praiskup committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    0bd2517 View commit details
    Browse the repository at this point in the history