Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-02-09 | Fix unit tests | Erik Johnston | 2 | -5/+9 | |
2016-02-09 | Remove pyc files before running tests | Daniel Wagner-Hall | 1 | -1/+1 | |
2016-02-09 | Revert "Reject additional path segments" | Daniel Wagner-Hall | 3 | -6/+6 | |
This reverts commit 1d19a5ec0fff73af9cee8c21118020b31be47379. iOS Console is apparently relying on these paths. | |||||
2016-02-09 | Measure some /sync related things | Erik Johnston | 2 | -150/+162 | |
2016-02-09 | Revert to putting it around the entire block | Erik Johnston | 1 | -124/+124 | |
2016-02-09 | Don't create new logging context | Erik Johnston | 1 | -12/+15 | |
2016-02-09 | Fix bug in util.metrics.Measure | Erik Johnston | 1 | -1/+3 | |
2016-02-09 | Create new context when measuring | Erik Johnston | 1 | -2/+5 | |
2016-02-09 | Don't measure across event stream call, as it lasts for a long time. | Erik Johnston | 1 | -124/+124 | |
2016-02-09 | Change logcontext warns to debug | Erik Johnston | 1 | -3/+3 | |
2016-02-08 | Fix up logcontexts |