Skip to content
Snippets Groups Projects
  1. Oct 11, 2021
  2. Oct 08, 2021
  3. Oct 07, 2021
  4. Oct 06, 2021
    • David Robertson's avatar
      `disallow-untyped-defs` for `synapse.state` (#11004) · f563676c
      David Robertson authored
      * `disallow-untyped-defs` for `synapse.state`
      
      Much smaller than I was expecting!
      f563676c
    • David Robertson's avatar
      More types for synapse.util, part 1 (#10888) · f8d0f72b
      David Robertson authored
      The following modules now pass `disallow_untyped_defs`:
      
      * synapse.util.caches.cached_call 
      * synapse.util.caches.lrucache
      * synapse.util.caches.response_cache 
      * synapse.util.caches.stream_change_cache
      * synapse.util.caches.ttlcache pass
      * synapse.util.daemonize
      * synapse.util.patch_inline_callbacks pass `no-untyped-defs`
      * synapse.util.versionstring
      
      Additional typing in synapse.util.metrics. Didn't get this to pass `no-untyped-defs`, think I'll need to watch #10847
      f8d0f72b
  5. Sep 30, 2021
  6. Sep 24, 2021
  7. Sep 20, 2021
  8. Sep 15, 2021
  9. Sep 14, 2021
  10. Sep 10, 2021
  11. Sep 06, 2021
  12. Sep 03, 2021
  13. Aug 27, 2021
    • Richard van der Hoff's avatar
      Fix incompatibility with Twisted < 21. (#10713) · 8f982605
      Richard van der Hoff authored
      Turns out that the functionality added in #10546 to skip TLS was incompatible
      with older Twisted versions, so we need to be a bit more inventive.
      
      Also, add a test to (hopefully) not break this in future. Sadly, testing TLS is
      really hard.
      8f982605
  14. Aug 24, 2021
  15. Aug 20, 2021
  16. Aug 19, 2021
  17. Aug 18, 2021
  18. Aug 16, 2021
  19. Aug 11, 2021
  20. Jul 14, 2021
  21. Jul 05, 2021
  22. Jun 17, 2021
  23. Jun 08, 2021
  24. Jun 04, 2021
  25. May 24, 2021
  26. May 20, 2021
  27. May 05, 2021
  28. Apr 27, 2021
  29. Apr 05, 2021
  30. Mar 26, 2021
    • Erik Johnston's avatar
      Make it possible to use dmypy (#9692) · b5efcb57
      Erik Johnston authored
      Running `dmypy run` will do a `mypy` check while spinning up a daemon
      that makes rerunning `dmypy run` a lot faster.
      
      `dmypy` doesn't support `follow_imports = silent` and has
      `local_partial_types` enabled, so this PR enables those options and
      fixes the issues that were newly raised. Note that `local_partial_types`
      will be enabled by default in upcoming mypy releases.
      b5efcb57
  31. Mar 24, 2021
  32. Mar 09, 2021
  33. Mar 04, 2021
  34. Feb 17, 2021
  35. Jan 28, 2021
  36. Jan 26, 2021
  37. Jan 20, 2021
Loading