Skip to content
Snippets Groups Projects
  1. Apr 04, 2023
  2. Apr 03, 2023
  3. Mar 30, 2023
  4. Mar 29, 2023
  5. Mar 27, 2023
  6. Mar 21, 2023
  7. Mar 17, 2023
  8. Mar 08, 2023
  9. Mar 02, 2023
  10. Feb 28, 2023
  11. Feb 27, 2023
  12. Feb 23, 2023
  13. Feb 22, 2023
  14. Feb 20, 2023
    • jahway603's avatar
      Update database_maintenance_tools.md (#15083) · 356ea4e0
      jahway603 authored
      * Update database_maintenance_tools.md
      
      Included a blog post by Jackson Chen, which DID work when I followed it to perform Matrix Synapse Maintenance, versus the 2020 blog post by Victor Berger, which DID NOT work when performining maintenance.
      
      * Update database_maintenance_tools.md
      
      * Rephrasing
      356ea4e0
  15. Feb 17, 2023
  16. Feb 16, 2023
  17. Feb 15, 2023
  18. Feb 09, 2023
  19. Feb 08, 2023
  20. Feb 01, 2023
  21. Jan 31, 2023
  22. Jan 30, 2023
  23. Jan 25, 2023
  24. Jan 24, 2023
  25. Jan 19, 2023
  26. Jan 18, 2023
  27. 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
Loading