summary refs log tree commit diff
path: root/tests/replication/tcp/streams (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-234-0/+4
* Update license headersPatrick Cloke2023-11-218-80/+128
* Fix sending out of order `POSITION` over replication (#16639)Erik Johnston2023-11-161-0/+8
* Use full GitHub links instead of bare issue numbers. (#16637)Patrick Cloke2023-11-151-1/+1
* Avoid sending massive replication updates when purging a room. (#16510)Patrick Cloke2023-10-181-29/+62
* Return an immutable value from get_latest_event_ids_in_room. (#16326)Patrick Cloke2023-09-181-5/+5
* Update ruff config (#16283)Patrick Cloke2023-09-081-1/+1
* to_device updates could be dropped when consuming the replication stream (#15...Mathieu Velten2023-03-302-5/+89
* Add final type hint to tests.unittest. (#15072)Patrick Cloke2023-02-143-7/+9
* Add missing type hints to tests.replication. (#14987)Patrick Cloke2023-02-065-27/+32
* Faster remote room joins: unblock tasks waiting for full room state when the ...reivilibre2022-12-061-0/+65
* Modernize unit tests configuration settings for workers. (#14568)realtyem2022-12-011-3/+2
* Accept & store thread IDs for receipts (implement MSC3771). (#13782)Patrick Cloke2022-09-231-2/+13
* Rename get_tcp_replication to get_replication_command_handler. (#12192)Patrick Cloke2022-03-102-2/+2
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-233-6/+6
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-1/+1
* Use inline type hints in `tests/` (#10350)Jonathan de Jong2021-07-133-11/+11
* Fix (final) Bugbear violations (#9838)Jonathan de Jong2021-04-201-2/+2
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-146-6/+0
* Use mock from the stdlib. (#9772)Patrick Cloke2021-04-092-2/+2
* Make it possible to use dmypy (#9692)Erik Johnston2021-03-261-0/+1
* Clean up `ShardedWorkerHandlingConfig` (#9466)Erik Johnston2021-02-241-1/+1
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-162-8/+11
* Tell Black to format code for Python 3.5 (#8664)Dan Callahan2020-10-271-1/+1
* Convert the message handler to async/await. (#7884)Patrick Cloke2020-07-221-32/+44
* Discard RDATA from already seen positions. (#7648)Patrick Cloke2020-06-152-21/+141
* Fix limit logic for AccountDataStream (#7384)Richard van der Hoff2020-05-151-0/+117
* Clean up replication unit tests. (#7490)Erik Johnston2020-05-135-311/+4
* Fix catchup-on-reconnect for the Federation Stream (#7374)Richard van der Hoff2020-05-053-12/+94
* Thread through instance name to replication client. (#7369)Erik Johnston2020-05-013-6/+6
* Use `stream.current_token()` and remove `stream_positions()` (#7172)Erik Johnston2020-05-014-34/+26
* Fix limit logic for EventsStream (#7358)Richard van der Hoff2020-04-294-21/+458
* Add some replication tests (#7278)Erik Johnston2020-04-282-11/+298
* Move client command handling out of TCP protocol (#7185)Erik Johnston2020-04-062-24/+15
* Move catchup of replication streams to worker. (#7024)Erik Johnston2020-03-252-23/+84
* Convert `*StreamRow` classes to inner classes (#7116)Richard van der Hoff2020-03-231-2/+2
* Port synapse.replication.tcp to async/await (#6666)Erik Johnston2020-01-161-1/+1
* Implementation of MSC2314 (#6176)Amber Brown2019-11-281-0/+4
* Run Black on the tests again (#5170)Amber Brown2019-05-101-3/+3
* Move replication.tcp.streams into a packageRichard van der Hoff2019-03-271-1/+1
* Fix bug where read-receipts lost their timestamps (#4927)Richard van der Hoff2019-03-253-0/+134