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