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

Issue 2075153003: [Findit] Add fracas analysis result feedback page. (Closed)

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

Description

[Findit] Add fracas analysis result feedback page. How to see the page: 1. Open the dashboard: https://findit-for-me.googleplex.com/crash/fracas-dashboard 2. Click the signature of a crash, the page will be redirected to the feedback page of this crash. This page will only show the findit results. BUG=615267 Committed: https://chromium.googlesource.com/infra/infra/+/7cb2d336593b1c1aac029a9fd53e63d203d1fa3c

Patch Set 1 #

Total comments: 7

Patch Set 2 : Fix nits. #

Total comments: 2

Patch Set 3 : Address comments. #

Total comments: 4

Patch Set 4 : Fix nits. #

Total comments: 12

Patch Set 5 : Address comments. #

Patch Set 6 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+306 lines, -0 lines) Patch
A appengine/findit/handlers/crash/fracas_result_feedback.py View 1 2 3 4 1 chunk +47 lines, -0 lines 0 comments Download
A appengine/findit/handlers/crash/test/fracas_result_feedback_test.py View 1 2 3 4 1 chunk +88 lines, -0 lines 0 comments Download
M appengine/findit/main.py View 2 chunks +3 lines, -0 lines 0 comments Download
A appengine/findit/templates/crash/fracas_result_feedback.html View 1 2 3 4 1 chunk +168 lines, -0 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 31 (18 generated)
Sharu Jiang
This cl doesn't include the triage button(correct, incorrect, unsure), it only shows the findit result, ...
4 years, 6 months ago (2016-06-17 21:34:03 UTC) #6
Martin Barbella
https://codereview.chromium.org/2075153003/diff/60001/appengine/findit/handlers/crash/fracas_result_feedback.py File appengine/findit/handlers/crash/fracas_result_feedback.py (right): https://codereview.chromium.org/2075153003/diff/60001/appengine/findit/handlers/crash/fracas_result_feedback.py#newcode29 appengine/findit/handlers/crash/fracas_result_feedback.py:29: def _GetCrashDataFromAnalysis(self, analysis): Could this be useful anywhere else? ...
4 years, 6 months ago (2016-06-17 22:14:32 UTC) #8
Sharu Jiang
https://codereview.chromium.org/2075153003/diff/60001/appengine/findit/handlers/crash/fracas_result_feedback.py File appengine/findit/handlers/crash/fracas_result_feedback.py (right): https://codereview.chromium.org/2075153003/diff/60001/appengine/findit/handlers/crash/fracas_result_feedback.py#newcode29 appengine/findit/handlers/crash/fracas_result_feedback.py:29: def _GetCrashDataFromAnalysis(self, analysis): On 2016/06/17 22:14:32, Martin Barbella wrote: ...
4 years, 6 months ago (2016-06-17 23:58:22 UTC) #11
stgao
https://codereview.chromium.org/2075153003/diff/100001/appengine/findit/handlers/crash/fracas_result_feedback.py File appengine/findit/handlers/crash/fracas_result_feedback.py (right): https://codereview.chromium.org/2075153003/diff/100001/appengine/findit/handlers/crash/fracas_result_feedback.py#newcode1 appengine/findit/handlers/crash/fracas_result_feedback.py:1: # Copyright 2014 The Chromium Authors. All rights reserved. ...
4 years, 6 months ago (2016-06-20 05:02:51 UTC) #12
Sharu Jiang
https://codereview.chromium.org/2075153003/diff/100001/appengine/findit/handlers/crash/fracas_result_feedback.py File appengine/findit/handlers/crash/fracas_result_feedback.py (right): https://codereview.chromium.org/2075153003/diff/100001/appengine/findit/handlers/crash/fracas_result_feedback.py#newcode1 appengine/findit/handlers/crash/fracas_result_feedback.py:1: # Copyright 2014 The Chromium Authors. All rights reserved. ...
4 years, 6 months ago (2016-06-21 20:17:12 UTC) #16
Martin Barbella
LGTM with a few nits. https://codereview.chromium.org/2075153003/diff/60001/appengine/findit/templates/crash/fracas_result_feedback.html File appengine/findit/templates/crash/fracas_result_feedback.html (right): https://codereview.chromium.org/2075153003/diff/60001/appengine/findit/templates/crash/fracas_result_feedback.html#newcode32 appengine/findit/templates/crash/fracas_result_feedback.html:32: function ConstructMonorailUrl() { On ...
4 years, 6 months ago (2016-06-22 17:23:12 UTC) #18
Sharu Jiang
https://codereview.chromium.org/2075153003/diff/200001/appengine/findit/templates/crash/fracas_result_feedback.html File appengine/findit/templates/crash/fracas_result_feedback.html (right): https://codereview.chromium.org/2075153003/diff/200001/appengine/findit/templates/crash/fracas_result_feedback.html#newcode36 appengine/findit/templates/crash/fracas_result_feedback.html:36: parameters.components = 'Tool>Test>Findit'; On 2016/06/22 17:23:12, Martin Barbella wrote: ...
4 years, 6 months ago (2016-06-22 17:45:57 UTC) #19
stgao
lgtm once comments are addressed https://codereview.chromium.org/2075153003/diff/220001/appengine/findit/handlers/crash/fracas_result_feedback.py File appengine/findit/handlers/crash/fracas_result_feedback.py (right): https://codereview.chromium.org/2075153003/diff/220001/appengine/findit/handlers/crash/fracas_result_feedback.py#newcode26 appengine/findit/handlers/crash/fracas_result_feedback.py:26: 'cannot find analysis for ...
4 years, 6 months ago (2016-06-23 07:48:55 UTC) #20
Sharu Jiang
https://codereview.chromium.org/2075153003/diff/220001/appengine/findit/handlers/crash/fracas_result_feedback.py File appengine/findit/handlers/crash/fracas_result_feedback.py (right): https://codereview.chromium.org/2075153003/diff/220001/appengine/findit/handlers/crash/fracas_result_feedback.py#newcode26 appengine/findit/handlers/crash/fracas_result_feedback.py:26: 'cannot find analysis for crash %s' % analysis.signature) On ...
4 years, 6 months ago (2016-06-23 20:18:36 UTC) #21
commit-bot: I haz the power
This CL has an open dependency (Issue 2043973002 Patch 140001). Please resolve the dependency and ...
4 years, 6 months ago (2016-06-23 21:14:51 UTC) #25
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/2075153003/260001
4 years, 5 months ago (2016-06-29 20:03:00 UTC) #28
commit-bot: I haz the power
Committed patchset #6 (id:260001) as https://chromium.googlesource.com/infra/infra/+/7cb2d336593b1c1aac029a9fd53e63d203d1fa3c
4 years, 5 months ago (2016-06-29 22:57:20 UTC) #30
commit-bot: I haz the power
4 years, 5 months ago (2016-06-29 22:57:22 UTC) #31
Message was sent while issue was closed.
CQ bit was unchecked.

Powered by Google App Engine
This is Rietveld 408576698