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

Issue 2086113004: [Findit] Show build analysis references in UI for Findit Cross-platform auto-triage (Closed)

Created:
4 years, 6 months ago by josiahk
Modified:
4 years, 5 months ago
Reviewers:
chanli, stgao, lijeffrey
Base URL:
https://chromium.googlesource.com/infra/infra.git@build-matching
Target Ref:
refs/heads/master
Project:
infra
Visibility:
Public.

Description

Show build analysis references in UI for Findit Cross-platform auto-triage BUG=615127 Committed: https://chromium.googlesource.com/infra/infra/+/238f402c828dcb86c32ee097bb88b3777a8f332c

Patch Set 1 #

Total comments: 14

Patch Set 2 : Merged with ("rebased" on) Issue 2029873002's code. Other changes. #

Total comments: 21

Patch Set 3 : Test changes, one minute added, style changes #

Patch Set 4 : Merged with build-matching #

Total comments: 6

Patch Set 5 : Moved duplicator reference reset code, put duplicate info behind debug boolean, fixed js style #

Total comments: 4

Patch Set 6 : Changed duplicate docsting and comment wording #

Patch Set 7 : Changed two days ago to three days ago for tests. #

Patch Set 8 : Rebased on tip of tree #

Unified diffs Side-by-side diffs Delta from patch set Stats (+188 lines, -50 lines) Patch
M appengine/findit/common/base_handler.py View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M appengine/findit/handlers/build_failure.py View 1 2 3 4 5 6 7 1 chunk +7 lines, -0 lines 0 comments Download
M appengine/findit/handlers/test/triage_analysis_test.py View 1 2 3 4 5 6 11 chunks +65 lines, -31 lines 0 comments Download
M appengine/findit/handlers/triage_analysis.py View 1 2 3 4 5 7 chunks +50 lines, -11 lines 0 comments Download
M appengine/findit/model/test/wf_analysis_test.py View 1 2 4 chunks +29 lines, -7 lines 0 comments Download
M appengine/findit/model/wf_analysis.py View 1 2 3 4 5 6 7 3 chunks +19 lines, -0 lines 0 comments Download
M appengine/findit/templates/build_failure.html View 1 2 3 4 5 6 7 4 chunks +18 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 29 (7 generated)
josiahk
Hello Chan, Jeff, and Shuotao, Here is my second CL. Now the code can tell ...
4 years, 6 months ago (2016-06-22 00:40:53 UTC) #3
chanli
https://codereview.chromium.org/2086113004/diff/1/appengine/findit/common/base_handler.py File appengine/findit/common/base_handler.py (left): https://codereview.chromium.org/2086113004/diff/1/appengine/findit/common/base_handler.py#oldcode26 appengine/findit/common/base_handler.py:26: This two lines should not be deleted. https://codereview.chromium.org/2086113004/diff/1/appengine/findit/handlers/triage_analysis.py File ...
4 years, 6 months ago (2016-06-24 18:24:20 UTC) #5
josiahk
Hello! I have merged my UI issue's code on my first issue's code. I also ...
4 years, 5 months ago (2016-06-27 19:33:25 UTC) #6
josiahk
Hello! I have merged my UI issue's code on my first issue's code. I also ...
4 years, 5 months ago (2016-06-27 19:33:26 UTC) #7
lijeffrey
https://codereview.chromium.org/2086113004/diff/1/appengine/findit/common/base_handler.py File appengine/findit/common/base_handler.py (left): https://codereview.chromium.org/2086113004/diff/1/appengine/findit/common/base_handler.py#oldcode26 appengine/findit/common/base_handler.py:26: I think gpylin will complain if there aren't 2 ...
4 years, 5 months ago (2016-06-27 20:38:22 UTC) #8
lijeffrey
Since this change has UI updates you can deploy a test version and share a ...
4 years, 5 months ago (2016-06-27 20:40:25 UTC) #9
chanli
https://codereview.chromium.org/2086113004/diff/20001/appengine/findit/handlers/triage_analysis.py File appengine/findit/handlers/triage_analysis.py (right): https://codereview.chromium.org/2086113004/diff/20001/appengine/findit/handlers/triage_analysis.py#newcode146 appengine/findit/handlers/triage_analysis.py:146: analysis.triage_reference_analysis_master_name = None On 2016/06/27 20:38:22, lijeffrey wrote: > ...
4 years, 5 months ago (2016-06-27 22:27:57 UTC) #10
chanli
https://codereview.chromium.org/2086113004/diff/20001/appengine/findit/handlers/build_failure.py File appengine/findit/handlers/build_failure.py (right): https://codereview.chromium.org/2086113004/diff/20001/appengine/findit/handlers/build_failure.py#newcode278 appengine/findit/handlers/build_failure.py:278: users.is_current_user_admin() or self.request.get('debug') == '1') nit: could fit in ...
4 years, 5 months ago (2016-06-28 19:31:20 UTC) #11
josiahk
Here are my latest changes for the UI task! * Substantial stuff: - Added/removed tests ...
4 years, 5 months ago (2016-06-28 22:59:23 UTC) #12
lijeffrey
Also put [Findit] as the first thing in your change description, making it easier to ...
4 years, 5 months ago (2016-06-29 00:48:23 UTC) #13
josiahk
I did a git pull, which merged my change with more recent code from master/build-matching. ...
4 years, 5 months ago (2016-06-29 22:40:00 UTC) #15
stgao
https://codereview.chromium.org/2086113004/diff/60001/appengine/findit/templates/build_failure.html File appengine/findit/templates/build_failure.html (right): https://codereview.chromium.org/2086113004/diff/60001/appengine/findit/templates/build_failure.html#newcode79 appengine/findit/templates/build_failure.html:79: findit.triageReferenceAnalysisUrl = '/waterfall/build-failure?url=https://build.chromium.org/p/{{triage_reference_analysis_master_name}}/builders/{{triage_reference_analysis_builder_name}}/builds/{{triage_reference_analysis_build_number}}' Per coding style, JS statement should ...
4 years, 5 months ago (2016-06-30 01:08:16 UTC) #16
lijeffrey
https://codereview.chromium.org/2086113004/diff/20001/appengine/findit/handlers/triage_analysis.py File appengine/findit/handlers/triage_analysis.py (right): https://codereview.chromium.org/2086113004/diff/20001/appengine/findit/handlers/triage_analysis.py#newcode146 appengine/findit/handlers/triage_analysis.py:146: analysis.triage_reference_analysis_master_name = None On 2016/06/29 22:40:00, josiahk wrote: > ...
4 years, 5 months ago (2016-06-30 01:09:46 UTC) #17
josiahk
Hello all, I made some changes including moving duplicator reference reset code, putting duplicate info ...
4 years, 5 months ago (2016-06-30 22:34:57 UTC) #18
chanli
lgtm with a nit. https://codereview.chromium.org/2086113004/diff/80001/appengine/findit/handlers/triage_analysis.py File appengine/findit/handlers/triage_analysis.py (right): https://codereview.chromium.org/2086113004/diff/80001/appengine/findit/handlers/triage_analysis.py#newcode126 appengine/findit/handlers/triage_analysis.py:126: # Resets the reference to ...
4 years, 5 months ago (2016-06-30 23:46:37 UTC) #19
chanli
https://codereview.chromium.org/2086113004/diff/80001/appengine/findit/handlers/triage_analysis.py File appengine/findit/handlers/triage_analysis.py (right): https://codereview.chromium.org/2086113004/diff/80001/appengine/findit/handlers/triage_analysis.py#newcode103 appengine/findit/handlers/triage_analysis.py:103: a duplicate, otherwise False. After the discussion, is_duplicate is ...
4 years, 5 months ago (2016-06-30 23:52:25 UTC) #20
josiahk
I changed "duplicate" related docstring and comment wording. Thanks! Josiah https://codereview.chromium.org/2086113004/diff/80001/appengine/findit/handlers/triage_analysis.py File appengine/findit/handlers/triage_analysis.py (right): https://codereview.chromium.org/2086113004/diff/80001/appengine/findit/handlers/triage_analysis.py#newcode103 ...
4 years, 5 months ago (2016-07-01 21:45:27 UTC) #21
chanli
On 2016/07/01 21:45:27, josiahk wrote: > I changed "duplicate" related docstring and comment wording. > ...
4 years, 5 months ago (2016-07-13 17:31:32 UTC) #22
stgao
lgtm
4 years, 5 months ago (2016-07-13 17:38:44 UTC) #23
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/2086113004/140001
4 years, 5 months ago (2016-07-13 22:11:36 UTC) #26
commit-bot: I haz the power
Committed patchset #8 (id:140001) as https://chromium.googlesource.com/infra/infra/+/238f402c828dcb86c32ee097bb88b3777a8f332c
4 years, 5 months ago (2016-07-13 22:25:52 UTC) #28
commit-bot: I haz the power
4 years, 5 months ago (2016-07-13 22:25:55 UTC) #29
Message was sent while issue was closed.
CQ bit was unchecked.

Powered by Google App Engine
This is Rietveld 408576698