summary refs log tree commit diff
path: root/synapse/replication/http/send_event.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace returnValue with return (#5736)Amber Brown2019-07-231-2/+2
* Run Black. (#5482)Amber Brown2019-06-201-7/+6
* Replace missed usages of FrozenEventErik Johnston2019-01-251-2/+6
* Revert "Require event format version to parse or create events"Erik Johnston2019-01-251-6/+2
* Replace missed usages of FrozenEventErik Johnston2019-01-241-2/+6
* Rename POST param to METHODErik Johnston2018-08-081-1/+0
* Use new helper base class for ReplicationSendEventRestServletErik Johnston2018-07-311-79/+36
* Fix missing attributes on workers.Erik Johnston2018-07-231-2/+5
* run isortAmber Brown2018-07-091-5/+7
* Pass around the reactor explicitly (#3385)Amber Brown2018-06-221-3/+3
* Refactor ResponseCache usageRichard van der Hoff2018-04-121-12/+6
* Add metrics for ResponseCacheRichard van der Hoff2018-04-101-1/+1
* extra_users is actually a list of UserIDsErik Johnston2018-03-131-4/+4
* Log in the correct placesErik Johnston2018-03-011-2/+4
* Don't do preserve_fn for every requestErik Johnston2018-03-011-1/+2
* Add some loggingErik Johnston2018-03-011-0/+2
* Make repl send_event idempotent and retry on timeoutsErik Johnston2018-03-011-6/+38
* Correctly send ratelimit and extra_users paramsErik Johnston2018-03-011-1/+13
* Calculate push actions on workerErik Johnston2018-02-281-1/+1
* Don't serialize current state over replicationErik Johnston2018-02-151-2/+2
* Don't log errors propogated from send_eventErik Johnston2018-02-151-1/+10
* Add replication http endpoint for event sendingErik Johnston2018-02-071-0/+108