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

Issue 2208143002: [Findit] Filters for dashboard (Closed)

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

Description

Patch Set 1 #

Total comments: 9

Patch Set 2 : lint, addressed comments, tests #

Total comments: 17

Patch Set 3 : addressed comments #

Patch Set 4 : Merge branch 'master' of https://chromium.googlesource.com/infra/infra into dashboard-filter #

Unified diffs Side-by-side diffs Delta from patch set Stats (+219 lines, -1 line) Patch
A appengine/findit/handlers/flake/filter_flake.py View 1 2 1 chunk +61 lines, -0 lines 0 comments Download
A appengine/findit/handlers/flake/test/filter_flake_test.py View 1 2 1 chunk +147 lines, -0 lines 0 comments Download
M appengine/findit/templates/flake/dashboard.html View 1 2 3 2 chunks +11 lines, -1 line 0 comments Download

Messages

Total messages: 22 (7 generated)
caiw
4 years, 4 months ago (2016-08-03 21:20:24 UTC) #2
chanli
I just have a couple of nits. I'll take another round of review when you ...
4 years, 4 months ago (2016-08-03 21:32:50 UTC) #3
lijeffrey
Can you deploy a test version and share a link for what this modification will ...
4 years, 4 months ago (2016-08-04 21:03:21 UTC) #4
caiw
https://codereview.chromium.org/2208143002/diff/1/appengine/findit/handlers/flake/filter_flake.py File appengine/findit/handlers/flake/filter_flake.py (right): https://codereview.chromium.org/2208143002/diff/1/appengine/findit/handlers/flake/filter_flake.py#newcode16 appengine/findit/handlers/flake/filter_flake.py:16: On 2016/08/03 21:32:50, chanli wrote: > Too many empty ...
4 years, 4 months ago (2016-08-05 20:35:08 UTC) #5
caiw
I should mention the dashboard can be viewed at https://caiw4-dot-findit-for-me.appspot.com/waterfall/flake-dashboard
4 years, 4 months ago (2016-08-05 20:37:24 UTC) #6
chanli
https://codereview.chromium.org/2208143002/diff/20001/appengine/findit/handlers/flake/filter_flake.py File appengine/findit/handlers/flake/filter_flake.py (right): https://codereview.chromium.org/2208143002/diff/20001/appengine/findit/handlers/flake/filter_flake.py#newcode44 appengine/findit/handlers/flake/filter_flake.py:44: master_flake_analysis_query = Filter( I suggested add query at the ...
4 years, 4 months ago (2016-08-05 23:29:41 UTC) #7
caiw
https://codereview.chromium.org/2208143002/diff/20001/appengine/findit/handlers/flake/filter_flake.py File appengine/findit/handlers/flake/filter_flake.py (right): https://codereview.chromium.org/2208143002/diff/20001/appengine/findit/handlers/flake/filter_flake.py#newcode44 appengine/findit/handlers/flake/filter_flake.py:44: master_flake_analysis_query = Filter( On 2016/08/05 23:29:41, chanli wrote: > ...
4 years, 4 months ago (2016-08-08 20:41:49 UTC) #8
chanli
On 2016/08/08 20:41:49, caiw wrote: > https://codereview.chromium.org/2208143002/diff/20001/appengine/findit/handlers/flake/filter_flake.py > File appengine/findit/handlers/flake/filter_flake.py (right): > > https://codereview.chromium.org/2208143002/diff/20001/appengine/findit/handlers/flake/filter_flake.py#newcode44 > ...
4 years, 4 months ago (2016-08-08 20:47:22 UTC) #9
lijeffrey
https://codereview.chromium.org/2208143002/diff/20001/appengine/findit/handlers/flake/filter_flake.py File appengine/findit/handlers/flake/filter_flake.py (right): https://codereview.chromium.org/2208143002/diff/20001/appengine/findit/handlers/flake/filter_flake.py#newcode12 appengine/findit/handlers/flake/filter_flake.py:12: def Filter(master_flake_analysis_query, master_name, builder_name, nit: Naming this Filter may ...
4 years, 4 months ago (2016-08-09 01:23:56 UTC) #10
caiw
https://codereview.chromium.org/2208143002/diff/20001/appengine/findit/handlers/flake/filter_flake.py File appengine/findit/handlers/flake/filter_flake.py (right): https://codereview.chromium.org/2208143002/diff/20001/appengine/findit/handlers/flake/filter_flake.py#newcode12 appengine/findit/handlers/flake/filter_flake.py:12: def Filter(master_flake_analysis_query, master_name, builder_name, On 2016/08/09 01:23:55, lijeffrey wrote: ...
4 years, 4 months ago (2016-08-09 19:37:02 UTC) #11
lijeffrey
lgtm https://codereview.chromium.org/2208143002/diff/20001/appengine/findit/handlers/flake/filter_flake.py File appengine/findit/handlers/flake/filter_flake.py (right): https://codereview.chromium.org/2208143002/diff/20001/appengine/findit/handlers/flake/filter_flake.py#newcode12 appengine/findit/handlers/flake/filter_flake.py:12: def Filter(master_flake_analysis_query, master_name, builder_name, On 2016/08/09 19:37:02, caiw ...
4 years, 4 months ago (2016-08-09 22:23:38 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/2208143002/40001
4 years, 4 months ago (2016-08-09 23:17:08 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: Infra Linux Trusty 64 Tester on luci.infra.try (JOB_FAILED, https://luci-milo.appspot.com/swarming/task/308a6a153b171910) ...
4 years, 4 months ago (2016-08-09 23:18:40 UTC) #17
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/2208143002/60001
4 years, 4 months ago (2016-08-09 23:47:57 UTC) #20
commit-bot: I haz the power
4 years, 4 months ago (2016-08-10 00:02:02 UTC) #22
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/infra/infra/+/53e3ca2ffc8f48c3e854c0dcc2b8b...

Powered by Google App Engine
This is Rietveld 408576698