Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit 'a466b6797' into anoa/dinsic_release_1_21_x | Andrew Morgan | 2020-10-20 | 1 | -2/+11 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'a466b6797': Reduce run-times of tests by advancing the reactor less (#7757) Update debian systemd service to use Type=notify (#8169) Remove remaining is_guest argument uses from get_room_data calls (#8181) Do not propagate typing notifications from shadow-banned users. (#8176) Remove unused parameter from, and add safeguard in, get_room_data (#8174) Add required Debian dependencies to allow docker builds on the arm platform (#8144) Allow running mypy directly. (#8175) Update the test federation client to handle streaming responses (#8130) Do not propagate profile changes of shadow-banned users into rooms. (#8157) Make SlavedIdTracker.advance have same interface as MultiWriterIDGenerator (#8171) Convert simple_select_one and simple_select_one_onecol to async (#8162) | ||||
| * | Convert simple_select_one and simple_select_one_onecol to async (#8162) | Patrick Cloke | 2020-08-26 | 1 | -5/+18 |
| | | |||||
* | | Merge commit '050e20e7c' into anoa/dinsic_release_1_21_x | Andrew Morgan | 2020-10-19 | 1 | -3/+11 |
|\| | | | | | | | | | * commit '050e20e7c': Convert some of the general database methods to async (#8100) | ||||
| * | Convert some of the general database methods to async (#8100) | Patrick Cloke | 2020-08-17 | 1 | -2/+2 |
| | | |||||
* | | Back out perf regression from get_cross_signing_keys_from_cache. (#6494) | Andrew Morgan | 2020-03-19 | 1 | -2/+1 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'adfdd82b2': Back out perf regression from get_cross_signing_keys_from_cache. (#6494) Fix comment Fix port db script Newsfile Fixup tests Move start up DB checks to main data store. Pass Database into the data store Move are_all_users_on_domain checks to main data store. Change DataStores to accept 'database' param. | ||||
| * | Fixup tests | Erik Johnston | 2019-12-06 | 1 | -2/+1 |
| | | |||||
* | | Merge pull request #6231 from matrix-org/erikj/refactor_stores | Andrew Morgan | 2020-03-16 | 1 | -1/+1 |
|\| | |||||
| * | Move storage classes into a main "data store". | Erik Johnston | 2019-10-21 | 1 | -1/+1 |
| | | | | | | | | | | This is in preparation for having multiple data stores that offer different functionality, e.g. splitting out state or event storage. | ||||
* | | Dinsic Blacking with black==18.6b2 | Andrew Morgan | 2020-02-11 | 1 | -6/+3 |
| | | |||||
* | | merge master into dinsic, again... | Matthew Hodgson | 2018-11-03 | 1 | -1/+1 |
|\| | |||||
| * | Fix tests on postgresql (#3740) | Amber Brown | 2018-09-04 | 1 | -1/+1 |
| | | |||||
* | | fix conflict and reinstate 6372dff771413c2b9cd5648cbb6de01a679ef801 | Matthew Hodgson | 2018-10-22 | 1 | -4/+0 |
| | | |||||
* | | merge in master | Matthew Hodgson | 2018-10-22 | 1 | -3/+6 |
|\| | |||||
| * | Run tests under PostgreSQL (#3423) | Amber Brown | 2018-08-13 | 1 | -1/+1 |
| | | |||||
| * | Run black. | black | 2018-08-10 | 1 | -13/+5 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into dinsic | David Baker | 2018-07-19 | 1 | -1/+1 |
|\| | |||||
| * | run isort | Amber Brown | 2018-07-09 | 1 | -1/+1 |
| | | |||||
* | | remove create_profile from tests | Matthew Hodgson | 2018-05-04 | 1 | -8/+0 |
| | | |||||
* | | PR feedback | David Baker | 2018-04-25 | 1 | -2/+2 |
| | | | | | | | | | | Unnecessary inlineCallbacks, missing yield, SQL comments & trailing commas. | ||||
* | | Fix other tests | David Baker | 2018-04-17 | 1 | -2/+2 |
|/ | |||||
* | Fix tests for Store.__init__ update | Richard van der Hoff | 2017-11-13 | 1 | -1/+1 |
| | | | | Fix the test to pass the right number of args to the Store constructors | ||||
* | Fix flake8 warnings for tests | Mark Haines | 2016-02-19 | 1 | -1/+1 |
| | |||||
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
| | |||||
* | Factor out some of the common homeserver setup code into a | Mark Haines | 2015-02-11 | 1 | -8/+2 |
| | | | | setup_test_homeserver function in utils. | ||||
* | Replace hs.parse_userid with UserID.from_string | Mark Haines | 2015-01-23 | 1 | -1/+2 |
| | |||||
* | Neaten more of the storage layer tests with assertObjectHasAttributes; more ↵ | Paul "LeoNerd" Evans | 2014-09-17 | 1 | -6/+8 |
| | | | | standardisation on test layout | ||||
* | Use new 'tests.unittest' in new storage level tests | Paul "LeoNerd" Evans | 2014-09-15 | 1 | -1/+1 |
| | |||||
* | Need to prepare() the SQLiteMemoryDbPool before passing it to HomeServer ↵ | Paul "LeoNerd" Evans | 2014-09-11 | 1 | -3/+4 |
| | | | | constructor, as DataStore's constructor will want it ready | ||||
* | Added unit tests for PresenceDataStore too | Paul "LeoNerd" Evans | 2014-09-10 | 1 | -2/+0 |
| | |||||
* | Remember to kill now-dead import in test_profile.py | Paul "LeoNerd" Evans | 2014-09-10 | 1 | -1/+0 |
| | |||||
* | Move SQLiteMemoryDbPool implementation into tests.utils | Paul "LeoNerd" Evans | 2014-09-10 | 1 | -27/+1 |
| | |||||
* | It's considered polite to actually wait for DB prepare before running tests | Paul "LeoNerd" Evans | 2014-09-10 | 1 | -1/+4 |
| | |||||
* | Also test avatar_url profile field | Paul "LeoNerd" Evans | 2014-09-10 | 1 | -0/+14 |
| | |||||
* | Tiny trivial PoC unit-test using SQLite in :memory: mode | Paul "LeoNerd" Evans | 2014-09-10 | 1 | -0/+78 |