Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix tests | Erik Johnston | 2019-01-25 | 1 | -1/+2 |
* | Revert "Require event format version to parse or create events" | Erik Johnston | 2019-01-25 | 1 | -2/+1 |
* | Fix tests | Erik Johnston | 2019-01-24 | 1 | -1/+2 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/refactor_s... | Erik Johnston | 2018-08-20 | 1 | -14/+17 |
|\ | |||||
| * | Run tests under PostgreSQL (#3423) | Amber Brown | 2018-08-13 | 1 | -1/+1 |
| * | Run black. | black | 2018-08-10 | 1 | -14/+17 |
* | | Fix tests | Erik Johnston | 2018-08-09 | 1 | -1/+3 |
|/ | |||||
* | run isort | Amber Brown | 2018-07-09 | 1 | -4/+4 |
* | s/_create_new_client_event/create_new_client_event/ | Erik Johnston | 2018-02-06 | 1 | -1/+1 |
* | Updates tests | Erik Johnston | 2018-02-05 | 1 | -3/+2 |
* | Fix unit tests | Erik Johnston | 2016-08-26 | 1 | -41/+0 |
* | get_room_members is unused now | Mark Haines | 2016-05-16 | 1 | -18/+0 |
* | Remove some unused functions (#711) | Mark Haines | 2016-04-08 | 1 | -7/+0 |
* | Remove dead code left over from presence changes | Mark Haines | 2016-03-17 | 1 | -10/+0 |
* | Fix flake8 warnings for tests | Mark Haines | 2016-02-19 | 1 | -13/+9 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
* | Make work in both Maria and SQLite. Fix tests | Erik Johnston | 2015-04-01 | 1 | -7/+7 |
* | Factor out some of the common homeserver setup code into a | Mark Haines | 2015-02-11 | 1 | -12/+2 |
* | Replace hs.parse_roomid with RoomID.from_string | Mark Haines | 2015-01-23 | 1 | -2/+2 |
* | Replace hs.parse_userid with UserID.from_string | Mark Haines | 2015-01-23 | 1 | -3/+4 |
* | Kill off synapse.api.events.* | Erik Johnston | 2014-12-16 | 1 | -3/+2 |
* | Fix some tests | Erik Johnston | 2014-12-10 | 1 | -22/+27 |
* | Fix room_member storage test | Erik Johnston | 2014-11-10 | 1 | -0/+2 |
* | Fix a couple more storage tests | Erik Johnston | 2014-11-05 | 1 | -9/+15 |
* | Also unittest RoomMemberStore's joined_hosts_for_room() | Paul "LeoNerd" Evans | 2014-09-15 | 1 | -0/+48 |
* | Use new 'tests.unittest' in new storage level tests | Paul "LeoNerd" Evans | 2014-09-15 | 1 | -1/+1 |
* | Initial hack at some RoomMemberStore unit tests | Paul "LeoNerd" Evans | 2014-09-12 | 1 | -0/+109 |