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

Issue 2350853004: Make the buttons on task-page work (Closed)

Created:
4 years, 3 months ago by kjlubick
Modified:
4 years, 2 months ago
Reviewers:
KevinL, jcgregorio, stephana
CC:
chromium-reviews, infra-reviews+luci-py_chromium.org, M-A Ruel
Base URL:
git@github.com:luci/luci-py@task-page2
Target Ref:
refs/heads/master
Project:
luci-py
Visibility:
Public.

Description

Make the buttons on task-page work You can now cancel and retry tasks from the task-page. When retrying a task, all the current properties of the task are copied into the new task and "(retry)" is appended to the name. Additionally, the user field is set to be whoever is logged in. If the retry is successfully requested, the task page will auto redirect to it. The refresh interval actually works, making the stdout and milo refresh. The Requested Dimensions now has a link to the botlist with all those dimensions, so one can see which bots could pick up a given task. The times on task-page now have their full timestamps as mouseovers. BUG=631047 Committed: https://github.com/luci/luci-py/commit/aac687d9ab71b04582a39e8ec3230c4579ec93e2

Patch Set 1 #

Patch Set 2 : Fix problem with body #

Patch Set 3 : rebase #

Patch Set 4 : Rebase #

Patch Set 5 : Tweak docs #

Patch Set 6 : Refresh milo too #

Patch Set 7 : Rebuild #

Total comments: 10

Patch Set 8 : Fix promses #

Unified diffs Side-by-side diffs Delta from patch set Stats (+264 lines, -53 lines) Patch
M appengine/swarming/elements/Makefile View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M appengine/swarming/elements/build/elements.html View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M appengine/swarming/elements/build/js/js.js View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M appengine/swarming/elements/res/imp/common/auth-signin.html View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M appengine/swarming/elements/res/imp/common/common-behavior.html View 1 2 3 4 5 6 7 2 chunks +18 lines, -1 line 0 comments Download
A appengine/swarming/elements/res/imp/common/interval-timer.html View 1 2 3 4 5 6 7 1 chunk +51 lines, -0 lines 0 comments Download
M appengine/swarming/elements/res/imp/common/swarming-app.html View 2 chunks +5 lines, -0 lines 0 comments Download
M appengine/swarming/elements/res/imp/taskpage/task-page.html View 1 2 3 4 5 6 7 13 chunks +139 lines, -19 lines 0 comments Download
M appengine/swarming/elements/res/imp/taskpage/task-page-data.html View 1 2 3 4 5 6 5 chunks +12 lines, -26 lines 0 comments Download
M appengine/swarming/elements/res/imp/taskpage/task-page-demo.html View 1 2 3 4 5 6 2 chunks +23 lines, -0 lines 0 comments Download
M appengine/swarming/elements/res/js/common.js View 1 2 3 4 5 6 7 1 chunk +10 lines, -3 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 16 (9 generated)
kjlubick
Try out the retrying on the staging server: https://2341-3f797a9-tainted-kjlubick-dot-chromium-swarm-dev.appspot.com/newui/task?id=3165b5ed169a4610&refresh=10&show_raw=1
4 years, 3 months ago (2016-09-21 13:20:16 UTC) #7
jcgregorio
https://codereview.chromium.org/2350853004/diff/120001/appengine/swarming/elements/res/imp/common/common-behavior.html File appengine/swarming/elements/res/imp/common/common-behavior.html (right): https://codereview.chromium.org/2350853004/diff/120001/appengine/swarming/elements/res/imp/common/common-behavior.html#newcode118 appengine/swarming/elements/res/imp/common/common-behavior.html:118: // )timeDiffApprox returns the approximate difference between now and ...
4 years, 3 months ago (2016-09-21 14:22:04 UTC) #8
kjlubick
https://codereview.chromium.org/2350853004/diff/120001/appengine/swarming/elements/res/imp/common/common-behavior.html File appengine/swarming/elements/res/imp/common/common-behavior.html (right): https://codereview.chromium.org/2350853004/diff/120001/appengine/swarming/elements/res/imp/common/common-behavior.html#newcode118 appengine/swarming/elements/res/imp/common/common-behavior.html:118: // )timeDiffApprox returns the approximate difference between now and ...
4 years, 3 months ago (2016-09-21 14:51:38 UTC) #9
jcgregorio
lgtm
4 years, 3 months ago (2016-09-21 14:52:44 UTC) #10
KevinL
lgtm
4 years, 2 months ago (2016-09-21 18:06:43 UTC) #12
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/2350853004/140001
4 years, 2 months ago (2016-09-21 18:06:51 UTC) #14
commit-bot: I haz the power
4 years, 2 months ago (2016-09-21 18:10:07 UTC) #16
Message was sent while issue was closed.
Committed patchset #8 (id:140001) as
https://github.com/luci/luci-py/commit/aac687d9ab71b04582a39e8ec3230c4579ec93e2

Powered by Google App Engine
This is Rietveld 408576698