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

Issue 1949763002: [Findit] Adding try job dashboard (Closed)

Created:
4 years, 7 months ago by lijeffrey
Modified:
4 years, 7 months ago
Reviewers:
chanli, stgao
CC:
chromium-reviews, infra-reviews+infra_chromium.org, Sharu Jiang
Base URL:
https://chromium.googlesource.com/infra/infra.git@master
Target Ref:
refs/heads/master
Project:
infra
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Fixing bug where fields are missing from data #

Total comments: 16

Patch Set 3 : Addressing comments and adding unit tests #

Total comments: 8

Patch Set 4 : Addressing nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+448 lines, -0 lines) Patch
A appengine/findit/handlers/test/try_job_dashboard_test.py View 1 2 3 1 chunk +157 lines, -0 lines 0 comments Download
A appengine/findit/handlers/try_job_dashboard.py View 1 2 3 1 chunk +109 lines, -0 lines 0 comments Download
M appengine/findit/main.py View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
A appengine/findit/templates/try_job_dashboard.html View 1 2 3 1 chunk +180 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (5 generated)
lijeffrey
This is an initial review for the try job dashboard. Currently I am working on ...
4 years, 7 months ago (2016-05-03 22:15:39 UTC) #3
chanli
https://codereview.chromium.org/1949763002/diff/20001/appengine/findit/handlers/test/try_job_dashboard_test.py File appengine/findit/handlers/test/try_job_dashboard_test.py (right): https://codereview.chromium.org/1949763002/diff/20001/appengine/findit/handlers/test/try_job_dashboard_test.py#newcode10 appengine/findit/handlers/test/try_job_dashboard_test.py:10: from testing_utils import testing After recent change, I think ...
4 years, 7 months ago (2016-05-03 23:58:31 UTC) #4
stgao
https://codereview.chromium.org/1949763002/diff/20001/appengine/findit/handlers/try_job_dashboard.py File appengine/findit/handlers/try_job_dashboard.py (right): https://codereview.chromium.org/1949763002/diff/20001/appengine/findit/handlers/try_job_dashboard.py#newcode47 appengine/findit/handlers/try_job_dashboard.py:47: wf_analysis_query = WfTryJobData.query( naming nit: wf_analysis_query. https://codereview.chromium.org/1949763002/diff/20001/appengine/findit/handlers/try_job_dashboard.py#newcode86 appengine/findit/handlers/try_job_dashboard.py:86: try_job_display_data['end_time'] ...
4 years, 7 months ago (2016-05-04 00:00:53 UTC) #5
lijeffrey
Comments addressed, ptal. https://codereview.chromium.org/1949763002/diff/20001/appengine/findit/handlers/test/try_job_dashboard_test.py File appengine/findit/handlers/test/try_job_dashboard_test.py (right): https://codereview.chromium.org/1949763002/diff/20001/appengine/findit/handlers/test/try_job_dashboard_test.py#newcode10 appengine/findit/handlers/test/try_job_dashboard_test.py:10: from testing_utils import testing On 2016/05/03 ...
4 years, 7 months ago (2016-05-04 20:20:17 UTC) #6
chanli
On 2016/05/04 20:20:17, lijeffrey wrote: > Comments addressed, ptal. > > https://codereview.chromium.org/1949763002/diff/20001/appengine/findit/handlers/test/try_job_dashboard_test.py > File appengine/findit/handlers/test/try_job_dashboard_test.py ...
4 years, 7 months ago (2016-05-04 20:33:37 UTC) #7
stgao
lgtm with nits. https://codereview.chromium.org/1949763002/diff/40001/appengine/findit/handlers/try_job_dashboard.py File appengine/findit/handlers/try_job_dashboard.py (right): https://codereview.chromium.org/1949763002/diff/40001/appengine/findit/handlers/try_job_dashboard.py#newcode42 appengine/findit/handlers/try_job_dashboard.py:42: '%Y-%m-%d %H:%M:%S UTC') no need to ...
4 years, 7 months ago (2016-05-04 21:13:36 UTC) #8
lijeffrey
https://codereview.chromium.org/1949763002/diff/40001/appengine/findit/handlers/try_job_dashboard.py File appengine/findit/handlers/try_job_dashboard.py (right): https://codereview.chromium.org/1949763002/diff/40001/appengine/findit/handlers/try_job_dashboard.py#newcode42 appengine/findit/handlers/try_job_dashboard.py:42: '%Y-%m-%d %H:%M:%S UTC') On 2016/05/04 21:13:36, stgao wrote: > ...
4 years, 7 months ago (2016-05-04 21:43:21 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1949763002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1949763002/60001
4 years, 7 months ago (2016-05-04 21:43:54 UTC) #12
commit-bot: I haz the power
4 years, 7 months ago (2016-05-04 21:47:33 UTC) #14
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/infra/infra/+/ac711279b23ea8f985d2a1c2fe84a...

Powered by Google App Engine
This is Rietveld 408576698