summary refs log tree commit diff
path: root/synapse/storage/data_stores (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix hidden field in devices table for older sqliteHubert Chathi2019-10-311-0/+42
* Merge branch 'develop' into uhoreg/cross_signing_fix_workers_notifyHubert Chathi2019-10-3113-30/+31
|\
| * Update black to 19.10b0 (#6304)Amber Brown2019-11-0112-26/+28
| * Fix /purge_room API.Erik Johnston2019-10-311-1/+0
| * Remove usage of deprecated logger.warn method from codebase (#6271)Andrew Morgan2019-10-312-2/+2
| * fix delete_existing for _persist_events (#6300)Richard van der Hoff2019-10-301-1/+1
* | make user signatures a separate streamHubert Chathi2019-10-302-12/+25
* | Merge branch 'develop' into uhoreg/cross_signing_fix_workers_notifyHubert Chathi2019-10-3010-720/+213
|\|
| * Merge branch 'develop' of github.com:matrix-org/synapse into erikj/split_out_...Erik Johnston2019-10-3011-81/+193
| |\
| | * Port receipt and read markers to async/waitErik Johnston2019-10-291-4/+3
| | * Merge pull request #6263 from matrix-org/erikj/caches_return_deferredsErik Johnston2019-10-291-1/+1
| | |\
| | | * Quick fix to ensure cache descriptors always return deferredsErik Johnston2019-10-281-1/+1
| | * | Merge branch 'release-v1.5.0' of github.com:matrix-org/synapse into developErik Johnston2019-10-291-4/+8
| | |\ \ | | | |/ | | |/|
| | | * Make room directory search case insensitiveErik Johnston2019-10-291-4/+8
| | * | Convert EventContext to attrs (#6218)Richard van der Hoff2019-10-281-1/+6
| | * | Merge pull request #6253 from matrix-org/uhoreg/e2e_backup_delete_keysHubert Chathi2019-10-252-0/+33
| | |\ \
| | | * | delete keys when deleting backupsHubert Chathi2019-10-242-0/+33
| | * | | Merge branch 'release-v1.5.0' of github.com:matrix-org/synapse into developErik Johnston2019-10-251-67/+67
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Fix /keys/query API on workers.Erik Johnston2019-10-251-67/+67
| | | |/
| | * | Merge pull request #6251 from matrix-org/michaelkaye/debug_guard_loggingErik Johnston2019-10-251-3/+1
| | |\ \
| | | * | Address codestyle concernsMichael Kaye2019-10-241-3/+1
| | | * | use %r to __repr__ objectsMichael Kaye2019-10-241-1/+1
| | | |/
| | * / Make user/room stats log line less verbose.Michael Kaye2019-10-241-1/+1
| | |/
| * | Review commentsErik Johnston2019-10-301-5/+14
| * | Add DataStores and Storage classes.Erik Johnston2019-10-231-0/+12
| * | Move persist_events out from main data store.Erik Johnston2019-10-231-634/+67
* | | make notification of signatures work with workersHubert Chathi2019-10-242-2/+16
| |/ |/|
* | Move schema delta files to the correct data store.Erik Johnston2019-10-242-0/+73
|/
* Merge branch 'develop' of github.com:matrix-org/synapse into erikj/refactor_s...Erik Johnston2019-10-221-11/+37
* Delete background_update table creation in main data_storeErik Johnston2019-10-221-21/+0
* Merge branch 'develop' of github.com:matrix-org/synapse into erikj/refactor_s...Erik Johnston2019-10-223-11/+262
* Move storage classes into a main "data store".Erik Johnston2019-10-21230-0/+31099