Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Port synapse.replication.tcp to async/await (#6666) | Erik Johnston | 2020-01-16 | 1 | -6/+3 |
| | | | | | | | | | | * Port synapse.replication.tcp to async/await * Newsfile * Correctly document type of on_<FOO> functions as async * Don't be overenthusiastic with the asyncing.... | ||||
* | Fixup synapse.replication to pass mypy checks (#6667) | Erik Johnston | 2020-01-14 | 1 | -5/+11 |
| | |||||
* | Replace returnValue with return (#5736) | Amber Brown | 2019-07-23 | 1 | -1/+1 |
| | |||||
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -18/+14 |
| | |||||
* | Fix relations in worker mode | Erik Johnston | 2019-05-16 | 1 | -5/+6 |
| | |||||
* | Combine the CurrentStateDeltaStream into the EventStream | Richard van der Hoff | 2019-03-27 | 1 | -1/+33 |
| | |||||
* | Make EventStream rows have a type | Richard van der Hoff | 2019-03-27 | 1 | -12/+86 |
| | | | | ... as a precursor to combining it with the CurrentStateDelta stream. | ||||
* | move EventsStream out to its own file | Richard van der Hoff | 2019-03-27 | 1 | -0/+40 |