Skip to content
Snippets Groups Projects
  1. Sep 30, 2022
  2. Sep 06, 2022
  3. Aug 15, 2022
  4. Jul 19, 2022
  5. Jul 05, 2022
    • David Robertson's avatar
      Type `tests.utils` (#13028) · 6ba732fe
      David Robertson authored
      * Cast to postgres types when handling postgres db
      
      * Remove unused method
      
      * Easy annotations
      
      * Annotate create_room
      
      * Use `ParamSpec` to annotate looping_call
      
      * Annotate `default_config`
      
      * Track `now` as a float
      
      `time_ms` returns an int like the proper Synapse `Clock`
      
      * Introduce a `Timer` dataclass
      
      * Introduce a Looper type
      
      * Suppress checking of a mock
      
      * tests.utils is typed
      
      * Changelog
      
      * Whoops, import ParamSpec from typing_extensions
      
      * ditch the psycopg2 casts
      Unverified
      6ba732fe
  6. Jul 04, 2022
  7. Jun 15, 2022
  8. May 31, 2022
  9. Apr 05, 2022
  10. Mar 24, 2022
  11. Feb 23, 2022
  12. 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>
      Unverified
      d3cf0730
  13. Dec 21, 2021
  14. Dec 03, 2021
  15. 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>
      Unverified
      7cebaf96
  16. Sep 23, 2021
  17. Aug 02, 2021
  18. Apr 23, 2021
  19. Apr 20, 2021
  20. Apr 14, 2021
  21. Apr 13, 2021
  22. Apr 09, 2021
  23. Mar 30, 2021
  24. Feb 22, 2021
  25. Feb 16, 2021
  26. Feb 11, 2021
  27. Jan 28, 2021
  28. Jan 27, 2021
  29. Jan 20, 2021
  30. Dec 02, 2020
  31. Nov 30, 2020
  32. Oct 15, 2020
  33. Oct 09, 2020
  34. Oct 02, 2020
Loading