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

bugfix: remove superfluous repository.list() call #8411

Merged

Commits on Sep 24, 2024

  1. bugfix: remove superfluous repository.list() call

    Because it ended the loop only when .list() returned an
    empty result, this always needed one call more than
    necessary.
    
    We can also detect that we are finished, if .list()
    returns less than the limit we gave to it.
    
    Also: reduce code duplication by using repo_lister func.
    ThomasWaldmann committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    1436bbb View commit details
    Browse the repository at this point in the history