summary refs log tree commit diff
path: root/tests/storage/test_event_push_actions.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add type hints to event_push_actions. (#11594)Patrick Cloke2021-12-211-5/+7
* Skip handling of push actions for outlier events (#10780)Erik Johnston2021-09-081-0/+1
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Use mock from the stdlib. (#9772)Patrick Cloke2021-04-091-1/+1
* Convert storage test cases to HomeserverTestCase. (#9736)Patrick Cloke2021-04-061-82/+51
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-1/+3
* Re-implement unread counts (again) (#8059)Brendan Abolivier2020-09-021-2/+6
* Do not yield on awaitables in tests. (#8193)Patrick Cloke2020-08-271-25/+53
* Convert simple_delete to async/await. (#8191)Patrick Cloke2020-08-271-2/+4
* Convert some of the general database methods to async (#8100)Patrick Cloke2020-08-171-14/+16
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-6/+6
* Convert some of the data store to async. (#7976)Patrick Cloke2020-07-301-4/+8
* Convert push to async/await. (#7948)Patrick Cloke2020-07-271-2/+4
* Back out MSC2625 implementation (#7761)Brendan Abolivier2020-07-011-29/+16
* Remove debug loggingBrendan Abolivier2020-06-121-2/+0
* Test that a mark_unread action updates the right counterBrendan Abolivier2020-06-121-5/+16
* Fix testsBrendan Abolivier2020-06-101-14/+18
* Shuffle persist event data store functions. (#7440)Erik Johnston2020-05-131-1/+2
* Move DB pool and helper functions into dedicated Database classErik Johnston2019-12-051-6/+6
* Remove underscore from SQLBaseStore functionsErik Johnston2019-12-041-2/+2
* Run tests under PostgreSQL (#3423)Amber Brown2018-08-131-1/+1
* Run black.black2018-08-101-38/+40
* run isortAmber Brown2018-07-091-1/+2
* Use stream rather depth ordering for push actionsErik Johnston2018-05-111-2/+2
* Fix a couple of logcontext leaks in unit testsRichard van der Hoff2018-05-021-1/+0
* Fix comment typoRichard van der Hoff2018-03-051-1/+1
* Test and fix find_first_stream_ordering_after_tsRichard van der Hoff2018-03-051-0/+67
* Merge pull request #2892 from matrix-org/erikj/batch_inserts_push_actionsErik Johnston2018-02-261-1/+1
|\
| * Fix unit testsErik Johnston2018-02-201-1/+1
* | Fix testErik Johnston2018-02-201-1/+1
|/
* Fix unit testErik Johnston2018-02-151-4/+6
* Aggregate event push actionsErik Johnston2017-02-141-0/+86
* Create separate methods for getting messages to pushMark Haines2016-07-281-0/+41