Skip to content
Snippets Groups Projects
  1. Apr 08, 2022
  2. Apr 06, 2022
  3. Mar 28, 2022
  4. 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
  5. Mar 11, 2022
  6. Feb 18, 2022
  7. Feb 17, 2022
  8. Feb 16, 2022
  9. Feb 14, 2022
    • Raphaël Gomès's avatar
      sourceforge: fix support for listing bzr origins · 31b4429c
      Raphaël Gomès authored
      Bazaar support was removed a long time ago and predates a lot of the new
      mechanisms in place in the API. Unfortunately, it looks like a lot of
      the URLs are offline now, but there are still a few projects that can be
      listed, this is pretty low-effort.
      v2.6.4
      31b4429c
  10. Feb 10, 2022
  11. Feb 09, 2022
  12. Feb 08, 2022
  13. Feb 07, 2022
  14. Jan 25, 2022
  15. Jan 24, 2022
  16. Jan 21, 2022
  17. Jan 19, 2022
  18. Dec 16, 2021
  19. Dec 08, 2021
  20. Dec 07, 2021
  21. Dec 06, 2021
  22. Dec 03, 2021
  23. 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
  24. Dec 01, 2021
  25. 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
  26. Nov 23, 2021
  27. Nov 10, 2021
  28. Nov 09, 2021
  29. Oct 22, 2021
Loading