Skip to content
Snippets Groups Projects
  1. Jun 16, 2023
  2. Jun 05, 2023
  3. Jun 02, 2023
  4. May 31, 2023
    • Jason Little's avatar
      Docker fully qualified image names (#15689) · 874378c0
      Jason Little authored
      
      * Fully qualified docker image names for the main Dockerfile and Complement related.
      
      * Fully qualified docker image names for Dockerfiles associated with building Debian release artifacts.
      
      This one is harder and is separate from the other commit in case it wasn't correct or was unwanted. I decided to
      do the expansion on the docker images in the Dockerfile itself, instead of the various source places that build
      which distribution that is selected, as it would have been more invasive with the scripts breaking up the string
      for tagging and such. This one is untested.
      
      * Changelog
      
      * Update docker/Dockerfile-workers
      
      * Update docker/complement/Dockerfile
      
      ---------
      
      Co-authored-by: default avatarreivilibre <olivier@librepush.net>
      Unverified
      874378c0
  5. May 12, 2023
  6. May 11, 2023
    • Jason Little's avatar
      Remove `worker_replication_*` settings (#15491) · e4f545c4
      Jason Little authored
      
      * Add master to the instance_map as part of Complement, have ReplicationEndpoint look at instance_map for master.
      
      * Fix typo in drive by.
      
      * Remove unnecessary worker_replication_* bits from unit tests and add master to instance_map(hopefully in the right place)
      
      * Several updates:
      
      1. Switch from master to main for naming the main process in the instance_map. Add useful constants for easier adjustment of names in the future.
      2. Add backwards compatibility for worker_replication_* to allow time to transition to new style. Make sure to prioritize declaring main directly on the instance_map.
      3. Clean up old comments/commented out code.
      4. Adjust unit tests to match with new code.
      5. Adjust Complement setup infrastructure to only add main to the instance_map if workers are used and remove now unused options from the worker.yaml template.
      
      * Initial Docs upload
      
      * Changelog
      
      * Missed some commented out code that can go now
      
      * Remove TODO comment that no longer holds true.
      
      * Fix links in docs
      
      * More docs
      
      * Remove debug logging
      
      * Apply suggestions from code review
      
      Co-authored-by: default avatarreivilibre <olivier@librepush.net>
      
      * Apply suggestions from code review
      
      Co-authored-by: default avatarreivilibre <olivier@librepush.net>
      
      * Update version to latest, include completeish before/after examples in upgrade notes.
      
      * Fix up and docs too
      
      ---------
      
      Co-authored-by: default avatarreivilibre <olivier@librepush.net>
      Unverified
      e4f545c4
  7. Apr 14, 2023
  8. Mar 27, 2023
  9. Mar 17, 2023
  10. Mar 14, 2023
  11. Mar 13, 2023
  12. Mar 02, 2023
  13. Feb 28, 2023
  14. Feb 01, 2023
  15. Jan 22, 2023
  16. Jan 20, 2023
  17. Jan 19, 2023
  18. 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
    • David Robertson's avatar
      Stabilise serving partial join responses (#14839) · 5b3af1c7
      David Robertson authored
      Serving partial join responses is no longer experimental. They will only be served under the stable identifier if the the undocumented config flag experimental.msc3706_enabled is set to true.
      
      Synapse continues to request a partial join only if the undocumented config flag experimental.faster_joins is set to true; this setting remains present and unaffected.
      Unverified
      5b3af1c7
  19. Jan 13, 2023
  20. Jan 04, 2023
  21. Jan 01, 2023
  22. Dec 20, 2022
  23. Dec 12, 2022
  24. Dec 07, 2022
  25. Nov 28, 2022
  26. Nov 16, 2022
  27. Nov 09, 2022
  28. Nov 08, 2022
  29. Nov 01, 2022
  30. Oct 18, 2022
  31. Oct 17, 2022
  32. Oct 14, 2022
Loading