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

Issue 2337363004: Add task-page (Closed)

Created:
4 years, 3 months ago by kjlubick
Modified:
4 years, 3 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-data
Target Ref:
refs/heads/master
Project:
luci-py
Visibility:
Public.

Description

Add task-page None of the buttons work yet, will add in future CL BUG=631047 Committed: https://github.com/luci/luci-py/commit/5e7156b6ab1254530c4e1fc0b3a470697fa9e4f7

Patch Set 1 #

Patch Set 2 : build #

Patch Set 3 : Address nits #

Patch Set 4 : wrong branch #

Total comments: 7

Patch Set 5 : Debounce requests #

Patch Set 6 : Address Stephan's comments #

Patch Set 7 : Styling tweaks #

Patch Set 8 : Line up buttons and tabs #

Patch Set 9 : Alignment take 2 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+702 lines, -74 lines) Patch
M appengine/swarming/elements/build/elements.html View 1 2 3 4 5 6 7 8 3 chunks +3 lines, -3 lines 0 comments Download
M appengine/swarming/elements/res/imp/botpage/bot-page.html View 1 2 3 4 5 2 chunks +2 lines, -1 line 0 comments Download
M appengine/swarming/elements/res/imp/common/common-behavior.html View 1 2 3 4 5 1 chunk +22 lines, -11 lines 0 comments Download
M appengine/swarming/elements/res/imp/common/single-page-style.html View 1 2 3 4 5 6 8 3 chunks +12 lines, -16 lines 0 comments Download
A appengine/swarming/elements/res/imp/common/task-behavior.html View 1 2 3 4 5 1 chunk +101 lines, -0 lines 0 comments Download
M appengine/swarming/elements/res/imp/tasklist/task-filters.html View 1 2 3 4 5 2 chunks +11 lines, -6 lines 0 comments Download
M appengine/swarming/elements/res/imp/tasklist/task-list.html View 1 2 3 4 5 5 chunks +4 lines, -30 lines 0 comments Download
M appengine/swarming/elements/res/imp/tasklist/task-list-data.html View 1 2 3 4 5 4 chunks +9 lines, -4 lines 0 comments Download
M appengine/swarming/elements/res/imp/taskpage/task-page.html View 1 2 3 4 5 6 7 8 4 chunks +535 lines, -2 lines 0 comments Download
M appengine/swarming/elements/res/imp/taskpage/task-page-data.html View 1 2 3 4 5 3 chunks +3 lines, -1 line 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 17 (5 generated)
kjlubick
Live at https://2341-3f797a9-tainted-kjlubick-dot-chromium-swarm-dev.appspot.com/newui/task?id=31476c8849e23310&refresh=10&show_raw=1 Better demo at https://goto.google.com/oqreu with better mock data Can change the 001 ...
4 years, 3 months ago (2016-09-15 16:33:37 UTC) #2
stephana
https://codereview.chromium.org/2337363004/diff/60001/appengine/swarming/elements/res/imp/taskpage/task-page.html File appengine/swarming/elements/res/imp/taskpage/task-page.html (right): https://codereview.chromium.org/2337363004/diff/60001/appengine/swarming/elements/res/imp/taskpage/task-page.html#newcode147 appengine/swarming/elements/res/imp/taskpage/task-page.html:147: <template is="dom-if" if="[[_wasPickedUp(_result)]]"> Could these dom-if's be replaced with ...
4 years, 3 months ago (2016-09-20 13:16:35 UTC) #3
kjlubick
Also added in Joe's styling comments https://codereview.chromium.org/2337363004/diff/60001/appengine/swarming/elements/res/imp/taskpage/task-page.html File appengine/swarming/elements/res/imp/taskpage/task-page.html (right): https://codereview.chromium.org/2337363004/diff/60001/appengine/swarming/elements/res/imp/taskpage/task-page.html#newcode147 appengine/swarming/elements/res/imp/taskpage/task-page.html:147: <template is="dom-if" if="[[_wasPickedUp(_result)]]"> ...
4 years, 3 months ago (2016-09-20 19:44:25 UTC) #4
jcgregorio
On 2016/09/20 at 19:44:25, kjlubick wrote: > Also added in Joe's styling comments > > ...
4 years, 3 months ago (2016-09-20 19:54:27 UTC) #5
stephana
lgtm https://codereview.chromium.org/2337363004/diff/60001/appengine/swarming/elements/res/imp/taskpage/task-page.html File appengine/swarming/elements/res/imp/taskpage/task-page.html (right): https://codereview.chromium.org/2337363004/diff/60001/appengine/swarming/elements/res/imp/taskpage/task-page.html#newcode147 appengine/swarming/elements/res/imp/taskpage/task-page.html:147: <template is="dom-if" if="[[_wasPickedUp(_result)]]"> On 2016/09/20 19:44:25, kjlubick wrote: ...
4 years, 3 months ago (2016-09-20 20:07:18 UTC) #6
kjlubick
On 2016/09/20 at 19:54:27, jcgregorio wrote: > > One last UI nit: https://screenshot.googleplex.com/DVTQ7br0k91.png > > ...
4 years, 3 months ago (2016-09-20 20:09:57 UTC) #7
jcgregorio
On 2016/09/20 at 20:09:57, kjlubick wrote: > On 2016/09/20 at 19:54:27, jcgregorio wrote: > > ...
4 years, 3 months ago (2016-09-20 20:12:44 UTC) #8
kjlubick
On 2016/09/20 at 20:12:44, jcgregorio wrote: > On 2016/09/20 at 20:09:57, kjlubick wrote: > > ...
4 years, 3 months ago (2016-09-20 20:23:04 UTC) #9
jcgregorio
lgtm
4 years, 3 months ago (2016-09-20 20:23:44 UTC) #10
KevinL
lgtm
4 years, 3 months ago (2016-09-20 20:24:14 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/2337363004/160001
4 years, 3 months ago (2016-09-20 20:24:21 UTC) #15
commit-bot: I haz the power
4 years, 3 months ago (2016-09-20 20:27:40 UTC) #17
Message was sent while issue was closed.
Committed patchset #9 (id:160001) as
https://github.com/luci/luci-py/commit/5e7156b6ab1254530c4e1fc0b3a470697fa9e4f7

Powered by Google App Engine
This is Rietveld 408576698