summary refs log tree commit diff
path: root/tests/api/test_auth.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-02-09Revert "Reject additional path segments"Daniel Wagner-Hall3-6/+6
This reverts commit 1d19a5ec0fff73af9cee8c21118020b31be47379. iOS Console is apparently relying on these paths.
2016-02-09Measure some /sync related thingsErik Johnston2-150/+162
2016-02-09Revert to putting it around the entire blockErik Johnston1-124/+124
2016-02-09Don't create new logging contextErik Johnston1-12/+15
2016-02-09Fix bug in util.metrics.MeasureErik Johnston1-1/+3
2016-02-09Create new context when measuringErik Johnston1-2/+5
2016-02-09Don't measure across event stream call, as it lasts for a long time.Erik Johnston1-124/+124
2016-02-09Change logcontext warns to debugErik Johnston1-3/+3
2016-02-08Fix up logcontextsErik Johnston31-229/+356
2016-02-08Add metrics to pushersErik Johnston3-31/+149
2016-02-08Reject additional path segmentsDaniel Wagner-Hall3