- Mar 24, 2020
-
-
Richard van der Hoff authored
* Pull Sentinel out of LoggingContext ... and drop a few unnecessary references to it * Factor out LoggingContext.current_context move `current_context` and `set_context` out to top-level functions. Mostly this means that I can more easily trace what's actually referring to LoggingContext, but I think it's generally neater. * move copy-to-parent into `stop` this really just makes `start` and `stop` more symetric. It also means that it behaves correctly if you manually `set_log_context` rather than using the context manager. * Replace `LoggingContext.alive` with `finished` Turn `alive` into `finished` and make it a bit better defined.
-
- Feb 18, 2020
-
-
Richard van der Hoff authored
per matrix-org/matrix-doc#2432
-
- Jan 31, 2020
-
-
Richard van der Hoff authored
... to make way for a forthcoming get_room_version which returns a RoomVersion object.
-
- Jan 20, 2020
-
-
Erik Johnston authored
-
- Jan 06, 2020
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
* Kill off redundant SynapseRequestFactory We already get the Site via the Channel, so there's no need for a dedicated RequestFactory: we can just use the right constructor. * Workaround for error when fetching notary's own key As a notary server, when we return our own keys, include all of our signing keys in verify_keys. This is a workaround for #6596.
-
- Dec 05, 2019
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
- Dec 04, 2019
-
-
Erik Johnston authored
-
- Nov 27, 2019
-
-
Amber Brown authored
-
- Jul 31, 2019
-
-
Amber Brown authored
-
- Jul 17, 2019
-
-
Richard van der Hoff authored
We can now use `_get_events_from_cache_or_db` rather than going right back to the database, which means that (a) we can benefit from caching, and (b) it opens the way forward to more extensive checks on the original event. We now always require the original event to exist before we will serve up a redaction.
-
- Jul 12, 2019
-
-
Richard van der Hoff authored
It's useful to be able to tweak the homeserver config to be used for each test. This PR adds a mechanism to do so.
-
- Jul 03, 2019
-
-
Amber Brown authored
-
- Jul 02, 2019
-
-
Erik Johnston authored
-
- Jun 29, 2019
-
-
Amber Brown authored
-
- Jun 24, 2019
-
-
Richard van der Hoff authored
* Pull config_dir_path and data_dir_path calculation out of read_config_files * Pass config_dir_path and data_dir_path into read_config
-
- Jun 20, 2019
-
-
Amber Brown authored
-
- Jun 13, 2019
-
-
Amber Brown authored
-
- Jun 11, 2019
-
-
Erik Johnston authored
-
- May 13, 2019
-
-
Amber Brown authored
Migrate all tests to use the dict-based config format instead of hanging items off HomeserverConfig (#5171)
-
- May 10, 2019
-
-
Amber Brown authored
-
- May 07, 2019
-
-
Richard van der Hoff authored
This endpoint isn't much use for its intended purpose if you first need to get yourself an admin's auth token. I've restricted it to the `/_synapse/admin` path to make it a bit easier to lock down for those concerned about exposing this information. I don't imagine anyone is using it in anger currently.
-
- Apr 04, 2019
-
-
Brendan Abolivier authored
-
- Mar 21, 2019
-
-
Amber Brown authored
-
- Mar 18, 2019
-
-
Amber Brown authored
-
- Mar 04, 2019
-
-
Richard van der Hoff authored
-
- Jan 29, 2019
-
-
Richard van der Hoff authored
I got fed up with always adding '@unittest.DEBUG' every time I needed to debug a test.
-
- Jan 24, 2019
-
-
Amber Brown authored
-
- Dec 14, 2018
-
-
Neil Johnson authored
Allow for the creation of a support user. A support user can access the server, join rooms, interact with other users, but does not appear in the user directory nor does it contribute to monthly active user limits.
-
- Dec 04, 2018
-
-
Richard van der Hoff authored
-
- Nov 27, 2018
-
-
Richard van der Hoff authored
* Add better diagnostics to flakey keyring test * fix interpolation fail * Check logcontexts before and after each test * update changelog * update changelog
-
Richard van der Hoff authored
* Some words about garbage collections and logcontexts * Do a GC after each test to fix logcontext leaks This feels like an awful hack, but... * changelog
-
- Nov 06, 2018
-
-
Amber Brown authored
-
- Nov 05, 2018
-
-
Amber Brown authored
-
- Oct 30, 2018
-
-
Amber Brown authored
-
- Oct 01, 2018
-
-
Amber Brown authored
-
- Sep 27, 2018
-
-
Schnuffle authored
Signed-off-by:
Schnuffle <schnuffle@github.com>
-
- Sep 20, 2018
-
-
Amber Brown authored
-