Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add more tests for room upgrades (#13074) | Sean Quah | 2022-06-15 | 1 | -5/+78 |
| | | | | Signed-off-by: Sean Quah <seanq@element.io> | ||||
* | Wait for lazy join to complete when getting current state (#12872) | Erik Johnston | 2022-06-01 | 1 | -2/+6 |
| | |||||
* | Add a unit test for copying over arbitrary room types when upgrading a room ↵ | Andrew Morgan | 2022-05-19 | 1 | -1/+31 |
| | | | | (#12792) | ||||
* | Convert stringy power levels to integers on room upgrade (#12657) | David Robertson | 2022-05-07 | 1 | -0/+44 |
| | |||||
* | Add type hints to `tests/rest/client` (#12084) | Dirk Klimpel | 2022-02-28 | 1 | -7/+10 |
| | |||||
* | Replace assertEquals and friends with non-deprecated versions. (#12092) | Patrick Cloke | 2022-02-28 | 1 | -9/+9 |
| | |||||
* | Remove `HomeServer.get_datastore()` (#12031) | Richard van der Hoff | 2022-02-23 | 1 | -1/+1 |
| | | | | | | | The presence of this method was confusing, and mostly present for backwards compatibility. Let's get rid of it. Part of #11733 | ||||
* | Handle room upgrades for spaces (#10774) | Patrick Cloke | 2021-09-10 | 1 | -4/+63 |
| | | | | | By copying the `room_type` field of the create event and migrating any non-empty `m.space.child` events to the new room that is created. | ||||
* | Flatten tests/rest/client/{v1,v2_alpha} too (#10667) | David Robertson | 2021-08-20 | 1 | -0/+159 |