summary refs log tree commit diff
path: root/tests/appservice/test_scheduler.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use `device_one_time_keys_count` to match MSC3202 (#14565)Andrew Ferrazzutti2022-11-281-3/+3
* Send device list updates to application services (MSC3202) - part 1 (#11881)Andrew Morgan2022-03-301-15/+39
* Replace assertEquals and friends with non-deprecated versions. (#12092)Patrick Cloke2022-02-281-31/+31
* Add support for MSC3202: sending one-time key counts and fallback key usage s...reivilibre2022-02-241-16/+39
* Send to-device messages to application services (#11215)Andrew Morgan2022-02-011-48/+61
* Fix errors in Synapse logs from unit tests. (#10939)Patrick Cloke2021-09-301-21/+19
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Use mock from the stdlib. (#9772)Patrick Cloke2021-04-091-1/+1
* Limit AS transactions to 100 events (#8606)Will Hunt2020-10-211-0/+41
* Send some ephemeral events to appservices (#8437)Will Hunt2020-10-151-19/+58
* Convert appservice to async. (#7973)Patrick Cloke2020-07-301-8/+11
* Refactor the Appservice scheduler codeRichard van der Hoff2019-08-201-4/+2
* Move logging utilities out of the side drawer of util/ and into logging/ (#5606)Amber Brown2019-07-041-1/+1
* Run black.black2018-08-101-17/+11
* run isortAmber Brown2018-07-091-5/+10
* Fix a couple of logcontext leaks in unit testsRichard van der Hoff2018-05-021-2/+9
* Clean up _ServiceQueuerErik Johnston2016-08-171-1/+1
* Fix flake8 warnings for testsMark Haines2016-02-191-2/+2
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Implement ServiceQueuer with tests.Kegan Dougal2015-03-161-7/+47
* Replace EventGrouper for ServiceQueuer to move to push-based txns. Fix tests ...Kegan Dougal2015-03-161-73/+27
* Minor PR comment tweaks.Kegan Dougal2015-03-161-5/+5
* Use seconds; start gluing in the AS scheduler into the AS handler.Kegan Dougal2015-03-091-5/+5
* Update UTsKegan Dougal2015-03-061-5/+5
* Apply clarity and docstringsKegan Dougal2015-03-061-1/+1
* Finish synapse.appservice.scheduler implementation.Kegan Dougal2015-03-061-2/+113
* Flesh out more stub functions.Kegan Dougal2015-03-061-2/+3
* Add more tests; fix bugs.Kegan Dougal2015-03-061-7/+47
* Start adding some testsKegan Dougal2015-03-061-0/+106