swh-lister/swh/lister/bitbucket
Antoine Lambert 3440881086
bitbucket: Fix request to get next page of buggy page
The bitbucket Web API to list repositories has buggy pages that
needs to be skipped to continue the listing.

Previously the request to get the next page when a buggy page
is detected was missing the after query parameter so the request
was always returning the second page of repositories listing
endpoint.

Also refine buggy page detection by considering all HTTP status
code >= 500.
2025-01-22 12:04:09 +01:00
..
tests bitbucket: Fix request to get next page of buggy page 2025-01-22 12:04:09 +01:00
__init__.py Remove no longer used models field in dict returned by register 2021-02-02 16:33:52 +01:00
lister.py bitbucket: Fix request to get next page of buggy page 2025-01-22 12:04:09 +01:00
tasks.py Reimplement Bitbucket lister using new Lister API 2021-01-20 15:28:34 +01:00