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

Issue 2404883002: Add links to MP and resolve minor fixes (Closed)

Created:
4 years, 2 months ago by kjlubick
Modified:
4 years, 2 months ago
CC:
chromium-reviews, estaab, hinoka, infra-reviews+luci-py_chromium.org, smut
Target Ref:
refs/heads/master
Project:
luci-py
Visibility:
Public.

Description

Add links to MP and resolve minor fixes A big change here is how external linking happens. A prefix gets passed in through the server details api and is applied. milo_prefix and sk_revision_prefix have been added along with the one for Machine Provider. Machine provider stuff shows up on bot-list as well as bot-page. Fixed layout on bot-page with long ids Fixed disk_space being off by 6 orders of magnitude Fixed case where bot state could be "null" BUG=631047 Committed: https://github.com/luci/luci-py/commit/045063d086d171bf39d24fe258a7c04a570e0e6f

Patch Set 1 #

Patch Set 2 : Add proto changes #

Patch Set 3 : Fix test #

Total comments: 7

Patch Set 4 : Address easy comments #

Total comments: 4

Patch Set 5 : Address template feedback #

Patch Set 6 : Make machine provider also be a template #

Total comments: 4

Patch Set 7 : Add more generic approach to revision #

Total comments: 11

Patch Set 8 : Address Polymer comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+276 lines, -130 lines) Patch
M appengine/swarming/doc/Magic-Values.md View 1 2 3 4 5 6 7 1 chunk +8 lines, -0 lines 0 comments Download
M appengine/swarming/elements/Makefile View 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M appengine/swarming/elements/res/imp/botlist/bot-list.html View 1 2 3 4 5 6 7 11 chunks +49 lines, -10 lines 0 comments Download
M appengine/swarming/elements/res/imp/botlist/bot-list-data.html View 5 6 7 2 chunks +4 lines, -1 line 0 comments Download
M appengine/swarming/elements/res/imp/botlist/bot-list-demo.html View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M appengine/swarming/elements/res/imp/botlist/bot-list-shared-behavior.html View 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M appengine/swarming/elements/res/imp/botpage/bot-page.html View 1 2 3 4 5 6 7 6 chunks +15 lines, -8 lines 0 comments Download
M appengine/swarming/elements/res/imp/botpage/bot-page-data.html View 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M appengine/swarming/elements/res/imp/botpage/bot-page-demo.html View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M appengine/swarming/elements/res/imp/common/single-page-style.html View 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M appengine/swarming/elements/res/imp/common/swarming-app.html View 5 6 7 4 chunks +8 lines, -6 lines 0 comments Download
M appengine/swarming/elements/res/imp/index/swarming-index.html View 5 6 7 3 chunks +5 lines, -5 lines 0 comments Download
M appengine/swarming/elements/res/imp/tasklist/task-list.html View 1 2 3 4 5 6 7 5 chunks +14 lines, -13 lines 0 comments Download
M appengine/swarming/elements/res/imp/tasklist/task-list-data.html View 1 2 5 6 7 1 chunk +0 lines, -1 line 0 comments Download
M appengine/swarming/elements/res/imp/taskpage/task-page.html View 1 2 3 4 5 6 7 6 chunks +9 lines, -9 lines 0 comments Download
M appengine/swarming/elements/res/imp/taskpage/task-page-demo.html View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M appengine/swarming/handlers_endpoints.py View 1 2 3 4 5 6 7 2 chunks +15 lines, -1 line 0 comments Download
M appengine/swarming/handlers_endpoints_test.py View 1 2 3 4 5 6 7 1 chunk +3 lines, -0 lines 0 comments Download
M appengine/swarming/proto/bots_pb2.py View 1 5 6 7 6 chunks +35 lines, -15 lines 0 comments Download
M appengine/swarming/proto/config.proto View 1 2 3 4 5 6 7 1 chunk +4 lines, -0 lines 0 comments Download
M appengine/swarming/proto/config_pb2.py View 1 2 3 4 5 6 7 18 chunks +96 lines, -52 lines 0 comments Download
M appengine/swarming/swarming_rpcs.py View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
M appengine/swarming/templates/public_task_index.html View 1 5 6 7 1 chunk +1 line, -3 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 21 (8 generated)
kjlubick
Links: https://screenshot.googleplex.com/Q7nmWJxvW2y On bot list: https://screenshot.googleplex.com/X7VZJovAOjv On bot list (verbose): https://screenshot.googleplex.com/BwY4dfkuxB1 Unfortunately, the linking doesn't ...
4 years, 2 months ago (2016-10-10 14:40:33 UTC) #3
M-A Ruel
+Ryan and Erik fyi about milo back-links. https://codereview.chromium.org/2404883002/diff/40001/appengine/swarming/handlers_endpoints.py File appengine/swarming/handlers_endpoints.py (right): https://codereview.chromium.org/2404883002/diff/40001/appengine/swarming/handlers_endpoints.py#newcode139 appengine/swarming/handlers_endpoints.py:139: mpp = ...
4 years, 2 months ago (2016-10-11 16:26:55 UTC) #5
kjlubick
https://codereview.chromium.org/2404883002/diff/40001/appengine/swarming/handlers_endpoints.py File appengine/swarming/handlers_endpoints.py (right): https://codereview.chromium.org/2404883002/diff/40001/appengine/swarming/handlers_endpoints.py#newcode139 appengine/swarming/handlers_endpoints.py:139: mpp = "" On 2016/10/11 at 16:26:55, M-A Ruel ...
4 years, 2 months ago (2016-10-11 17:00:03 UTC) #6
estaab
https://codereview.chromium.org/2404883002/diff/60001/appengine/swarming/proto/config.proto File appengine/swarming/proto/config.proto (right): https://codereview.chromium.org/2404883002/diff/60001/appengine/swarming/proto/config.proto#newcode44 appengine/swarming/proto/config.proto:44: optional string milo_server_prefix = 11; We probably don't want ...
4 years, 2 months ago (2016-10-11 18:28:37 UTC) #8
kjlubick
https://codereview.chromium.org/2404883002/diff/60001/appengine/swarming/proto/config.proto File appengine/swarming/proto/config.proto (right): https://codereview.chromium.org/2404883002/diff/60001/appengine/swarming/proto/config.proto#newcode44 appengine/swarming/proto/config.proto:44: optional string milo_server_prefix = 11; On 2016/10/11 at 18:28:37, ...
4 years, 2 months ago (2016-10-12 13:55:56 UTC) #9
kjlubick
https://codereview.chromium.org/2404883002/diff/40001/appengine/swarming/proto/config.proto File appengine/swarming/proto/config.proto (right): https://codereview.chromium.org/2404883002/diff/40001/appengine/swarming/proto/config.proto#newcode46 appengine/swarming/proto/config.proto:46: // A partial url which a Skia git revision ...
4 years, 2 months ago (2016-10-12 13:59:51 UTC) #10
M-A Ruel
lgtm with comments https://codereview.chromium.org/2404883002/diff/90001/appengine/swarming/elements/res/imp/tasklist/task-list.html File appengine/swarming/elements/res/imp/tasklist/task-list.html (right): https://codereview.chromium.org/2404883002/diff/90001/appengine/swarming/elements/res/imp/tasklist/task-list.html#newcode251 appengine/swarming/elements/res/imp/tasklist/task-list.html:251: var specialColumns = ["deduped_from", "name", "state", ...
4 years, 2 months ago (2016-10-12 19:35:07 UTC) #11
kjlubick
https://codereview.chromium.org/2404883002/diff/90001/appengine/swarming/elements/res/imp/tasklist/task-list.html File appengine/swarming/elements/res/imp/tasklist/task-list.html (right): https://codereview.chromium.org/2404883002/diff/90001/appengine/swarming/elements/res/imp/tasklist/task-list.html#newcode251 appengine/swarming/elements/res/imp/tasklist/task-list.html:251: var specialColumns = ["deduped_from", "name", "state", "bot", "sk_revision"]; On ...
4 years, 2 months ago (2016-10-12 20:02:38 UTC) #12
jcgregorio
https://codereview.chromium.org/2404883002/diff/100001/appengine/swarming/elements/res/imp/botlist/bot-list-data.html File appengine/swarming/elements/res/imp/botlist/bot-list-data.html (right): https://codereview.chromium.org/2404883002/diff/100001/appengine/swarming/elements/res/imp/botlist/bot-list-data.html#newcode216 appengine/swarming/elements/res/imp/botlist/bot-list-data.html:216: bot.lease_expiration_ts = new Date(bot.lease_expiration_ts); lease_expiration_ts is in seconds but ...
4 years, 2 months ago (2016-10-13 12:03:46 UTC) #14
kjlubick
https://codereview.chromium.org/2404883002/diff/100001/appengine/swarming/elements/res/imp/botlist/bot-list-data.html File appengine/swarming/elements/res/imp/botlist/bot-list-data.html (right): https://codereview.chromium.org/2404883002/diff/100001/appengine/swarming/elements/res/imp/botlist/bot-list-data.html#newcode216 appengine/swarming/elements/res/imp/botlist/bot-list-data.html:216: bot.lease_expiration_ts = new Date(bot.lease_expiration_ts); On 2016/10/13 at 12:03:45, jcgregorio ...
4 years, 2 months ago (2016-10-13 12:26:49 UTC) #15
jcgregorio
lgtm https://codereview.chromium.org/2404883002/diff/100001/appengine/swarming/elements/res/imp/botlist/bot-list-data.html File appengine/swarming/elements/res/imp/botlist/bot-list-data.html (right): https://codereview.chromium.org/2404883002/diff/100001/appengine/swarming/elements/res/imp/botlist/bot-list-data.html#newcode216 appengine/swarming/elements/res/imp/botlist/bot-list-data.html:216: bot.lease_expiration_ts = new Date(bot.lease_expiration_ts); On 2016/10/13 at 12:26:49, ...
4 years, 2 months ago (2016-10-13 12:43:12 UTC) #16
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/2404883002/110001
4 years, 2 months ago (2016-10-13 12:46:40 UTC) #19
commit-bot: I haz the power
4 years, 2 months ago (2016-10-13 12:50:24 UTC) #21
Message was sent while issue was closed.
Committed patchset #8 (id:110001) as
https://github.com/luci/luci-py/commit/045063d086d171bf39d24fe258a7c04a570e0e6f

Powered by Google App Engine
This is Rietveld 408576698