Jorik Schellekens
f6ce4fec23
Cleanup key upload tracing
2019-07-17 14:33:00 +01:00
Jorik Schellekens
5ca5845284
Clean up room key tracing
2019-07-17 14:33:00 +01:00
Jorik Schellekens
52a7f625a8
Some tracing
2019-07-17 14:33:00 +01:00
Jorik Schellekens
783ddc417f
Opentracing across streams
2019-07-17 14:33:00 +01:00
Jorik Schellekens
87061c72c4
The great logging/ migration
2019-07-17 14:33:00 +01:00
Jorik Schellekens
fbe23fe32d
These functions were not deferreds!
2019-07-17 14:33:00 +01:00
Jorik Schellekens
5aaee551a4
How did that half of the statement get deleted?
2019-07-17 14:33:00 +01:00
Jorik Schellekens
2e141b8177
typo
2019-07-17 14:33:00 +01:00
Jorik Schellekens
d5b9c97943
Include servletname in incoming-request trace
2019-07-17 14:33:00 +01:00
Jorik Schellekens
34e1de3374
Update to new access pattern
2019-07-17 14:33:00 +01:00
Jorik Schellekens
4e649702ec
Trace device messages.
2019-07-17 14:33:00 +01:00
Jorik Schellekens
8c17b7a8da
Trace devices
2019-07-17 14:33:00 +01:00
Jorik Schellekens
65c63f983c
Trace more e2e stuff and less e2e stuff
2019-07-17 14:33:00 +01:00
Jorik Schellekens
9170c46af9
Fix e2e bugs
2019-07-17 14:33:00 +01:00
Jorik Schellekens
32342d0ec2
Trace e2e
2019-07-17 14:33:00 +01:00
Jorik Schellekens
07fadd4e9b
Cleanup
2019-07-17 14:24:04 +01:00
Jorik Schellekens
3e5f4a40de
Unbreak json parsing.
2019-07-17 14:22:55 +01:00
Jorik Schellekens
bf892473f9
Noop if opentracing is disabled
2019-07-17 14:22:16 +01:00
Jorik Schellekens
75d489f2f3
Better args wrapper
2019-07-17 14:22:14 +01:00
Jorik Schellekens
8f0a00ef35
Fix codestyle
2019-07-17 14:20:50 +01:00
Jorik Schellekens
4c2f39cce4
Isort opentracing
2019-07-17 14:20:50 +01:00
Jorik Schellekens
aca1141a62
Rebase doctoring
2019-07-17 14:20:48 +01:00
Jorik Schellekens
7c6bfaed11
Sectioning comments
2019-07-17 14:20:22 +01:00
Jorik Schellekens
62da3aa0af
Move whitelisting
2019-07-17 14:20:22 +01:00
Jorik Schellekens
04c3bf430c
Move opentracing setters
2019-07-17 14:20:22 +01:00
Jorik Schellekens
4c3e592e39
Group utils
2019-07-17 14:20:22 +01:00
Jorik Schellekens
4d54425b9d
Move dummy tags
2019-07-17 14:20:22 +01:00
Jorik Schellekens
54211f5435
Typos and errata
2019-07-17 14:20:22 +01:00
Jorik Schellekens
d67376f7fc
Better decorator names
2019-07-17 14:20:22 +01:00
Jorik Schellekens
854d75c41b
Better inner function names
2019-07-17 14:20:20 +01:00
Jorik Schellekens
d0dd14ccee
Remove unused function.
2019-07-17 14:18:31 +01:00
Jorik Schellekens
c9fa681937
Opentracing survival guide
2019-07-17 14:18:31 +01:00
Jorik Schellekens
161b8077f0
Typo
2019-07-17 14:18:31 +01:00
Jorik Schellekens
55a8ee509a
Context and edu utils
2019-07-17 14:18:31 +01:00
Jorik Schellekens
342840f884
Use the new clean contexts
2019-07-17 14:18:29 +01:00
Jorik Schellekens
64c6eee389
Try catch wrapping to make sure the span is finished
2019-07-17 14:17:22 +01:00
Jorik Schellekens
2006f7ae94
Add decerators for tracing functions
2019-07-15 10:21:21 +01:00
Erik Johnston
d86321300a
Merge pull request #5589 from matrix-org/erikj/admin_exfiltrate_data
...
Add basic function to get all data for a user out of synapse
2019-07-15 10:04:02 +01:00
Richard van der Hoff
d336b51331
Add a docker type to the towncrier configuration ( #5673 )
...
... and certain other changelog-related fixes
2019-07-12 17:27:07 +01:00
Richard van der Hoff
5f158ec039
Implement access token expiry ( #5660 )
...
Record how long an access token is valid for, and raise a soft-logout once it
expires.
2019-07-12 17:26:02 +01:00
Erik Johnston
db0a50bc40
Fixup docstrings
2019-07-12 16:59:59 +01:00
Andrew Morgan
24aa0e0a5b
fix typo: backgroud -> background
2019-07-12 15:29:40 +01:00
Richard van der Hoff
4c17a87606
fix changelog name
2019-07-12 11:47:24 +01:00
Ulrik Günther
d445b3ae57
Update reverse_proxy.rst ( #5397 )
...
Updates reverse_proxy.rst with information about nginx' URI normalisation.
2019-07-12 11:46:18 +01:00
Slavi Pantaleev
59f15309ca
Add missing space in default logging file format generated by the Docker image ( #5620 )
...
This adds a missing space, without which log lines appear uglier.
Signed-off-by: Slavi Pantaleev <slavi@devture.com >
2019-07-12 11:43:42 +01:00
Slavi Pantaleev
f369164761
Upgrade Alpine Linux used in the Docker image (3.8 -> 3.10) ( #5619 )
...
Alpine Linux 3.8 is still supported, but it seems like
it's quite outdated now.
While Python should be the same on both, all other libraries, etc.,
are much newer in Alpine 3.9 and 3.10.
Signed-off-by: Slavi Pantaleev <slavi@devture.com >
2019-07-12 11:38:25 +01:00
Richard van der Hoff
6bb0357c94
Add a mechanism for per-test configs ( #5657 )
...
It's useful to be able to tweak the homeserver config to be used for each
test. This PR adds a mechanism to do so.
2019-07-12 10:16:23 +01:00
Amber Brown
a83577d64f
Use /src for checking out synapse during sytests ( #5664 )
2019-07-11 23:43:41 +10:00
Lrizika
39e9839a04
Improved docs on setting up Postgresql ( #5661 )
...
Added that synapse_user needs a database to access before it can auth
Noted you'll need to enable password auth, linked to pg_hba.conf docs
2019-07-11 14:31:36 +01:00
Andrew Morgan
78a1cd36b5
small typo fix ( #5655 )
2019-07-11 13:33:23 +01:00