Skip to content
Snippets Groups Projects
  1. Apr 06, 2022
  2. Mar 28, 2022
  3. Mar 22, 2022
    • Antoine Lambert's avatar
      pytest: Exclude build directory for tests discovery · ff0035a6
      Antoine Lambert authored
      Due to test modules being copied in subdirectories of the
      build directory by setuptools, it makes pytest fail by raising
      ImportPathMismatchError exceptions when invoked from root
      directory of the module.
      
      So ignore the build folder to discover tests.
      ff0035a6
  4. Mar 11, 2022
  5. Feb 18, 2022
  6. Feb 17, 2022
  7. Feb 16, 2022
  8. Feb 14, 2022
  9. Feb 10, 2022
  10. Feb 09, 2022
  11. Feb 08, 2022
  12. Feb 07, 2022
  13. Jan 25, 2022
  14. Jan 24, 2022
  15. Jan 21, 2022
  16. Jan 19, 2022
  17. Dec 16, 2021
  18. Dec 08, 2021
  19. Dec 07, 2021
  20. Dec 06, 2021
  21. Dec 03, 2021
  22. 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
  23. Dec 01, 2021
  24. 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
  25. Nov 23, 2021
  26. Nov 10, 2021
  27. Nov 09, 2021
  28. Oct 22, 2021
  29. Oct 11, 2021
  30. Oct 08, 2021
Loading