summary refs log tree commit diff
path: root/synapse/storage/databases/state (follow)
Commit message (Expand)AuthorAgeFilesLines
* Tweak comments github/rei/testignore rei/testignoreOlivier Wilkinson (reivilibre)2021-09-011-2/+2
* Quote type annotation for olddepsOlivier Wilkinson (reivilibre)2021-08-251-1/+1
* Remove 'UNKNOWN' type annotation & mypy fixesOlivier Wilkinson (reivilibre)2021-08-251-12/+16
* Fix type issuesOlivier Wilkinson (reivilibre)2021-08-241-5/+8
* Tweak this; we can do betterOlivier Wilkinson (reivilibre)2021-08-241-3/+6
* Split out into helper functionOlivier Wilkinson (reivilibre)2021-08-241-24/+49
* Log line shows that this block is reachedOlivier Wilkinson (reivilibre)2021-08-241-1/+0
* checkpoint: mostly what I wanted hereOlivier Wilkinson (reivilibre)2021-08-241-25/+181
* Add type hints to state handler. (#10482)Patrick Cloke2021-07-261-6/+11
* Reorganise the database schema directories (#9932)Richard van der Hoff2021-05-0710-233/+0
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-143-3/+0
* Bugbear: Add Mutable Parameter fixes (#9682)Jonathan de Jong2021-04-082-3/+7
* Add type hints to DictionaryCache and TTLCache. (#9442)Patrick Cloke2021-03-291-4/+5
* Refactor to ensure we call check_consistency (#9470)Erik Johnston2021-02-241-4/+6
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-3/+3
* Fix some typos.Patrick Cloke2021-02-121-1/+1
* Use execute_batch in more places (#9188)Erik Johnston2021-01-211-2/+2
* Mypy fixes for `synapse.handlers.federation` (#8422)Richard van der Hoff2020-09-291-2/+2
* Add checks for postgres sequence consistency (#8402)Erik Johnston2020-09-281-0/+3
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-182-2/+2
* Convert state and stream stores and related code to async (#8194)Patrick Cloke2020-08-281-13/+13
* Converts event_federation and registration databases to async/await (#8061)Patrick Cloke2020-08-111-11/+7
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-0513-0/+1267