Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-10-23 | Give some more things logcontexts (#4077) | Richard van der Hoff | 3 | -7/+12 | |
2018-10-23 | Correctly account for cpu usage by background threads (#4074) | Richard van der Hoff | 6 | -80/+97 | |
Wrap calls to deferToThread() in a thing which uses a child logcontext to attribute CPU usage to the right request. While we're in the area, remove the logcontext_tracer stuff, which is never used, and afaik doesn't work. Fixes #4064 | |||||
2018-10-21 | uh, Matrix is called Matrix these days... | Matthew Hodgson | 1 | -2/+4 | |
2018-10-20 | Run MAU queries as background processes | Richard van der Hoff | 2 | -8/+23 | |
Fixes #3820 | |||||
2018-10-20 | Make scripts/ and scripts-dev/ pass pyflakes (and the rest of the codebase ↵ | Amber Brown | 27 | -518/+511 | |
on py3) (#4068) | |||||
2018-10-19 | Make psutil an explicit dependency | Richard van der Hoff | 3 | -10/+6 | |
As of #4027, we require psutil to be installed, so it should be in our dependency list. We can also remove some of the conditional import code introduced by #992. Fixes #4062. | |||||
2018-10-19 | Remove notes on fallback for email_templates | Richard van der Hoff | 2 | -8/+0 | |
This fallback didn't work, and was removed in #4069. | |||||
2018-10-19 | Calculate absolute path for email templates | Richard van der Hoff | 3 | -28/+21 | |
2018-10-19 | Fix manhole on py3 (pt 2) (#4067) | Amber Brown | 2 | -0/+3 | |
2018-10-19 | Make the |