summary refs log tree commit diff
path: root/synapse/replication/http/_base.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace all remaining six usage with native Python 3 equivalents (#7704)Dagfinn Ilmari Mannsåker2020-06-161-4/+2
* Add option to move event persistence off master (#7517)Erik Johnston2020-05-221-0/+3
* Add `instance_map` config and route replication calls (#7495)Erik Johnston2020-05-141-6/+15
* Thread through instance name to replication client. (#7369)Erik Johnston2020-05-011-1/+18
* Store room version on invite (#6983)Richard van der Hoff2020-02-261-1/+1
* Fixup synapse.replication to pass mypy checks (#6667)Erik Johnston2020-01-141-5/+5
* Remove usage of deprecated logger.warn method from codebase (#6271)Andrew Morgan2019-10-311-1/+1
* Port replication http server endpoints to async/awaitErik Johnston2019-10-291-3/+3
* 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