summary refs log tree commit diff
path: root/tests/replication/test_resource.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove test of replication resourceErik Johnston2017-04-111-204/+0
* Fix unit testErik Johnston2017-03-201-1/+1
* Shuffle receipt handler around so that worker apps don't need to load itErik Johnston2016-11-231-1/+1
* Reduce DB hits for replicationErik Johnston2016-09-231-2/+1
* Correctly handle the difference between prev and current stateErik Johnston2016-08-311-8/+2
* Add `create_requester` functionRichard van der Hoff2016-07-261-9/+11
* Move typing handler out of the Handlers objectMark Haines2016-05-171-1/+1
* Move the presence handler out of the Handlers objectMark Haines2016-05-161-1/+1
* Add a replication stream for state groupsMark Haines2016-03-301-3/+27
* Add replication stream for pushersMark Haines2016-03-151-0/+1
* Merge branch 'develop' into markjh/pushrule_streamMark Haines2016-03-041-7/+10
|\
| * Pass whole requester to ratelimitingDaniel Wagner-Hall2016-03-031-7/+10
* | Hook push rules up to the replication APIMark Haines2016-03-021-2/+4
|/
* Add a /replication API for extracting the updates that happened onMark Haines2016-03-011-0/+179