Skip to content
Snippets Groups Projects
  1. Feb 17, 2023
  2. Feb 16, 2023
  3. Feb 02, 2023
  4. Dec 19, 2022
  5. Oct 18, 2022
  6. May 09, 2022
  7. Apr 26, 2022
  8. Apr 21, 2022
  9. Apr 08, 2022
  10. Mar 30, 2022
  11. Mar 22, 2022
    • Antoine Lambert's avatar
      pytest: Exclude build directory for tests discovery · 3235f05c
      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.
      3235f05c
  12. Feb 10, 2022
  13. Jan 19, 2022
  14. Dec 16, 2021
  15. Oct 18, 2021
  16. Oct 05, 2021
  17. Jun 09, 2021
  18. Apr 26, 2021
    • Antoine Lambert's avatar
      tox: Add sphinx environments to check sane doc build · 1b2b6f33
      Antoine Lambert authored
      Enable to check package documentation can be built without producing
      sphinx warnings.
      
      The sphinx environment is designed to be used in continuous integration
      in order to prevent breaking documentation build when committing changes.
      
      The sphinx-dev environment is designed to be used inside a full swh
      development environment.
      
      Related to T3258
      v1.0.3
      1b2b6f33
  19. Apr 13, 2021
  20. Mar 19, 2021
  21. Mar 05, 2021
  22. Mar 04, 2021
  23. Feb 26, 2021
  24. Jan 06, 2021
  25. Jan 05, 2021
    • Thibault Allançon's avatar
      cache: put by-date/ entries in direntry cache · 26ee05f3
      Thibault Allançon authored
      Since those entries are updated in the background, we invalidate the
      cache on a regular basis.
      
      Close T2864. This should also fix the second problem of T2830, namely
      the fact that get_entries(by_date, offset) was not reliable because of
      the offset supposing the entries were the same every time.
      26ee05f3
  26. Jan 04, 2021
  27. Dec 29, 2020
  28. Dec 28, 2020
Loading