summary refs log tree commit diff
path: root/tests/rest/client/v1/test_events.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Flatten tests/rest/client/{v1,v2_alpha} too (#10667)David Robertson2021-08-201-156/+0
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-1/+1
* update black to 21.6b0 (#10197)Marcus2021-06-171-1/+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
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-1/+3
* Remove spurious "SynapseRequest" result from `make_request"Richard van der Hoff2020-12-151-4/+4
* Remove redundant `HomeserverTestCase.render`Richard van der Hoff2020-11-161-4/+0
* Remove the deprecated Handlers object (#8494)Patrick Cloke2020-10-091-1/+1
* Performance improvements and refactor of Ratelimiter (#7595)Andrew Morgan2020-06-051-6/+2
* Fix the parameters of a test fixture (#7243)Zay11Zay2020-04-141-1/+1
* Fix `/events/:event_id` deprecated API. (#6731)Erik Johnston2020-01-201-0/+27
* Migrate all tests to use the dict-based config format instead of hanging item...Amber Brown2019-05-131-3/+3
* Add admin api for sending server_notices (#5121)Richard van der Hoff2019-05-021-1/+1
* Move admin api impl to its own packageRichard van der Hoff2019-05-011-2/+3
* Add rate-limiting on registration (#4735)Brendan Abolivier2019-03-051-2/+2
* Remove v1 only REST APIs now we don't ship matrix console (#4334)Amber Brown2018-12-291-56/+44
* Run tests under PostgreSQL (#3423)Amber Brown2018-08-131-0/+1
* Run black.black2018-08-101-19/+14
* Move v1-only APIs into their own module & isolate deprecated ones (#3460)Amber Brown2018-07-191-80/+10
* run isortAmber Brown2018-07-091-4/+2
* Burminate v1authAdrian Tschira2018-04-301-2/+7
* move handling of auto_join_rooms to RegisterHandlerKrombel2018-03-141-0/+1
* s/replication_client/federation_client/Erik Johnston2018-03-131-1/+1
* Fix testsErik Johnston2018-03-131-1/+1
* Rename config field to reflect yaml nameDaniel Wagner-Hall2016-02-031-1/+1
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Fix test.Erik Johnston2015-07-071-1/+11
* Make work in both Maria and SQLite. Fix testsErik Johnston2015-04-011-9/+0
* Update testsErik Johnston2015-02-191-0/+1
* Factor out some of the common homeserver setup code into aMark Haines2015-02-111-12/+2
* Move client rest tests back under restMark Haines2015-01-221-0/+225