Skip to content
Snippets Groups Projects
  1. Feb 25, 2025
  2. Feb 24, 2025
  3. Jan 24, 2025
  4. Jan 13, 2025
  5. Dec 03, 2024
  6. Nov 20, 2024
  7. Sep 23, 2024
  8. Jun 13, 2024
  9. May 02, 2024
  10. Apr 29, 2024
  11. Apr 15, 2024
  12. 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.
      Unverified
      21daa56e
  13. Feb 20, 2024
  14. Dec 13, 2023
  15. 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
      Unverified
      11a8ae06
  16. Sep 15, 2023
  17. Jun 16, 2023
  18. 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
  19. Mar 14, 2023
  20. Feb 01, 2023
  21. Jan 22, 2023
  22. Jan 19, 2023
  23. 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.
      Unverified
      5b3af1c7
  24. Jan 13, 2023
  25. Jan 01, 2023
  26. Dec 07, 2022
  27. Nov 28, 2022
  28. Nov 08, 2022
  29. Nov 01, 2022
  30. Oct 18, 2022
  31. Oct 12, 2022
  32. Sep 27, 2022
  33. Sep 16, 2022
  34. Jul 21, 2022
  35. Jul 19, 2022
  36. Jul 15, 2022
  37. Jul 04, 2022
  38. Jun 30, 2022
  39. Jun 16, 2022
Loading