Dashboard - Refactor api_request_handler and split anonymous posts |
||
Issue descriptionRight now we allow both anonymous and privileged via api_request_handler, would like to make it more explicit whether you're responding to a privileged request or not. Will split authorizedPost into privilegedPost and unprivilegedPost(). Follow up will be to switch Pinpoint's isolate handler to fall back in unprivileged to using the whitelist
,
Sep 10
,
Sep 10
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/733447a48315ad0191720f2f382204024964f6ee commit 733447a48315ad0191720f2f382204024964f6ee Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 10 19:58:18 2018 Roll src/third_party/catapult 0c8cc6141c62..77a15654a753 (2 commits) https://chromium.googlesource.com/catapult.git/+log/0c8cc6141c62..77a15654a753 git log 0c8cc6141c62..77a15654a753 --date=short --no-merges --format='%ad %ae %s' 2018-09-10 simonhatch@chromium.org Dashboard - Make privileged and unprivileged access explicit 2018-09-10 jbudorick@chromium.org devil: remove references to chromium-side .gni. Created with: gclient setdep -r src/third_party/catapult@77a15654a753 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG= chromium:882504 , chromium:881910 TBR=sullivan@chromium.org Change-Id: I8dc56fda01b40bf75918241eb39845a1c2a28d3b Reviewed-on: https://chromium-review.googlesource.com/1216866 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#590030} [modify] https://crrev.com/733447a48315ad0191720f2f382204024964f6ee/DEPS |
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Sep 10