Skip to content
Snippets Groups Projects
  1. Jul 10, 2024
  2. May 30, 2024
  3. May 15, 2024
  4. Mar 29, 2024
  5. Mar 06, 2024
  6. Feb 20, 2024
  7. Feb 19, 2024
  8. Feb 15, 2024
  9. Feb 05, 2024
  10. Dec 04, 2023
  11. Dec 03, 2023
  12. Nov 29, 2023
  13. Nov 16, 2023
  14. Oct 19, 2023
    • Antoine Lambert's avatar
      query_language: Remove hardcoded list of origin visit types · 1dd8e8bb
      Antoine Lambert authored
      There is no easy way to get that list dynamically as the query language
      parser code in C is generated when building the swh-search Python package
      and not at runtime.
      
      So prefer to remove that harcoded list of visit types as it must updated
      each time a new visit type is added in the archive or searching for such
      visit type will fail.
      1dd8e8bb
  15. Sep 06, 2023
    • Antoine Lambert's avatar
      tests: Remove unittest use and migrate to pytest · 3a8b3990
      Antoine Lambert authored
      Remove test cases inheritance of unittest.TestCase in order to benefit
      from all pytest features like fixtures and parametrize.
      
      Migrate tests setup and teardown to pytest style.
      
      Remove no longer needed hypothesis use.
      3a8b3990
  16. Jul 21, 2023
    • Antoine Lambert's avatar
      setup.py: Fix editable install with setuptools >= 64 · ff807565
      Antoine Lambert authored
      The way editable installs are handled by setuptools has changed since
      release >= 64 and the custom develop command in setup.py is no longer
      called. As a consequence, the tree-sitter parser code generation was
      no longer executed when performing an editable install and runtime
      error was raised when executing the swh-search backend.
      
      So use proper way to handle editable install with latest setuptools and
      ensure backward compatibility with older versions.
  17. Jul 07, 2023
  18. Jun 28, 2023
  19. Feb 26, 2023
  20. Feb 17, 2023
  21. Feb 16, 2023
  22. Feb 02, 2023
  23. Dec 19, 2022
  24. Oct 18, 2022
  25. Oct 10, 2022
  26. Oct 07, 2022
  27. Sep 15, 2022
  28. Sep 12, 2022
  29. Jul 19, 2022
  30. Jul 18, 2022
  31. May 05, 2022
  32. Apr 26, 2022
  33. Apr 25, 2022
Loading