- 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
-
Amber Brown authored
-
- Sep 03, 2018
-
-
Amber Brown authored
-
- Aug 30, 2018
-
-
Amber Brown authored
-
- Aug 17, 2018
-
-
Amber Brown authored
-
- Aug 14, 2018
-
-
Amber Brown authored
-
- Aug 10, 2018
-
-
black authored
-
- Jul 17, 2018
-
-
Amber Brown authored
-
- Jun 27, 2018
-
-
Amber Brown authored
-
Amber Brown authored
-
- Jun 04, 2018
-
-
Amber Brown authored
-
- Jan 09, 2018
-
-
Richard van der Hoff authored
-
- Jul 25, 2016
-
-
Richard van der Hoff authored
1. Give the handler used for logging in unit tests a formatter, so that the output is slightly more meaningful 2. Log some synapse.storage stuff, because it's useful.
-
- Feb 19, 2016
-
-
Mark Haines authored
-
- Jan 07, 2016
-
-
Matthew Hodgson authored
-
- Jan 12, 2015
-
-
Paul "LeoNerd" Evans authored
Don't make @unittest.DEBUG print the huge amount of verbosity generated by the synapse.storage loggers
-
- Sep 17, 2014
-
-
Paul "LeoNerd" Evans authored
-
- Sep 12, 2014
-
-
Paul "LeoNerd" Evans authored
Define a CLOS-like 'around' modifier as a decorator, to neaten up the 'orig_*' noise of wrapping the setUp()/tearDown() methods
-