summary refs log tree commit diff
path: root/tests/replication/test_pusher_shard.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update license headersPatrick Cloke2023-11-211-10/+16
* Rename blacklist/whitelist internally. (#15620)Patrick Cloke2023-05-191-3/+3
* Revert "Reduce the size of the HTTP connection pool for non-pushers" (#15530) v1.83.0rc1Sean Quah2023-05-031-3/+3
* Reduce the size of the HTTP connection pool for non-pushers. (#15514)Patrick Cloke2023-05-021-3/+3
* Make cleaning up pushers depend on the device_id instead of the token_id (#15...Quentin Gliech2023-03-241-2/+2
* Add final type hint to tests.unittest. (#15072)Patrick Cloke2023-02-141-0/+1
* Add missing type hints to tests.replication. (#14987)Patrick Cloke2023-02-061-4/+7
* Modernize unit tests configuration settings for workers. (#14568)realtyem2022-12-011-11/+4
* Support enabling/disabling pushers (from MSC3881) (#13799)Brendan Abolivier2022-09-211-1/+1
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-1/+1
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-1/+1
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Use mock from the stdlib. (#9772)Patrick Cloke2021-04-091-2/+1
* Clean up `ShardedWorkerHandlingConfig` (#9466)Erik Johnston2021-02-241-1/+1
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-12/+9
* Add additional validation to pusher URLs. (#8865)Patrick Cloke2020-12-041-4/+4
* Apply an IP range blacklist to push and key revocation requests. (#8821)Patrick Cloke2020-12-021-3/+3
* Add ability for access tokens to belong to one user but grant access to anoth...Erik Johnston2020-10-291-1/+1
* Add ability to run multiple pusher instances (#7855)Erik Johnston2020-07-161-0/+193