summary refs log tree commit diff
path: root/synapse/storage/data_stores/main/devices.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove concept of a non-limited stream. (#7011)Erik Johnston2020-03-201-2/+8
* Comments from reviewErik Johnston2020-03-181-8/+19
* Remove handling of multiple rows per IDErik Johnston2020-02-281-34/+1
* Change device list replication to match new semantics.Erik Johnston2020-02-281-6/+9
* Change device lists stream to have one row per id.Erik Johnston2020-02-281-18/+41
* Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957)Patrick Cloke2020-02-211-7/+6
* add device signatures to device key query resultsHubert Chathi2020-02-041-0/+10
* Fix deleting of stale marker for device lists (#6819)Erik Johnston2020-01-311-7/+7
* When a client asks for remote keys check if should resync. (#6797)Erik Johnston2020-01-301-3/+29
* Detect unknown remote devices and mark cache as stale (#6776)Erik Johnston2020-01-281-5/+24
* move batch_iter to a separate moduleRichard van der Hoff2020-01-161-1/+1
* Change DataStores to accept 'database' param.Erik Johnston2019-12-061-4/+5
* 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