Skip to content
Snippets Groups Projects

bitbucket: Fix request to get next page of buggy page

Merged Antoine Lambert requested to merge anlambert/swh-lister:unstuck-bitbucket-lister into master
  1. Jan 22, 2025
    • Antoine Lambert's avatar
      bitbucket: Fix request to get next page of buggy page · 34408810
      Antoine Lambert authored
      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.
      Verified
      34408810
Loading