summary refs log tree commit diff
path: root/synapse/storage/databases/main/event_push_actions.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve performance of getting unread counts in rooms (#13119)Erik Johnston2022-06-291-3/+13
* Fix serialization errors when rotating notifications (#13118)Erik Johnston2022-06-281-66/+135
* Rotate notifications more frequently (#13096)Erik Johnston2022-06-171-1/+1
* Speed up `get_unread_event_push_actions_by_room` (#13005)Erik Johnston2022-06-151-69/+189
* Avoid attempting to delete push actions for remote users. (#12879)Patrick Cloke2022-05-261-1/+1
* Replace uses of simple_insert_many with simple_insert_many_values. (#11742)Patrick Cloke2022-01-131-7/+14
* Improve type hints in storage classes. (#11652)Dirk Klimpel2021-12-291-8/+10
* Add type hints to event_push_actions. (#11594)Patrick Cloke2021-12-211-91/+158
* Type hint the constructors of the data store classes (#11555)Sean Quah2021-12-131-3/+17
* Improved push typing (#11409)Marcus2021-11-301-2/+17
* Add type hints for most `HomeServer` parameters (#11095)Sean Quah2021-10-221-3/+6
* Use direct references for some configuration variables (#10798)Patrick Cloke2021-09-131-1/+1
* Use inline type hints in `http/federation/`, `storage/` and `util/` (#10381)Jonathan de Jong2021-07-151-1/+1
* 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