summary refs log tree commit diff
path: root/synapse/storage/databases/main/event_push_actions.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Combine `LruCache.invalidate` and `invalidate_many` (#9973)Richard van der Hoff2021-05-271-1/+1
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-5/+13
* Use execute_batch in more places (#9188)Erik Johnston2021-01-211-2/+2
* Allow moving account data and receipts streams off master (#9104)Erik Johnston2021-01-181-46/+46
* Fix handling of stream tokens for push. (#8943)Patrick Cloke2020-12-151-10/+0
* Move additional tasks to the background worker, part 3 (#8489)Patrick Cloke2020-10-091-131/+128
* Add logging on startup/shutdown (#8448)Erik Johnston2020-10-021-6/+2
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-2/+2
* Use slots in attrs classes where possible (#8296)Patrick Cloke2020-09-141-1/+1
* Fix /notifications and pushers misbehaving because of unread counts (#8280)Brendan Abolivier2020-09-081-2/+3
* Fix unread count failing on NULL values (#8270)Brendan Abolivier2020-09-071-1/+6
* Re-implement unread counts (again) (#8059)Brendan Abolivier2020-09-021-65/+159
* Convert `event_push_actions`, `registration`, and `roommember` datastores to ...Patrick Cloke2020-08-281-20/+18
* Convert misc database code to async (#8087)Patrick Cloke2020-08-141-5/+4
* Reduce unnecessary whitespace in JSON. (#7372)David Vo2020-08-071-3/+2
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-0/+885