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