summary refs log tree commit diff
path: root/synapse/storage/data_stores/main/search.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixesErik Johnston2020-05-211-70/+49
|\
| * Add a worker store for search insertion. (#7516)Erik Johnston2020-05-151-47/+49
| * Shuffle persist event data store functions. (#7440)Erik Johnston2020-05-131-23/+0
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesRichard van der Hoff2020-01-061-4/+15
|\|
| * Fix redacted events being returned in search results ordered by "recent" (#6522)Andrew Morgan2019-12-121-3/+8
| * Prevent redacted events from appearing in message search (#6377)Andrew Morgan2019-12-111-1/+7
* | Merge branch 'release-v1.7.0' of github.com:matrix-org/synapse into matrix-or...Neil Johnson2019-12-101-30/+40
|\|
| * Change DataStores to accept 'database' param.Erik Johnston2019-12-061-4/+5
| * Move background update handling out of storeErik Johnston2019-12-051-13/+18
| * Move DB pool and helper functions into dedicated Database classErik Johnston2019-12-051-13/+17
| * Remove underscore from SQLBaseStore functionsErik Johnston2019-12-041-4/+4
* | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixesErik Johnston2019-11-191-2/+2
|\|
| * Update black to 19.10b0 (#6304)Amber Brown2019-11-011-1/+1
| * Remove usage of deprecated logger.warn method from codebase (#6271)Andrew Morgan2019-10-311-1/+1
* | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixesErik Johnston2019-10-251-1/+1
|/
* Move storage classes into a main "data store".Erik Johnston2019-10-211-0/+712