| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump twisted from 22.10.0 to 23.8.0 (#16235) | dependabot[bot] | 2023-09-05 | 1 | -2/+2 |
* | Fix typechecking with twisted trunk (#16121) | David Robertson | 2023-08-24 | 1 | -9/+10 |
* | Remove redundant types from comments. (#14412) | Patrick Cloke | 2022-11-16 | 1 | -20/+19 |
* | Update mypy and mypy-zope, attempt 3 (#13993) | David Robertson | 2022-09-30 | 1 | -10/+10 |
* | Revert "Update mypy and mypy-zope (#13925)" | David Robertson | 2022-09-30 | 1 | -10/+10 |
* | Update mypy and mypy-zope (#13925) | David Robertson | 2022-09-30 | 1 | -10/+10 |
* | Revert "Update locked versions of mypy and mypy-zope (#13521)" | David Robertson | 2022-08-15 | 1 | -10/+10 |
* | Update locked versions of mypy and mypy-zope (#13521) | David Robertson | 2022-08-15 | 1 | -10/+10 |
* | Prefer `make_awaitable` over `defer.succeed` in tests (#12505) | Sean Quah | 2022-04-27 | 1 | -9/+17 |
* | Use `ParamSpec` in type hints for `synapse.logging.context` (#12150) | Sean Quah | 2022-03-08 | 1 | -20/+24 |
* | Use auto_attribs/native type hints for attrs classes. (#11692) | Patrick Cloke | 2022-01-13 | 1 | -10/+10 |
* | Update to the current version of Black and run it on Synapse codebase (#11596) | Shay | 2021-12-23 | 1 | -1/+0 |
* | Add missing type hints to `synapse.logging.context` (#11556) | Sean Quah | 2021-12-14 | 1 | -46/+103 |
* | Type hints for the remaining two files in `synapse.http`. (#11164) | David Robertson | 2021-10-28 | 1 | -2/+2 |
* | Relax `ignore-missing-imports` for modules that have stubs now and update myp... | David Robertson | 2021-10-08 | 1 | -8/+8 |
* | Fix a handful of type annotations. (#10446) | Richard van der Hoff | 2021-07-22 | 1 | -2/+2 |
* | Use inline type hints in various other places (in `synapse/`) (#10380) | Jonathan de Jong | 2021-07-15 | 1 | -8/+8 |
* | Make LoggingContext's name optional (#9857) | Richard van der Hoff | 2021-04-21 | 1 | -3/+12 |
* | Always use the name as the log ID. (#9829) | Patrick Cloke | 2021-04-20 | 1 | -10/+4 |
* | Record more information into structured logs. (#9654) | Patrick Cloke | 2021-04-08 | 1 | -11/+59 |
* | Enable addtional flake8-bugbear linting checks. (#9659) | Jonathan de Jong | 2021-03-24 | 1 | -1/+1 |
* | Fix additional type hints. (#9543) | Patrick Cloke | 2021-03-09 | 1 | -2/+4 |
* | Update black, and run auto formatting over the codebase (#9381) | Eric Eastwood | 2021-02-16 | 1 | -3/+9 |
* | Add type hints to the logging context code. (#8939) | Patrick Cloke | 2021-01-05 | 1 | -18/+32 |
* | Various clean-ups to the logging context code (#8935) | Patrick Cloke | 2020-12-14 | 1 | -19/+5 |
* | Create a mechanism for marking tests "logcontext clean" (#8399) | Richard van der Hoff | 2020-09-28 | 1 | -20/+23 |
* | Use slots in attrs classes where possible (#8296) | Patrick Cloke | 2020-09-14 | 1 | -3/+1 |
* | Stop sub-classing object (#8249) | Patrick Cloke | 2020-09-04 | 1 | -3/+3 |
* | Clean up PreserveLoggingContext (#7877) | Richard van der Hoff | 2020-07-22 | 1 | -16/+13 |
* | Improve per-block CPU and DB usage metrics (#7426) | Patrick Cloke | 2020-05-06 | 1 | -12/+26 |
* | Add backwards compatibility codepath to LoggingContext. (#7408) | Patrick Cloke | 2020-05-05 | 1 | -0/+41 |
* | Reduce the number of calls to `resource.getrusage` (#7183) | Richard van der Hoff | 2020-04-03 | 1 | -39/+63 |
* | Fix "'NoneType' has no attribute start|stop" logcontext errors (#7181) | Richard van der Hoff | 2020-03-31 | 1 | -0/+5 |
* | Clean up some LoggingContext stuff (#7120) | Richard van der Hoff | 2020-03-24 | 1 | -116/+118 |
* | Hopefully mypy is happy now | Brendan Abolivier | 2020-03-10 | 1 | -1/+2 |
* | Attempt at appeasing the gods of mypy | Brendan Abolivier | 2020-03-10 | 1 | -1/+1 |
* | Add type hints to logging/context.py (#6309) | Neil Pilgrim | 2020-03-07 | 1 | -47/+74 |
* | comment for run_in_background | Richard van der Hoff | 2020-01-12 | 1 | -0/+3 |
* | Bump version of mypy | Erik Johnston | 2019-12-12 | 1 | -0/+3 |
* | Update comment | Erik Johnston | 2019-12-10 | 1 | -2/+4 |
* | Fix make_deferred_yieldable to work with coroutines | Erik Johnston | 2019-12-10 | 1 | -1/+8 |
* | Remove usage of deprecated logger.warn method from codebase (#6271) | Andrew Morgan | 2019-10-31 | 1 | -1/+1 |
* | Fix logcontext spam on non-Linux platforms (#6059) | J. Ryan Stinnett | 2019-09-18 | 1 | -2/+11 |
* | Implement a structured logging output system. (#5680) | Amber Brown | 2019-08-28 | 1 | -1/+13 |
* | Add basic opentracing support (#5544) | Jorik Schellekens | 2019-07-11 | 1 | -2/+6 |
* | Move logging utilities out of the side drawer of util/ and into logging/ (#5606) | Amber Brown | 2019-07-04 | 1 | -0/+693 |