Skip to content
Snippets Groups Projects
  1. Apr 18, 2023
  2. Apr 11, 2023
  3. Apr 06, 2023
  4. Apr 04, 2023
  5. Mar 28, 2023
  6. Mar 22, 2023
  7. Mar 21, 2023
  8. Mar 14, 2023
  9. Mar 13, 2023
  10. Mar 07, 2023
  11. Feb 28, 2023
  12. Feb 21, 2023
  13. Feb 20, 2023
  14. Feb 14, 2023
  15. Feb 10, 2023
  16. Feb 07, 2023
  17. Jan 31, 2023
  18. Jan 27, 2023
  19. Jan 25, 2023
  20. Jan 17, 2023
    • David Robertson's avatar
      Require poetry>=1.3.2 (#14860) · b88cfe6d
      David Robertson authored
      
      * Upgrade to new lockfile format
      
      Now requires poetry >= 1.2.2 to read and poetry >= 1.3.0 to write.
      
      Cheat sheet:
      
      ```
      poetry --version
      poetry show > scratch/before
      pipx upgrade poetry
      poetry --version
      poetry show > scratch/after
      diff scratch{before,after} && echo "no change!"
      ```
      
      * Use Poetry 1.3.2 when reading or writing lockfile
      
      * Remove unneeded(?) poetry dep for cibuildwheel
      
      * Update docs
      
      * Remove redundant call to setup-python
      
      * Remove outdated comments related to Poetry 1.x
      
      * Remove outdated docs line
      
      was fixed in #13082
      
      * Minor improvements to poetry cheat sheet
      
      * Invoke setup-python-poetry with explicit version
      
      Not sure about this. It's hardcoding versions everywhere.
      
      * Changelog
      
      * Check the lockfile is version 2.0
      
      Might one day incorporate other checks like #14742
      
      * Typo fixes, thanks Sean
      
      Co-authored-by: default avatarSean Quah <8349537+squahtx@users.noreply.github.com>
      
      Co-authored-by: default avatarSean Quah <8349537+squahtx@users.noreply.github.com>
      b88cfe6d
    • David Robertson's avatar
      1.75.0 · b6955673
      David Robertson authored
  21. Jan 12, 2023
  22. Jan 10, 2023
  23. Dec 20, 2022
  24. Dec 13, 2022
  25. Dec 12, 2022
    • Brendan Abolivier's avatar
      Add optional ICU support for user search (#14464) · 2a3cd59d
      Brendan Abolivier authored
      Fixes #13655
      
      This change uses ICU (International Components for Unicode) to improve boundary detection in user search.
      
      This change also adds a new dependency on libicu-dev and pkg-config for the Debian packages, which are available in all supported distros.
      2a3cd59d
  26. Dec 06, 2022
  27. Dec 01, 2022
  28. Nov 29, 2022
  29. Nov 22, 2022
  30. Nov 16, 2022
  31. Nov 08, 2022
  32. Nov 04, 2022
  33. Nov 01, 2022
  34. Oct 28, 2022
  35. Oct 26, 2022
  36. Oct 25, 2022
  37. Oct 19, 2022
  38. Oct 17, 2022
  39. Oct 14, 2022
Loading