summary refs log tree commit diff
path: root/tests/storage/test_user_directory.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Handle hyphens in user dir search porperly (#17254)Erik Johnston2024-06-051-0/+4
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
* Update license headersPatrick Cloke2023-11-211-10/+16
* Convert simple_select_list and simple_select_list_txn to return lists of tupl...Patrick Cloke2023-10-261-29/+32
* Fix ICU tests on alpine / macOS. (#15177)65432023-03-031-0/+2
* Improve handling of non-ASCII characters in user directory search (#15143)Sean Quah2023-02-241-0/+133
* Fix a bug introduced in Synapse v1.74.0 where searching with colons when usin...reivilibre2023-02-201-1/+62
* Fix type hints in typing edu unit tests (#14886)Andrew Morgan2023-01-261-1/+4
* Add optional ICU support for user search (#14464)Brendan Abolivier2022-12-121-0/+43
* Fix a long-standing bug where the user directory would return 1 more row than...reivilibre2022-12-071-0/+6
* Remove remaining bits of groups code. (#12936)Patrick Cloke2022-06-011-1/+0
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-2/+2
* Expose the registered device ID from the `register_appservice_user` test help...reivilibre2022-02-021-1/+3
* Make background updates controllable via a plugin (#11306)Erik Johnston2021-11-291-1/+4
* Correctly exclude users when making a room public or private (#11075)David Robertson2021-10-151-44/+33
* Stop user directory from failing if it encounters users not in the `users` ta...David Robertson2021-10-131-1/+16
* Don't drop user dir deltas when server leaves room (#10982)David Robertson2021-10-061-6/+1
* Fix potential leak of per-room profiles when the user dir is rebuilt. (#10981)David Robertson2021-10-051-16/+78
* Consistently exclude from user_directory (#10960)David Robertson2021-10-041-2/+144
* Refactor user directory tests (#10935)David Robertson2021-09-301-4/+188
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Convert storage test cases to HomeserverTestCase. (#9736)Patrick Cloke2021-04-061-55/+31
* Use the simple dictionary in full text search for the user directory (#8959)Brendan Abolivier2020-12-171-0/+23
* Do not yield on awaitables in tests. (#8193)Patrick Cloke2020-08-271-4/+12
* Convert additional database stores to async/await (#8045)Patrick Cloke2020-08-071-2/+2
* Fixup testsErik Johnston2019-12-061-3/+1
* Move storage classes into a main "data store".Erik Johnston2019-10-211-1/+1
* Run Black on the tests again (#5170)Amber Brown2019-05-101-3/+1
* Migrate the user directory initial population to a background task (#4864)Amber Brown2019-03-191-8/+3
* fixupAmber Brown2019-03-121-2/+2
* Rewrite userdir to be faster (#4537)Amber Brown2019-03-071-2/+0
* Fix tests on postgresql (#3740)Amber Brown2018-09-041-1/+1
* Run tests under PostgreSQL (#3423)Amber Brown2018-08-131-1/+1
* Run black.black2018-08-101-26/+14
* run isortAmber Brown2018-07-091-0/+1
* Add tests for user directory searchRichard van der Hoff2018-01-271-0/+88