summary refs log tree commit diff
path: root/synapse/storage/data_stores/main/devices.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move background update handling out of storeErik Johnston2019-12-051-7/+8
* Move DB pool and helper functions into dedicated Database classErik Johnston2019-12-051-35/+35
* Remove underscore from SQLBaseStore functionsErik Johnston2019-12-041-23/+23
* Move cache invalidation to main data storeErik Johnston2019-12-041-7/+7
* Move event fetch vars to EventWorkStoreErik Johnston2019-12-041-1/+1
* Update synapse/storage/data_stores/main/devices.pyHubert Chathi2019-10-311-1/+1
* rename get_devices_by_remote to get_device_updates_by_remoteHubert Chathi2019-10-301-4/+4
* apply changes as a result of PR reviewHubert Chathi2019-10-301-43/+36
* Merge branch 'develop' into cross-signing_federationHubert Chathi2019-10-241-10/+78
* Merge branch 'develop' of github.com:matrix-org/synapse into erikj/refactor_s...Erik Johnston2019-10-221-9/+86
* Move storage classes into a main "data store".Erik Johnston2019-10-211-0/+937