summary refs log tree commit diff
path: root/synapse/logging/context.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update mypy and mypy-zope, attempt 3 (#13993)David Robertson2022-09-301-10/+10
* Revert "Update mypy and mypy-zope (#13925)"David Robertson2022-09-301-10/+10
* Update mypy and mypy-zope (#13925)David Robertson2022-09-301-10/+10
* Revert "Update locked versions of mypy and mypy-zope (#13521)"David Robertson2022-08-151-10/+10
* Update locked versions of mypy and mypy-zope (#13521)David Robertson2022-08-151-10/+10
* Prefer `make_awaitable` over `defer.succeed` in tests (#12505)Sean Quah2022-04-271-9/+17
* Use `ParamSpec` in type hints for `synapse.logging.context` (#12150)Sean Quah2022-03-081-20/+24
* Use auto_attribs/native type hints for attrs classes. (#11692)Patrick Cloke2022-01-131-10/+10
* Update to the current version of Black and run it on Synapse codebase (#11596)Shay2021-12-231-1/+0
* Add missing type hints to `synapse.logging.context` (#11556)Sean Quah2021-12-141-46/+103
* Type hints for the remaining two files in `synapse.http`. (#11164)David Robertson2021-10-281-2/+2
* Relax `ignore-missing-imports` for modules that have stubs now and update myp...David Robertson2021-10-081-8/+8
* Fix a handful of type annotations. (#10446)Richard van der Hoff2021-07-221-2/+2
* Use inline type hints in various other places (in `synapse/`) (#10380)Jonathan de Jong2021-07-151-8/+8
* Make LoggingContext's name optional (#9857)Richard van der Hoff2021-04-211-3/+12
* Always use the name as the log ID. (#9829)Patrick Cloke2021-04-201-10/+4
* Record more information into structured logs. (#9654)Patrick Cloke2021-04-081-11/+59
* Enable addtional flake8-bugbear linting checks. (#9659)Jonathan de Jong2021-03-241-1/+1
* Fix additional type hints. (#9543)Patrick Cloke2021-03-091-2/+4
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-3/+9
* Add type hints to the logging context code. (#8939)Patrick Cloke2021-01-051-18/+32
* Various clean-ups to the logging context code (#8935)Patrick Cloke2020-12-141-19/+5
* Create a mechanism for marking tests "logcontext clean" (#8399)Richard van der Hoff2020-09-281-20/+23
* Use slots in attrs classes where possible (#8296)Patrick Cloke2020-09-141-3/+1
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-3/+3
* Clean up PreserveLoggingContext (#7877)Richard van der Hoff2020-07-221-16/+13
* Improve per-block CPU and DB usage metrics (#7426)Patrick Cloke2020-05-061-12/+26
* Add backwards compatibility codepath to LoggingContext. (#7408)Patrick Cloke2020-05-051-0/+41
* Reduce the number of calls to `resource.getrusage` (#7183)Richard van der Hoff2020-04-031-39/+63
* Fix "'NoneType' has no attribute start|stop" logcontext errors (#7181)Richard van der Hoff2020-03-311-0/+5
* Clean up some LoggingContext stuff (#7120)Richard van der Hoff2020-03-241-116/+118
* Hopefully mypy is happy nowBrendan Abolivier2020-03-101-1/+2
* Attempt at appeasing the gods of mypyBrendan Abolivier2020-03-101-1/+1
* Add type hints to logging/context.py (#6309)Neil Pilgrim2020-03-071-47/+74
* comment for run_in_backgroundRichard van der Hoff2020-01-121-0/+3
* Bump version of mypyErik Johnston2019-12-121-0/+3
* Update commentErik Johnston2019-12-101-2/+4
* Fix make_deferred_yieldable to work with coroutinesErik Johnston2019-12-101-1/+8
* Remove usage of deprecated logger.warn method from codebase (#6271)Andrew Morgan2019-10-311-1/+1
* Fix logcontext spam on non-Linux platforms (#6059)J. Ryan Stinnett2019-09-181-2/+11
* Implement a structured logging output system. (#5680)Amber Brown2019-08-281-1/+13
* Add basic opentracing support (#5544)Jorik Schellekens2019-07-111-2/+6
* Move logging utilities out of the side drawer of util/ and into logging/ (#5606)Amber Brown2019-07-041-0/+693