| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump mypy from 1.4.1 to 1.5.1. (#16300) | Patrick Cloke | 2023-09-12 | 1 | -8/+2 |
* | Bump mypy-zope & mypy. (#16188) | Patrick Cloke | 2023-08-29 | 1 | -8/+6 |
* | Unix Sockets for HTTP Replication (#15708) | Jason Little | 2023-07-11 | 1 | -2/+4 |
* | Trace functions which return `Awaitable` (#15650) | Eric Eastwood | 2023-06-06 | 1 | -11/+26 |
* | Bump black from 22.12.0 to 23.1.0 (#15103) | dependabot[bot] | 2023-02-22 | 1 | -0/+1 |
* | Use mypy 1.0 (#15052) | David Robertson | 2023-02-16 | 1 | -7/+17 |
* | Tag federation request spans with the worker name (#15042) | David Robertson | 2023-02-09 | 1 | -1/+9 |
* | Tag /send_join responses to detect faster joins (#14950) | David Robertson | 2023-01-31 | 1 | -0/+5 |
* | Improve logging and opentracing for to-device message handling (#14598) | Richard van der Hoff | 2022-12-06 | 1 | -2/+9 |
* | Remove redundant types from comments. (#14412) | Patrick Cloke | 2022-11-16 | 1 | -2/+2 |
* | Update mypy and mypy-zope, attempt 3 (#13993) | David Robertson | 2022-09-30 | 1 | -2/+2 |
* | Revert "Update mypy and mypy-zope (#13925)" | David Robertson | 2022-09-30 | 1 | -2/+2 |
* | Update mypy and mypy-zope (#13925) | David Robertson | 2022-09-30 | 1 | -2/+2 |
* | Tag trace with instance name (#13761) | Eric Eastwood | 2022-09-09 | 1 | -2/+4 |
* | Strip number suffix from instance name to consolidate services that traces ar... | Eric Eastwood | 2022-09-09 | 1 | -1/+12 |
* | Instrument the federation/backfill part of `/messages` (#13489) | Eric Eastwood | 2022-08-16 | 1 | -3/+16 |
* | Revert "Update locked versions of mypy and mypy-zope (#13521)" | David Robertson | 2022-08-15 | 1 | -2/+2 |
* | Update locked versions of mypy and mypy-zope (#13521) | David Robertson | 2022-08-15 | 1 | -2/+2 |
* | Allow use of both `@trace` and `@tag_args` stacked on the same function (#13453) | Eric Eastwood | 2022-08-09 | 1 | -56/+102 |
* | Fix `@tag_args` being off-by-one (ahead) (#13452) | Eric Eastwood | 2022-08-04 | 1 | -2/+13 |
* | Additional fixes for opentracing type hints. (#13362) | Patrick Cloke | 2022-07-25 | 1 | -2/+2 |
* | Add missing types to opentracing. (#13345) | Patrick Cloke | 2022-07-21 | 1 | -9/+35 |
* | Add type annotations to `trace` decorator. (#13328) | Patrick Cloke | 2022-07-19 | 1 | -22/+28 |
* | More type hints for `synapse.logging` (#13103) | Patrick Cloke | 2022-06-30 | 1 | -26/+35 |
* | Easy type hints in synapse.logging.opentracing (#12894) | David Robertson | 2022-05-27 | 1 | -49/+65 |
* | Use `getClientAddress` instead of `getClientIP`. (#12599) | Patrick Cloke | 2022-05-04 | 1 | -1/+1 |
* | Add opentracing spans to calls to external cache (#12380) | Erik Johnston | 2022-04-07 | 1 | -0/+3 |
* | Improve opentracing for federation requests (#11870) | Richard van der Hoff | 2022-02-03 | 1 | -0/+12 |
* | Fixes for opentracing scopes (#11869) | Richard van der Hoff | 2022-02-02 | 1 | -6/+23 |
* | Add missing `auto_attribs=True` to the `_WrappedRustReporter` class (#11768) | Andrew Morgan | 2022-01-19 | 1 | -1/+1 |
* | Use auto_attribs/native type hints for attrs classes. (#11692) | Patrick Cloke | 2022-01-13 | 1 | -1/+1 |
* | Fix mypy error with opentracing.tags. (#11622) | Patrick Cloke | 2021-12-23 | 1 | -0/+1 |
* | Improve opentracing for incoming HTTP requests (#11618) | Richard van der Hoff | 2021-12-20 | 1 | -46/+22 |
* | Add opentracing types (#11603) | Shay | 2021-12-20 | 1 | -9/+15 |
* | Fix opentracing and Prometheus metrics for replication requests (#10996) | Sean Quah | 2021-10-12 | 1 | -0/+8 |
* | Log stack traces when a missing opentracing span is detected (#10983) | Sean Quah | 2021-10-05 | 1 | -0/+1 |
* | Use direct references for configuration variables (part 5). (#10897) | Patrick Cloke | 2021-09-24 | 1 | -3/+3 |
* | Use direct references for some configuration variables (#10798) | Patrick Cloke | 2021-09-13 | 1 | -1/+1 |
* | Use the BaseReporter super-class for _WrappedRustReporter. (#10799) | Patrick Cloke | 2021-09-13 | 1 | -1/+11 |
* | [pyupgrade] `synapse/` (#10348) | Jonathan de Jong | 2021-07-19 | 1 | -1/+1 |
* | Use inline type hints in various other places (in `synapse/`) (#10380) | Jonathan de Jong | 2021-07-15 | 1 | -5/+5 |
* | Expose opentracing trace id in response headers (#10199) | Richard van der Hoff | 2021-06-18 | 1 | -0/+21 |
* | Make opentracing trace into event persistence (#10134) | Richard van der Hoff | 2021-06-16 | 1 | -2/+55 |
* | Clean up the interface for injecting opentracing over HTTP (#10143) | Richard van der Hoff | 2021-06-09 | 1 | -83/+19 |
* | opentracing: use a consistent name for background processes (#10135) | Richard van der Hoff | 2021-06-07 | 1 | -0/+1 |
* | Enable Prometheus metrics for the jaeger client library (#10112) | Richard van der Hoff | 2021-06-04 | 1 | -0/+3 |
* | Add OpenTracing for database activity. (#10113) | Richard van der Hoff | 2021-06-03 | 1 | -0/+6 |
* | Fix opentracing inject to use the SpanContext, not the Span (#10074) | Brad Murray | 2021-06-01 | 1 | -5/+5 |
* | Set opentracing priority before setting other tags (#10092) | Richard van der Hoff | 2021-05-28 | 1 | -4/+17 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
* | Bugbear: Add Mutable Parameter fixes (#9682) | Jonathan de Jong | 2021-04-08 | 1 | -1/+2 |
* | Improve tracing for to device messages (#9686) | Erik Johnston | 2021-04-01 | 1 | -0/+8 |
* | Fix `re.Pattern` mypy error on 3.6 (#9703) | Jonathan de Jong | 2021-03-29 | 1 | -2/+2 |
* | Make it possible to use dmypy (#9692) | Erik Johnston | 2021-03-26 | 1 | -1/+1 |
* | Update black, and run auto formatting over the codebase (#9381) | Eric Eastwood | 2021-02-16 | 1 | -5/+3 |
* | Add type hints to E2E handler. (#9232) | Patrick Cloke | 2021-01-28 | 1 | -1/+1 |
* | Start fewer opentracing spans (#8640) | Erik Johnston | 2020-10-26 | 1 | -5/+5 |
* | Fix typos in comments. | Patrick Cloke | 2020-09-14 | 1 | -1/+1 |
* | Stop sub-classing object (#8249) | Patrick Cloke | 2020-09-04 | 1 | -1/+1 |
* | Use the JSON encoder without whitespace in more places. (#8124) | Patrick Cloke | 2020-08-20 | 1 | -3/+2 |
* | Be stricter about JSON that is accepted by Synapse (#8106) | Patrick Cloke | 2020-08-19 | 1 | -2/+5 |
* | Fix error reporting when using `opentracing.trace` (#7961) | Erik Johnston | 2020-07-27 | 1 | -12/+1 |
* | Fix the trace function for async functions. (#7872) | Patrick Cloke | 2020-07-17 | 1 | -23/+40 |
* | isort 5 compatibility (#7786) | Will Hunt | 2020-07-05 | 1 | -2/+2 |
* | Merge different Resource implementation classes (#7732) | Erik Johnston | 2020-07-03 | 1 | -37/+31 |
* | Add support for using rust-python-jaeger-reporter (#7697) | Erik Johnston | 2020-06-17 | 1 | -3/+36 |
* | Add instance name to RDATA/POSITION commands (#7364) | Erik Johnston | 2020-04-29 | 1 | -13/+10 |
* | Trace non-JSON APIs, /media, /key etc | Erik Johnston | 2019-10-11 | 1 | -4/+10 |
* | Fix up some typechecking (#6150) | Amber Brown | 2019-10-02 | 1 | -4/+5 |
* | Fix for structured logging tests stomping on logs (#6023) | Amber Brown | 2019-09-13 | 1 | -2/+2 |
* | Don't assume there is a 'self' arg in @trace decorator | Erik Johnston | 2019-09-06 | 1 | -5/+5 |
* | Gracefully handle log context slips and missing opentracing import errors. (#... | Jorik Schellekens | 2019-09-05 | 1 | -24/+58 |
* | Add opentracing to all client servlets (#5983) | Jorik Schellekens | 2019-09-05 | 1 | -1/+1 |
* | Fix opentracing contexts missing from outbound replication requests (#5982) | Jorik Schellekens | 2019-09-05 | 1 | -4/+16 |
* | Opentrace device lists (#5853) | Jorik Schellekens | 2019-09-03 | 1 | -53/+17 |
* | Propagate opentracing contexts through EDUs (#5852) | Jorik Schellekens | 2019-08-22 | 1 | -0/+26 |
* | Opentracing across workers (#5771) | Jorik Schellekens | 2019-08-22 | 1 | -65/+79 |
* | Opentracing doc update (#5776) | Jorik Schellekens | 2019-08-20 | 1 | -27/+40 |
* | Make Jaeger fully configurable (#5694) | Jorik Schellekens | 2019-07-23 | 1 | -4/+7 |
* | Replace returnValue with return (#5736) | Amber Brown | 2019-07-23 | 1 | -3/+3 |
* | Opentracing Utils (#5722) | Jorik Schellekens | 2019-07-23 | 1 | -100/+355 |
* | Merge branch 'release-v1.2.0' into develop | Jorik Schellekens | 2019-07-22 | 1 | -0/+125 |
|\ |
|
| * | Opentracing Documentation (#5703) | Jorik Schellekens | 2019-07-22 | 1 | -0/+125 |
* | | Don't accept opentracing data from clients. (#5715) | Jorik Schellekens | 2019-07-19 | 1 | -2/+1 |
|/ |
|
* | Clean up opentracing configuration options (#5712) | Richard van der Hoff | 2019-07-18 | 1 | -23/+19 |
* | Add basic opentracing support (#5544) | Jorik Schellekens | 2019-07-11 | 1 | -0/+362 |