Skip to content
Snippets Groups Projects
  1. Jun 15, 2022
  2. May 31, 2022
  3. Apr 05, 2022
  4. Mar 24, 2022
  5. Feb 23, 2022
  6. Jan 07, 2022
    • David Robertson's avatar
      Optionally use an on-disk sqlite db in tests (#11702) · d3cf0730
      David Robertson authored
      
      * Optionally use an on-disk sqlite db in tests
      
      When debugging a test it is sometimes useful to inspect the state of the
      DB. This is not easy when the db is in-memory: one cannot attach the
      sqlite CLI to another process's DB.
      
      With this change, if SYNAPSE_TEST_PERSIST_SQLITE_DB is set, we use
       `_trial_temp/test.db` as our sqlite database. One can then use 
      `sqlite3 _trial_temp/test.db` and query to your heart's content.
      
      The DB is destroyed and recreated between different test cases.
      
      Co-authored-by: default avatarPatrick Cloke <clokep@users.noreply.github.com>
      d3cf0730
  7. Dec 21, 2021
  8. Dec 03, 2021
  9. Nov 23, 2021
    • Shay's avatar
      Remove code invalidated by deprecated config flag... · 7cebaf96
      Shay authored
      Remove code invalidated by deprecated config flag 'trust_identity_servers_for_password_resets' (#11395)
      
      * remove background update code related to deprecated config flag
      
      * changelog entry
      
      * update changelog
      
      * Delete 11394.removal
      
      Duplicate, wrong number
      
      * add no-op background update and change newfragment so it will be consolidated with associated work
      
      * remove unused code
      
      * Remove code associated with deprecated flag from legacy docker dynamic config file
      
      Co-authored-by: default avatarreivilibre <oliverw@matrix.org>
      7cebaf96
  10. Sep 23, 2021
  11. Aug 02, 2021
  12. Apr 23, 2021
  13. Apr 20, 2021
  14. Apr 14, 2021
  15. Apr 13, 2021
  16. Apr 09, 2021
  17. Mar 30, 2021
  18. Feb 22, 2021
  19. Feb 16, 2021
  20. Feb 11, 2021
  21. Jan 28, 2021
  22. Jan 27, 2021
  23. Jan 20, 2021
  24. Dec 02, 2020
  25. Nov 30, 2020
  26. Oct 15, 2020
    • Jonathan de Jong's avatar
      Solidify the HomeServer constructor. (#8515) · 6b5a115c
      Jonathan de Jong authored
      This implements a more standard API for instantiating a homeserver and
      moves some of the dependency injection into the test suite.
      
      More concretely this stops using `setattr` on all `kwargs` passed to `HomeServer`.
      6b5a115c
  27. Oct 09, 2020
  28. Oct 02, 2020
  29. Sep 04, 2020
  30. Jul 31, 2020
  31. Jul 28, 2020
  32. Jul 22, 2020
  33. Jun 16, 2020
  34. May 11, 2020
  35. Apr 30, 2020
  36. Apr 28, 2020
Loading