summary refs log tree commit diff
path: root/synapse/replication/http/_base.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Trace how long it takes for the send trasaction to complete, including retrys...Jorik Schellekens2019-09-051-1/+6
* Add opentracing to all client servlets (#5983)Jorik Schellekens2019-09-051-10/+6
* Opentracing across workers (#5771)Jorik Schellekens2019-08-221-2/+14
* Merge tag 'v1.2.0rc2' into developAndrew Morgan2019-07-241-1/+1
|\
| * Fix servlet metric names (#5734)Jorik Schellekens2019-07-241-1/+1
* | Replace returnValue with return (#5736)Amber Brown2019-07-231-1/+1
|/
* Run Black. (#5482)Amber Brown2019-06-201-14/+8
* Handle failing to talk to master over replicationErik Johnston2019-06-071-1/+9
* Fix replication for room v3 (#4523)Erik Johnston2019-01-301-1/+4
* Fixup wording and remove dead codeErik Johnston2018-08-091-2/+1
* Rename POST param to METHODErik Johnston2018-08-081-12/+22
* Fixup logging and docstringsErik Johnston2018-08-081-2/+4
* Fix isortErik Johnston2018-08-061-4/+1
* Merge branch 'develop' of github.com:matrix-org/synapse into erikj/refactor_r...Erik Johnston2018-08-031-4/+3
* Add helper base class for generating new replication endpointsErik Johnston2018-07-311-0/+208