Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-11-28 | Clear logcontext before starting fed txn queue runner | Richard van der Hoff | 2 | -9/+18 | |
These processes take a long time compared to the request, so there is lots of "Entering|Restoring dead context" in the logs. Let's try to shut it up a bit. | |||||
2017-11-28 | Allow guest access to group APIs for reading | Luke Barnard | 1 | -11/+11 | |
2017-11-27 | Improve tracebacks on exceptions | Richard van der Hoff | 1 | -3/+9 | |
Use failure.Failure to recover our failure, which will give us a useful stacktrace, unlike the rethrown exception. | |||||
2017-11-27 | Avoid retrying forever on IntegrityError | Richard van der Hoff | 1 | -0/+7 | |
2017-11-24 | Fix error handling on dns lookup | Richard van der Hoff | 1 | -2/+4 | |
pass the right arguments to the errback handler Fixes "TypeError('eb() takes exactly 2 arguments (1 given)',)" | |||||
2017-11-24 | Add a comment which might save some confusion | Richard van der Hoff | 1 | -0/+1 | |
2017-11-24 | Remove dead sync_callback | Richard van der Hoff | 1 | -2/+0 | |
This is never used; let's remove it to stop confusing things. | |||||
2017-11-23 | Fix some logcontext leaks in replication resource | Richard van der Hoff | 1 | -2/+4 | |
The @measure_func annotations rely on the wrapped function respecting the logcontext rules. Add the necessary yields to make this work. | |||||
2017-11-23 | Fix OPTIONS on preview_url | Richard van der Hoff | 1 | -1/+5 | |
Fixes #2706 | |||||
2017-11-22 | fix sql fails | Richard van der Hoff | 1 | -1/+1 | |
2017-11-22 | Check database in has_completed_background_updates | Richard van der Hoff | 3 | -12/+33 | |
so that the right thing happens on workers. | |||||
2017-11-22 | Add config option to disable media_repo on main synapse | Richard van der Hoff | 4 | -9/+30 | |
... to stop us doing the cache cleanup jobs on the master. | |||||
2017-11-22 | Build MediaRepositoryResource as a homeserver dependency | Richard van der Hoff | 4 | -5/+19 | |
This avoids the scenario where we have four different PreviewUrlResources configured on a single app, each of which have their own caches and cache clearing jobs. | |||||
2017-11-21 | Improve documentation of workers | Richard van der Hoff | 1 | -21/+133 | |
Fixes https://github.com/matrix-org/synapse/issues/2554 | |||||
2017-11-21 | sanity checks | Matthew Hodgson | 1 | -1/+4 | |
2017-11-21 | Clean up dependency list | Richard van der Hoff | 1 | -16/+15 | |
remove those that aren't used at all, and replace the ones that don't have builders with simple getters rather than dynamically-generated methods. | |||||
2017-11-21 | Fix error on sqlite 3.7 | Richard van der Hoff | 5 | -8/ |