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

Issue 2553563003: Link Swarming Tasklist and Botlist together (Closed)

Created:
4 years ago by kjlubick
Modified:
4 years ago
Reviewers:
KevinL, jcgregorio, stephana
CC:
chromium-reviews, infra-reviews+luci-py_chromium.org, M-A Ruel
Target Ref:
refs/heads/master
Project:
luci-py
Visibility:
Public.

Description

Link Swarming Tasklist and Botlist together The "View matching" link will preserve dimensions between pages, allowing easy traversal and comparison. Additionally, there are some minor changes: - Add more GPU aliases - Don't show bot_cache stats if they aren't there - Fix bug where something like "gpu:8086:9874" wasn't considered a valid filter. - Bot-page now has a linkable dimensions (like task-page), which allows finding bots with identical dimensions. BUG= Committed: https://github.com/luci/luci-py/commit/0b80f3f3a1f449087b29d33d81014c2e5c4a452d

Patch Set 1 #

Patch Set 2 : Add bot-page link #

Patch Set 3 : rebase #

Total comments: 16

Patch Set 4 : Fix comments #

Patch Set 5 : More comments #

Patch Set 6 : Rebuild #

Unified diffs Side-by-side diffs Delta from patch set Stats (+228 lines, -24 lines) Patch
M appengine/swarming/ui/build/elements.html View 1 2 3 4 5 6 chunks +69 lines, -7 lines 0 comments Download
M appengine/swarming/ui/build/js/js.js View 1 chunk +1 line, -1 line 0 comments Download
M appengine/swarming/ui/res/imp/botlist/bot-filters.html View 1 2 3 4 4 chunks +20 lines, -4 lines 0 comments Download
M appengine/swarming/ui/res/imp/botpage/bot-page.html View 1 2 3 4 2 chunks +22 lines, -1 line 0 comments Download
M appengine/swarming/ui/res/imp/common/common-behavior.html View 1 2 3 4 2 chunks +46 lines, -3 lines 0 comments Download
M appengine/swarming/ui/res/imp/common/query-column-filter-behavior.html View 1 chunk +13 lines, -6 lines 0 comments Download
M appengine/swarming/ui/res/imp/tasklist/task-filters.html View 1 3 chunks +23 lines, -1 line 0 comments Download
M appengine/swarming/ui/res/imp/tasklist/task-list.html View 1 chunk +2 lines, -0 lines 0 comments Download
M appengine/swarming/ui/res/imp/tasklist/task-list-data.html View 4 chunks +29 lines, -0 lines 0 comments Download
M appengine/swarming/ui/res/imp/taskpage/task-page.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M appengine/swarming/ui/res/js/alias.js View 1 chunk +2 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 16 (7 generated)
kjlubick
See it live at https://2514-d64460c-tainted-kjlubick-dot-chromium-swarm-dev.appspot.com/botlist?c=id&c=os&c=task&c=status&c=pool&f=os%3AUbuntu&f=pool%3ATesting&l=100&s=id%3Aasc https://screenshot.googleplex.com/SEcQCVLdrFA https://screenshot.googleplex.com/293qVN2rFa4
4 years ago (2016-12-05 18:06:31 UTC) #2
stephana
https://codereview.chromium.org/2553563003/diff/40001/appengine/swarming/ui/res/imp/botlist/bot-filters.html File appengine/swarming/ui/res/imp/botlist/bot-filters.html (right): https://codereview.chromium.org/2553563003/diff/40001/appengine/swarming/ui/res/imp/botlist/bot-filters.html#newcode308 appengine/swarming/ui/res/imp/botlist/bot-filters.html:308: var cols = ["name", "state", "created_ts"]; Are these constants ...
4 years ago (2016-12-06 18:43:39 UTC) #4
kjlubick
https://codereview.chromium.org/2553563003/diff/40001/appengine/swarming/ui/res/imp/botlist/bot-filters.html File appengine/swarming/ui/res/imp/botlist/bot-filters.html (right): https://codereview.chromium.org/2553563003/diff/40001/appengine/swarming/ui/res/imp/botlist/bot-filters.html#newcode308 appengine/swarming/ui/res/imp/botlist/bot-filters.html:308: var cols = ["name", "state", "created_ts"]; On 2016/12/06 at ...
4 years ago (2016-12-06 18:50:32 UTC) #5
jcgregorio
lgtm Just some nits. https://codereview.chromium.org/2553563003/diff/40001/appengine/swarming/ui/res/imp/botlist/bot-filters.html File appengine/swarming/ui/res/imp/botlist/bot-filters.html (right): https://codereview.chromium.org/2553563003/diff/40001/appengine/swarming/ui/res/imp/botlist/bot-filters.html#newcode307 appengine/swarming/ui/res/imp/botlist/bot-filters.html:307: _matchingTasksLink: function(queryParams) { Use query_params ...
4 years ago (2016-12-06 18:51:55 UTC) #6
stephana
On 2016/12/06 18:51:55, jcgregorio wrote: > lgtm > > Just some nits. > > https://codereview.chromium.org/2553563003/diff/40001/appengine/swarming/ui/res/imp/botlist/bot-filters.html ...
4 years ago (2016-12-06 20:04:43 UTC) #7
kjlubick
https://codereview.chromium.org/2553563003/diff/40001/appengine/swarming/ui/res/imp/botlist/bot-filters.html File appengine/swarming/ui/res/imp/botlist/bot-filters.html (right): https://codereview.chromium.org/2553563003/diff/40001/appengine/swarming/ui/res/imp/botlist/bot-filters.html#newcode307 appengine/swarming/ui/res/imp/botlist/bot-filters.html:307: _matchingTasksLink: function(queryParams) { On 2016/12/06 at 18:51:54, jcgregorio wrote: ...
4 years ago (2016-12-06 20:05:28 UTC) #8
KevinL
lgtm
4 years ago (2016-12-06 20:08:54 UTC) #11
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/2553563003/100001
4 years ago (2016-12-06 20:09:03 UTC) #13
commit-bot: I haz the power
4 years ago (2016-12-06 20:13:05 UTC) #16
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://github.com/luci/luci-py/commit/0b80f3f3a1f449087b29d33d81014c2e5c4a452d

Powered by Google App Engine
This is Rietveld 408576698