Skip to content
Snippets Groups Projects
  1. Feb 17, 2022
    • Antoine R. Dumont's avatar
      launchpad: Manage unhandled exceptions when listing · fc2edd24
      Antoine R. Dumont authored
      Prior to this commit, the listing could fail when either reading a page or the page of
      results (lauchpad api raises RestfulError). This now retries when those kind of
      exceptions happen. If the error persists (after multiple tryouts and exponential
      backoff), the listing continues nonetheless (with warning logs).
      
      Note that if the page ends up being empty, it's no longer accounted for.
      
      This actually allows the listing to finish in case of issues.
      
      Related to T3945
      Verified
      fc2edd24
  2. Feb 16, 2022
  3. Feb 14, 2022
  4. Feb 10, 2022
  5. Feb 09, 2022
  6. Feb 08, 2022
  7. Feb 07, 2022
  8. Jan 25, 2022
  9. Jan 24, 2022
  10. Jan 21, 2022
  11. Jan 19, 2022
  12. Dec 16, 2021
  13. Dec 08, 2021
  14. Dec 07, 2021
  15. Dec 06, 2021
  16. Dec 03, 2021
  17. Dec 02, 2021
    • Antoine Lambert's avatar
      debian: Add missing file URIs in lister output · 46425917
      Antoine Lambert authored
      For a given package, the debian lister generates a dictionary mapping
      distribution and version to a list of files to be processed by the
      debian loader.
      
      For each file to process, the debian loader expects to find an URI
      in order to download it and then use its content to ingest package
      source code into the archive.
      
      However, it turns out these URIs were not computed by the lister
      in its current implementation making any debian loading task fail
      due to these missing info.
      
      So add the computation of these URIS and ensure they will be provided
      in the debian loader input parameters.
      
      Related to T2400
      46425917
  18. Dec 01, 2021
  19. Nov 29, 2021
    • Boris Baldassari's avatar
      lister: Add new maven lister · 8991c625
      Boris Baldassari authored
      The Maven lister retrieves the maven central indexes, exports them in a
      convenient text format, and parse them to identify all src archives and
      pom files in the maven repository. Then the pom files are downloaded and
      analysed to find and yield any scm reference.
      
      Note: This is a new version of the maven lister diff D6133 which takes
      into account the initial round of reviews.
      
      Related to T1724
      8991c625
  20. Nov 23, 2021
  21. Nov 10, 2021
  22. Nov 09, 2021
  23. Oct 22, 2021
  24. Oct 11, 2021
  25. Oct 08, 2021
  26. Sep 24, 2021
  27. Sep 21, 2021
  28. Sep 17, 2021
  29. Sep 16, 2021
Loading