summary refs log tree commit diff
path: root/synapse/storage/schema/delta/31/pushers.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move storage classes into a main "data store".Erik Johnston2019-10-211-87/+0
| | | | | This is in preparation for having multiple data stores that offer different functionality, e.g. splitting out state or event storage.
* Run Black. (#5482)Amber Brown2019-06-201-8/+16
|
* pep8David Baker2016-04-071-0/+1
|
* Fix port script for changes merged from developDavid Baker2016-04-071-1/+4
|
* Make pushers use the event_push_actions table instead of listening on an ↵David Baker2016-04-061-0/+75
event stream & running the rules again. Sytest passes, but remaining to do: * Make badges work again * Remove old, unused code