Skip to content
Snippets Groups Projects
  1. Jan 21, 2022
  2. Jan 19, 2022
  3. Dec 16, 2021
  4. Dec 08, 2021
  5. Dec 07, 2021
  6. Dec 06, 2021
  7. Dec 03, 2021
  8. 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
  9. Dec 01, 2021
  10. 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
  11. Nov 23, 2021
  12. Nov 10, 2021
  13. Nov 09, 2021
  14. Oct 22, 2021
  15. Oct 11, 2021
  16. Oct 08, 2021
  17. Sep 24, 2021
  18. Sep 21, 2021
  19. Sep 17, 2021
  20. Sep 16, 2021
  21. Jul 23, 2021
  22. Jul 20, 2021
  23. Jul 13, 2021
    • Antoine Lambert's avatar
      pattern: Use URL network location as instance name when not provided · 6c123508
      Antoine Lambert authored
      Make the instance parameter of the base pattern lister optional and set
      lister name to URL network location when not provided.
      
      It simplifies lister creation when associated forge type have a lot of
      instances in the wild (e.g. gitlab or cgit) while giving more details
      about the listed forge instance.
      
      Also process listers for forge with multiple instances (cgit, gitea,
      gitlab, phabricator and tuleap) to ensure URL network location will be
      used when instance parameter is not provided.
      
      Related to T3403
      6c123508
  24. Jul 09, 2021
  25. Jul 06, 2021
  26. Jun 09, 2021
  27. Jun 04, 2021
  28. Jun 03, 2021
Loading