Skip to content
Snippets Groups Projects
  1. Apr 30, 2020
  2. Apr 29, 2020
    • Richard van der Hoff's avatar
      Fix limit logic for EventsStream (#7358) · c2e1a211
      Richard van der Hoff authored
      * Factor out functions for injecting events into database
      
      I want to add some more flexibility to the tools for injecting events into the
      database, and I don't want to clutter up HomeserverTestCase with them, so let's
      factor them out to a new file.
      
      * Rework TestReplicationDataHandler
      
      This wasn't very easy to work with: the mock wrapping was largely superfluous,
      and it's useful to be able to inspect the received rows, and clear out the
      received list.
      
      * Fix AssertionErrors being thrown by EventsStream
      
      Part of the problem was that there was an off-by-one error in the assertion,
      but also the limit logic was too simple. Fix it all up and add some tests.
      c2e1a211
  3. Apr 22, 2020
  4. Apr 16, 2020
  5. Apr 07, 2020
  6. Mar 26, 2020
  7. Mar 19, 2020
  8. Mar 12, 2020
  9. Mar 04, 2020
  10. Feb 28, 2020
  11. Feb 27, 2020
  12. Feb 26, 2020
  13. Feb 21, 2020
  14. Feb 14, 2020
  15. Feb 07, 2020
  16. Feb 03, 2020
  17. Jan 30, 2020
  18. Jan 20, 2020
  19. Jan 14, 2020
  20. Jan 03, 2020
  21. Dec 12, 2019
  22. Dec 03, 2019
  23. Nov 07, 2019
  24. Oct 31, 2019
  25. Oct 30, 2019
  26. Oct 29, 2019
  27. Oct 23, 2019
  28. Oct 18, 2019
  29. Oct 10, 2019
  30. Sep 12, 2019
  31. Aug 29, 2019
  32. Aug 28, 2019
  33. Jun 20, 2019
  34. Jun 12, 2019
    • Amber Brown's avatar
      Remove Python 2.7 support. (#5425) · 09e9a26b
      Amber Brown authored
      * remove 2.7 from CI and publishing
      
      * fill out classifiers and also make it not be installed on 3.5
      
      * some minor bumps so that the old deps work on python 3.5
      09e9a26b
  35. May 21, 2019
Loading