Andrew Morgan
|
5bfd8855d6
|
Fix redacted events being returned in search results ordered by "recent" (#6522)
|
2019-12-12 15:53:49 +00:00 |
Andrew Morgan
|
fc316a4894
|
Prevent redacted events from appearing in message search (#6377)
|
2019-12-11 13:39:47 +00:00 |
Erik Johnston
|
9a4fb457cf
|
Change DataStores to accept 'database' param.
|
2019-12-06 13:30:06 +00:00 |
Erik Johnston
|
4a33a6dd19
|
Move background update handling out of store
|
2019-12-05 11:11:26 +00:00 |
Erik Johnston
|
756d4942f5
|
Move DB pool and helper functions into dedicated Database class
|
2019-12-05 10:46:37 +00:00 |
Erik Johnston
|
ee86abb2d6
|
Remove underscore from SQLBaseStore functions
|
2019-12-04 16:23:43 +00:00 |
Amber Brown
|
020add5099
|
Update black to 19.10b0 (#6304)
* update version of black and also fix the mypy config being overridden
|
2019-11-01 02:43:24 +11:00 |
Andrew Morgan
|
54fef094b3
|
Remove usage of deprecated logger.warn method from codebase (#6271)
Replace every instance of `logger.warn` with `logger.warning` as the former is deprecated.
|
2019-10-31 10:23:24 +00:00 |
Erik Johnston
|
c66a06ac6b
|
Move storage classes into a main "data store".
This is in preparation for having multiple data stores that offer
different functionality, e.g. splitting out state or event storage.
|
2019-10-21 16:05:06 +01:00 |