Skip to content
Snippets Groups Projects
  1. Jul 18, 2022
  2. May 06, 2022
  3. May 05, 2022
  4. Apr 29, 2022
  5. Apr 26, 2022
  6. Apr 25, 2022
  7. Apr 21, 2022
  8. Apr 08, 2022
  9. Apr 07, 2022
  10. Apr 06, 2022
  11. Mar 29, 2022
  12. Mar 28, 2022
  13. 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
  14. Mar 07, 2022
  15. Mar 03, 2022
  16. Feb 16, 2022
  17. Feb 14, 2022
  18. Feb 11, 2022
  19. Feb 10, 2022
  20. Feb 07, 2022
  21. Jan 12, 2022
  22. Jan 11, 2022
  23. Jan 10, 2022
  24. Dec 16, 2021
  25. Dec 13, 2021
  26. Nov 23, 2021
  27. Nov 19, 2021
  28. 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
Loading