Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a number of flake8 errors | Richard van der Hoff | 2018-10-24 | 1 | -2/+2 |
| | | | | | | | | | | | | Broadly three things here: * disable W504 which seems a bit whacko * remove a bunch of `as e` expressions from exception handlers that don't use them * use `r""` for strings which include backslashes Also, we don't use pep8 any more, so we can get rid of the duplicate config there. | ||||
* | Run black. | black | 2018-08-10 | 1 | -98/+37 |
| | |||||
* | run isort | Amber Brown | 2018-07-09 | 1 | -2/+2 |
| | |||||
* | Optimise state resolution | Erik Johnston | 2017-01-17 | 1 | -1/+21 |
| | |||||
* | Review comments | Kegan Dougal | 2016-11-22 | 1 | -10/+2 |
| | |||||
* | More tests | Kegan Dougal | 2016-11-22 | 1 | -1/+56 |
| | |||||
* | Add remaining tests | Kegan Dougal | 2016-11-21 | 1 | -4/+70 |
| | |||||
* | Start adding some tests | Kegan Dougal | 2016-11-21 | 1 | -3/+37 |
| | |||||
* | Move event_fields filtering to serialize_event | Kegan Dougal | 2016-11-21 | 1 | -0/+21 |
| | | | | Also make it an inclusive not exclusive filter, as the spec demands. | ||||
* | Fix flake8 warnings for tests | Mark Haines | 2016-02-19 | 1 | -0/+1 |
| | |||||
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
| | |||||
* | Add some unit tests of prune_events() | Paul "LeoNerd" Evans | 2015-10-16 | 2 | -0/+115 |
| | |||||
* | Kill off synapse.api.events.* | Erik Johnston | 2014-12-16 | 2 | -232/+0 |
| | |||||
* | Fix validation tests | Erik Johnston | 2014-11-11 | 1 | -12/+43 |
| | |||||
* | Have all unit tests import from our own subclass of trial's unittest ↵ | Paul "LeoNerd" Evans | 2014-09-12 | 1 | -1/+1 |
| | | | | TestCase; set up logging in ONE PLACE ONLY | ||||
* | fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org ↵ | Matthew Hodgson | 2014-09-03 | 2 | -2/+2 |
| | | | | hasn't been incorporated in time for launch. | ||||
* | add in copyrights to everything, not just the synapse subdir, and add a ↵ | Matthew Hodgson | 2014-08-13 | 2 | -0/+28 |
| | | | | copyrighter.pl whilst we're at it | ||||
* | Reference Matrix Home Server | matrix.org | 2014-08-12 | 2 | -0/+173 |