summary refs log tree commit diff
path: root/stubs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update mypy to 0.950 and fix complaints (#12650)David Robertson2022-05-061-6/+13
* Remove unused `# type: ignore`s (#12531)David Robertson2022-04-271-3/+1
* disallow-untyped-defs in `docker` and `stubs` directories (#12528)David Robertson2022-04-254-10/+15
* Fix incorrect type hints for txredis. (#12042)Patrick Cloke2022-03-081-3/+6
* Upgrade mypy to version 0.931 (#12030)Sean Quah2022-02-181-4/+9
* Add missing type hints to `synapse.logging.context` (#11556)Sean Quah2021-12-141-4/+5
* Add types to synapse.util. (#10601)reivilibre2021-09-101-1/+1
* Speed up MultiWriterIdGenerator when lots of IDs are in flight. (#10755)Erik Johnston2021-09-032-0/+120
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-142-2/+0
* Fix remaining mypy issues due to Twisted upgrade. (#9608)Patrick Cloke2021-03-151-1/+1
* Add logging for redis connection setup (#9590)Richard van der Hoff2021-03-111-1/+3
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-162-5/+19
* Precompute joined hosts and store in Redis (#9198)Erik Johnston2021-01-261-1/+11
* Periodically send pings to detect dead Redis connections (#9218)Erik Johnston2021-01-261-4/+8
* Add an admin API for shadow-banning users. (#9209)Patrick Cloke2021-01-251-1/+0
* Run the linters on a consistent list of files (#9038)Richard van der Hoff2021-01-083-14/+5
* Enable mypy for synapse.util.caches (#8547)Richard van der Hoff2020-10-152-6/+182
* Add unit test for event persister sharding (#8433)Erik Johnston2020-10-021-1/+19
* Add type hints for state. (#8140)Patrick Cloke2020-08-241-0/+47
* Track command processing as a background process (#7879)Richard van der Hoff2020-07-221-0/+1
* Fix redis password support. (#7401)Erik Johnston2020-05-041-0/+3
* Extend StreamChangeCache to support multiple entities per stream ID (#7303)Richard van der Hoff2020-04-222-0/+137
* Add ability to run replication protocol over redis. (#7040)Erik Johnston2020-04-221-0/+40