Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(289)

Issue 2249803003: Create Tasks.Tags endpoint and Cron job (Closed)

Created:
4 years, 4 months ago by kjlubick
Modified:
4 years, 4 months ago
Reviewers:
M-A Ruel
CC:
chromium-reviews, infra-reviews+luci-py_chromium.org
Base URL:
https://chromium.googlesource.com/external/github.com/luci/luci-py@master
Target Ref:
refs/heads/master
Project:
luci-py
Visibility:
Public.

Description

Create Tasks.Tags endpoint and Cron job BUG=631047 Committed: https://github.com/luci/luci-py/commit/83683a555eeecebca47baf6bfb59916fb4cd5731

Patch Set 1 #

Patch Set 2 : Add handlers_endpoint and tests #

Total comments: 10

Patch Set 3 : Address comments. #

Patch Set 4 : Docs #

Unified diffs Side-by-side diffs Delta from patch set Stats (+135 lines, -2 lines) Patch
M appengine/swarming/cron.yaml View 1 chunk +4 lines, -0 lines 0 comments Download
M appengine/swarming/handlers_backend.py View 1 2 3 4 chunks +39 lines, -0 lines 0 comments Download
M appengine/swarming/handlers_endpoints.py View 1 2 1 chunk +14 lines, -0 lines 0 comments Download
M appengine/swarming/handlers_endpoints_test.py View 1 2 1 chunk +29 lines, -0 lines 0 comments Download
M appengine/swarming/handlers_test.py View 1 3 chunks +27 lines, -2 lines 0 comments Download
M appengine/swarming/server/task_result.py View 1 chunk +15 lines, -0 lines 0 comments Download
M appengine/swarming/swarming_rpcs.py View 1 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (5 generated)
kjlubick
4 years, 4 months ago (2016-08-16 01:48:55 UTC) #3
M-A Ruel
lgtm, let's see if it actually work on production, maybe not. https://codereview.chromium.org/2249803003/diff/20001/appengine/swarming/handlers_backend.py File appengine/swarming/handlers_backend.py (right): ...
4 years, 4 months ago (2016-08-16 15:37:22 UTC) #4
kjlubick
https://codereview.chromium.org/2249803003/diff/20001/appengine/swarming/handlers_backend.py File appengine/swarming/handlers_backend.py (right): https://codereview.chromium.org/2249803003/diff/20001/appengine/swarming/handlers_backend.py#newcode142 appengine/swarming/handlers_backend.py:142: tasks, cursor = datastore_utils.fetch_page(q, 1000, cursor) On 2016/08/16 at ...
4 years, 4 months ago (2016-08-16 17:20:45 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2249803003/60001
4 years, 4 months ago (2016-08-16 17:20:52 UTC) #8
commit-bot: I haz the power
4 years, 4 months ago (2016-08-16 17:24:07 UTC) #10
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://github.com/luci/luci-py/commit/83683a555eeecebca47baf6bfb59916fb4cd5731

Powered by Google App Engine
This is Rietveld 408576698