Skip to content
Snippets Groups Projects
  1. Sep 08, 2023
  2. Aug 24, 2023
  3. Aug 07, 2023
  4. Jul 11, 2023
  5. Jul 10, 2023
  6. Jun 21, 2023
  7. May 30, 2023
  8. May 26, 2023
    • Grant McLean's avatar
      Documentation improvements to contributing guide (#15667) (#15668) · 179f0f85
      Grant McLean authored
      Fix #15667
      
       - Reiterate the importance of getting Rust installed and set up before attempting to install the Python dependencies.
       - Mention the importance of confirming that `poetry install` completed successfully and include a typical error that the user might see if it did not.
       - Expand on "Now edit homeserver.yaml" to give examples of things likely to need changing and to link to the relevant sections of the Synapse server documentation.
      Unverified
      179f0f85
  9. May 05, 2023
  10. Apr 28, 2023
  11. Feb 08, 2023
  12. Feb 01, 2023
  13. Jan 30, 2023
  14. Jan 25, 2023
  15. 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>
      Unverified
      b88cfe6d
  16. Jan 09, 2023
  17. Jan 05, 2023
  18. Dec 20, 2022
  19. Nov 08, 2022
  20. Oct 11, 2022
  21. Oct 06, 2022
  22. Sep 28, 2022
  23. Sep 27, 2022
  24. Sep 15, 2022
  25. Sep 06, 2022
  26. Sep 02, 2022
  27. Jul 15, 2022
  28. Jul 12, 2022
  29. Jul 06, 2022
  30. Jul 05, 2022
  31. Jun 16, 2022
  32. Jun 08, 2022
  33. May 24, 2022
  34. May 18, 2022
  35. May 17, 2022
  36. May 09, 2022
  37. Apr 20, 2022
Loading