Skip to content
Snippets Groups Projects
  1. May 05, 2022
  2. Apr 26, 2022
  3. Apr 25, 2022
  4. Apr 21, 2022
  5. Apr 08, 2022
  6. Apr 07, 2022
  7. Apr 06, 2022
  8. Mar 28, 2022
  9. Mar 22, 2022
    • Antoine Lambert's avatar
      pytest: Exclude build directory for tests discovery · d273b070
      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.
      d273b070
  10. Mar 03, 2022
  11. Feb 16, 2022
  12. Feb 14, 2022
  13. Feb 11, 2022
  14. Feb 10, 2022
  15. Feb 07, 2022
  16. Jan 11, 2022
  17. Jan 10, 2022
  18. Dec 16, 2021
  19. Dec 13, 2021
  20. Nov 23, 2021
  21. Nov 19, 2021
  22. Oct 26, 2021
    • Antoine Lambert's avatar
      search: Ensure CodeMeta dates are properly formatted · edb812ab
      Antoine Lambert authored
      Some date values that can be found in codemeta.json files (dateCreated,
      dateModified, datePublished) might be in a format not parsable by
      elasticsearch which prevents successfull update of origin intrinsic
      metadata in elasticsearch indices.
      
      For instance, the date 2021-7-23 cannot be parsed by elasticsearch
      as it expects 2021-07-23 instead.
      
      So ensure to properly format CodeMeta dates to avoid such indexing
      errors.
      edb812ab
  23. Sep 29, 2021
  24. Sep 28, 2021
  25. Sep 08, 2021
  26. Sep 07, 2021
  27. Sep 03, 2021
  28. Sep 02, 2021
    • Antoine Lambert's avatar
      Remove Makefile.local · abf46aa8
      Antoine Lambert authored
      Tree-sitter parser compilation is now handled in setup.py or
      directly in the code so that file can be removed.
      
      It also fixes make test invocation.
      abf46aa8
Loading