Skip to content
Snippets Groups Projects
  1. Sep 23, 2021
  2. Aug 02, 2021
  3. Apr 23, 2021
  4. Apr 20, 2021
  5. Apr 14, 2021
  6. Apr 13, 2021
  7. Apr 09, 2021
  8. Mar 30, 2021
  9. Feb 22, 2021
  10. Feb 16, 2021
  11. Feb 11, 2021
  12. Jan 28, 2021
  13. Jan 27, 2021
  14. Jan 20, 2021
  15. Dec 02, 2020
  16. Nov 30, 2020
  17. 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
  18. Oct 09, 2020
  19. Oct 02, 2020
  20. Sep 04, 2020
  21. Jul 31, 2020
  22. Jul 28, 2020
  23. Jul 22, 2020
  24. Jun 16, 2020
  25. May 11, 2020
  26. Apr 30, 2020
  27. Apr 28, 2020
  28. Apr 15, 2020
  29. Mar 24, 2020
    • Richard van der Hoff's avatar
      Clean up some LoggingContext stuff (#7120) · 39230d21
      Richard van der Hoff authored
      * Pull Sentinel out of LoggingContext
      
      ... and drop a few unnecessary references to it
      
      * Factor out LoggingContext.current_context
      
      move `current_context` and `set_context` out to top-level functions.
      
      Mostly this means that I can more easily trace what's actually referring to
      LoggingContext, but I think it's generally neater.
      
      * move copy-to-parent into `stop`
      
      this really just makes `start` and `stop` more symetric. It also means that it
      behaves correctly if you manually `set_log_context` rather than using the
      context manager.
      
      * Replace `LoggingContext.alive` with `finished`
      
      Turn `alive` into `finished` and make it a bit better defined.
      39230d21
  30. Jan 27, 2020
  31. Dec 20, 2019
  32. Dec 18, 2019
  33. Dec 10, 2019
  34. Dec 05, 2019
  35. Nov 27, 2019
  36. Oct 24, 2019
  37. Oct 23, 2019
Loading