Skip to content
Snippets Groups Projects
  1. Jan 24, 2025
  2. Jan 13, 2025
  3. Dec 03, 2024
  4. Nov 20, 2024
  5. Sep 23, 2024
  6. Jun 13, 2024
  7. May 02, 2024
  8. Apr 29, 2024
  9. Apr 15, 2024
  10. Mar 21, 2024
    • Andrew Morgan's avatar
      Prevent `start_for_complement.sh` from setting `START_POSTGRES` to `false`... · 21daa56e
      Andrew Morgan authored
      Prevent `start_for_complement.sh` from setting `START_POSTGRES` to `false` when it's already set (#16985)
      
      I have a use case where I'd like the Synapse image to start up a
      postgres instance that I can use, but don't want to force Synapse to use
      postgres as well.
      
      This commit prevents postgres from being started when it has already
      been explicitly enabled elsewhere.
      21daa56e
  11. Feb 20, 2024
  12. Dec 13, 2023
  13. Oct 27, 2023
    • kegsay's avatar
      complement: enable dirty runs (#16520) · 11a8ae06
      kegsay authored
      * complement: enable dirty runs
      
      * Add changelog
      
      * Set a low connpool limit when running in Complement
      
      Dirty runs can cause many containers to be running concurrently,
      which seems to easily exhaust resources on the host. The increased
      speedup from dirty runs also seems to use more db connections on
      workers, which are misconfigured currently to have
      `SUM(workers * cp_max) > max_connections`, causing
      ```
      FATAL:  sorry, too many clients already
      ```
      which results in tests failing.
      
      * Try p=2 concurrency to restrict slowness of servers which causes partial state join tests to flake
      
      * Debug logging
      
      * Only run flakey tests
      
      * Only adjust connection pool limits in worker mode
      
      * Move cp vars to somewhere where they get executed in CI
      
      * Move cp values back to where they actually work
      
      * Debug logging
      
      * Try p=1 to see if this makes worker mode happier
      
      * Remove debug logging
      11a8ae06
  14. Sep 15, 2023
  15. Jun 16, 2023
  16. 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>
      874378c0
  17. Mar 14, 2023
  18. Feb 01, 2023
  19. Jan 22, 2023
  20. Jan 19, 2023
  21. Jan 17, 2023
    • 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.
      5b3af1c7
  22. Jan 13, 2023
  23. Jan 01, 2023
  24. Dec 07, 2022
  25. Nov 28, 2022
  26. Nov 08, 2022
  27. Nov 01, 2022
  28. Oct 18, 2022
  29. Oct 12, 2022
  30. Sep 27, 2022
  31. Sep 16, 2022
  32. Jul 21, 2022
  33. Jul 19, 2022
  34. Jul 15, 2022
  35. Jul 04, 2022
  36. Jun 30, 2022
  37. Jun 16, 2022
  38. Jun 15, 2022
Loading