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

Issue 2289723003: Make times easier to read on task list (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:
https://chromium.googlesource.com/external/github.com/luci/luci-py@master
Target Ref:
refs/heads/master
Project:
luci-py
Visibility:
Public.

Description

Make times easier to read on task list This uses the toLocaleString(), which should use the user's time zone and date preference (e.g. mm/dd/yyyy vs dd/mm/yyyy) Also fix the vanished checkboxes on the task list filter BUG=631047 Committed: https://github.com/luci/luci-py/commit/aaedcfee957db268baecd1c7d854cbc58e331dab

Patch Set 1 #

Total comments: 2

Patch Set 2 : deduplicate time zone work #

Total comments: 2

Patch Set 3 : Add documentation #

Total comments: 1

Patch Set 4 : Typo #

Unified diffs Side-by-side diffs Delta from patch set Stats (+114 lines, -14 lines) Patch
M appengine/swarming/elements/build/elements.html View 1 8 chunks +54 lines, -7 lines 0 comments Download
M appengine/swarming/elements/res/imp/tasklist/task-filters.html View 3 chunks +8 lines, -1 line 0 comments Download
M appengine/swarming/elements/res/imp/tasklist/task-list.html View 1 2 3 2 chunks +35 lines, -1 line 0 comments Download
M appengine/swarming/elements/res/imp/tasklist/task-list-data.html View 1 4 chunks +17 lines, -5 lines 0 comments Download

Messages

Total messages: 16 (6 generated)
kjlubick
https://screenshot.googleplex.com/Qy35WbjAvvR
4 years, 3 months ago (2016-08-29 13:23:02 UTC) #3
kjlubick
4 years, 3 months ago (2016-08-29 13:23:16 UTC) #4
jcgregorio
https://codereview.chromium.org/2289723003/diff/1/appengine/swarming/elements/res/imp/tasklist/task-list-data.html File appengine/swarming/elements/res/imp/tasklist/task-list-data.html (right): https://codereview.chromium.org/2289723003/diff/1/appengine/swarming/elements/res/imp/tasklist/task-list-data.html#newcode254 appengine/swarming/elements/res/imp/tasklist/task-list-data.html:254: var timeZone = str.substring(str.indexOf("(")) The timezone is always going ...
4 years, 3 months ago (2016-08-29 13:28:14 UTC) #5
kjlubick
https://codereview.chromium.org/2289723003/diff/1/appengine/swarming/elements/res/imp/tasklist/task-list-data.html File appengine/swarming/elements/res/imp/tasklist/task-list-data.html (right): https://codereview.chromium.org/2289723003/diff/1/appengine/swarming/elements/res/imp/tasklist/task-list-data.html#newcode254 appengine/swarming/elements/res/imp/tasklist/task-list-data.html:254: var timeZone = str.substring(str.indexOf("(")) On 2016/08/29 at 13:28:14, jcgregorio ...
4 years, 3 months ago (2016-08-29 13:36:49 UTC) #6
stephana
https://codereview.chromium.org/2289723003/diff/20001/appengine/swarming/elements/res/imp/tasklist/task-list.html File appengine/swarming/elements/res/imp/tasklist/task-list.html (right): https://codereview.chromium.org/2289723003/diff/20001/appengine/swarming/elements/res/imp/tasklist/task-list.html#newcode215 appengine/swarming/elements/res/imp/tasklist/task-list.html:215: function humanTime(attr) { There is a lot of abstraction, ...
4 years, 3 months ago (2016-08-29 13:41:10 UTC) #7
kjlubick
https://codereview.chromium.org/2289723003/diff/20001/appengine/swarming/elements/res/imp/tasklist/task-list.html File appengine/swarming/elements/res/imp/tasklist/task-list.html (right): https://codereview.chromium.org/2289723003/diff/20001/appengine/swarming/elements/res/imp/tasklist/task-list.html#newcode215 appengine/swarming/elements/res/imp/tasklist/task-list.html:215: function humanTime(attr) { On 2016/08/29 at 13:41:10, stephana wrote: ...
4 years, 3 months ago (2016-08-29 13:46:33 UTC) #8
jcgregorio
lgtm https://codereview.chromium.org/2289723003/diff/40001/appengine/swarming/elements/res/imp/tasklist/task-list.html File appengine/swarming/elements/res/imp/tasklist/task-list.html (right): https://codereview.chromium.org/2289723003/diff/40001/appengine/swarming/elements/res/imp/tasklist/task-list.html#newcode252 appengine/swarming/elements/res/imp/tasklist/task-list.html:252: // Given a time attribute like "abandoned_ts", humanTime ...
4 years, 3 months ago (2016-08-29 14:02:45 UTC) #9
KevinL
lgtm
4 years, 3 months ago (2016-08-29 14:53:06 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/2289723003/60001
4 years, 3 months ago (2016-08-29 14:53:16 UTC) #14
commit-bot: I haz the power
4 years, 3 months ago (2016-08-29 14:56:33 UTC) #16
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://github.com/luci/luci-py/commit/aaedcfee957db268baecd1c7d854cbc58e331dab

Powered by Google App Engine
This is Rietveld 408576698