Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'develop' of github.com:matrix-org/synapse into ↵ | Erik Johnston | 2019-10-30 | 11 | -81/+193 |
|\ | | | | | | | erikj/split_out_persistence_store | ||||
| * | Port receipt and read markers to async/wait | Erik Johnston | 2019-10-29 | 1 | -4/+3 |
| | | |||||
| * | Merge pull request #6263 from matrix-org/erikj/caches_return_deferreds | Erik Johnston | 2019-10-29 | 1 | -1/+1 |
| |\ | | | | | | | Quick fix to ensure cache descriptors always return deferreds | ||||
| | * | Quick fix to ensure cache descriptors always return deferreds | Erik Johnston | 2019-10-28 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'release-v1.5.0' of github.com:matrix-org/synapse into develop | Erik Johnston | 2019-10-29 | 1 | -4/+8 |
| |\ \ | | |/ | |/| | |||||
| | * | Make room directory search case insensitive | Erik Johnston | 2019-10-29 | 1 | -4/+8 |
| | | | |||||
| * | | Convert EventContext to attrs (#6218) | Richard van der Hoff | 2019-10-28 | 1 | -1/+6 |
| | | | | | | | | | | | | * make EventContext use an attr | ||||
| * | | Merge pull request #6253 from matrix-org/uhoreg/e2e_backup_delete_keys | Hubert Chathi | 2019-10-25 | 2 | -0/+33 |
| |\ \ | | | | | | | | | delete keys when deleting backup versions | ||||
| | * | | delete keys when deleting backups | Hubert Chathi | 2019-10-24 | 2 | -0/+33 |
| | | | | |||||
| * | | | Merge branch 'release-v1.5.0' of github.com:matrix-org/synapse into develop | Erik Johnston | 2019-10-25 | 1 | -67/+67 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Fix /keys/query API on workers. | Erik Johnston | 2019-10-25 | 1 | -67/+67 |
| | |/ | | | | | | | | | | | | | The necessary getters were added only to the master store and not the worker stores. | ||||
| * | | Merge pull request #6251 from matrix-org/michaelkaye/debug_guard_logging | Erik Johnston | 2019-10-25 | 1 | -3/+1 |
| |\ \ | | | | | | | | | Reduce debug logging overhead | ||||
| | * | | Address codestyle concerns | Michael Kaye | 2019-10-24 | 1 | -3/+1 |
| | | | | |||||
| | * | | use %r to __repr__ objects | Michael Kaye | 2019-10-24 | 1 | -1/+1 |
| | |/ | | | | | | | | | | This avoids calculating __repr__ unless we are going to log. | ||||
| * / | Make user/room stats log line less verbose. | Michael Kaye | 2019-10-24 | 1 | -1/+1 |
| |/ | |||||
| * | Move schema delta files to the correct data store. | Erik Johnston | 2019-10-24 | 2 | -0/+73 |
| | | | | | | | | They were put in the global schema delta directory due to a bad merge. | ||||
* | | Review comments | Erik Johnston | 2019-10-30 | 1 | -5/+14 |
| | | |||||
* | | Add DataStores and Storage classes. | Erik Johnston | 2019-10-23 | 1 | -0/+12 |
| | | |||||
* | | Move persist_events out from main data store. | Erik Johnston | 2019-10-23 | 1 | -634/+67 |
|/ | | | | | | This is in preparation for splitting out of state_groups_state from the main store into it own one, as persisting events depends on calculating state. | ||||
* | Merge branch 'develop' of github.com:matrix-org/synapse into ↵ | Erik Johnston | 2019-10-22 | 1 | -11/+37 |
| | | | | erikj/refactor_stores | ||||
* | Delete background_update table creation in main data_store | Erik Johnston | 2019-10-22 | 1 | -21/+0 |
| | |||||
* | Merge branch 'develop' of github.com:matrix-org/synapse into ↵ | Erik Johnston | 2019-10-22 | 3 | -11/+262 |
| | | | | erikj/refactor_stores | ||||
* | Move storage classes into a main "data store". | Erik Johnston | 2019-10-21 | 230 | -0/+31099 |
This is in preparation for having multiple data stores that offer different functionality, e.g. splitting out state or event storage. |