summary refs log tree commit diff
path: root/tests/storage/test_event_push_actions.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
* Update license headersPatrick Cloke2023-11-211-10/+16
* Bump black from 22.12.0 to 23.1.0 (#15103)dependabot[bot]2023-02-221-1/+1
* Re-enable some linting (#14821)Erik Johnston2023-01-121-3/+3
* Aggregate unread notif count query for badge count calculation (#14255)Nick Mills-Barrett2022-11-301-8/+39
* Use threaded receipts when fetching events for push. (#13878)Patrick Cloke2022-10-041-18/+39
* Recursively fetch the thread for receipts & notifications. (#13824)Patrick Cloke2022-10-041-0/+100
* Mark events as read using threaded read receipts from MSC3771. (#13877)Patrick Cloke2022-10-041-1/+188
* Track notification counts per thread (implement MSC3773). (#13776)Patrick Cloke2022-10-041-2/+167
* Improve tests for get_unread_push_actions_for_user_in_range_*. (#13893)Patrick Cloke2022-09-261-16/+72
* Accept & store thread IDs for receipts (implement MSC3771). (#13782)Patrick Cloke2022-09-231-0/+1
* Disable calculating unread counts unless the config flag is enabled. (#13694)Patrick Cloke2022-09-011-22/+20
* Strengthen tests about deleted old push actions. (#13471)Patrick Cloke2022-08-091-0/+15
* Use a real room in the notification rotation tests. (#13260)Patrick Cloke2022-07-151-116/+79
* Fix notification count after a highlighted message (#13223)Erik Johnston2022-07-081-0/+7
* Merge tag 'v1.62.0rc3' into developAndrew Morgan2022-07-041-5/+5
|\
| * Fix stuck notification counts on small servers (#13168)Erik Johnston2022-07-041-5/+5
* | Merge remote-tracking branch 'origin/release-v1.62' into developPatrick Cloke2022-06-301-7/+5
|\|
| * Fix unread counts on large servers (#13140)Erik Johnston2022-06-301-7/+5
* | Improve performance of getting unread counts in rooms (#13119)Erik Johnston2022-06-291-0/+2
|/
* Fix serialization errors when rotating notifications (#13118)Erik Johnston2022-06-281-5/+30
* Add type hints to event push actions tests. (#13099)Patrick Cloke2022-06-171-11/+17
* Speed up `get_unread_event_push_actions_by_room` (#13005)Erik Johnston2022-06-151-3/+21
* Replace assertEquals and friends with non-deprecated versions. (#12092)Patrick Cloke2022-02-281-1/+1
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-1/+1
* 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