|
|
[Findit] Fracas crash triage dashboard
Add dashboard handler and template
There are 5 filters for fracas crashes:
[start date, end date) filter
found suspects. (True, False)
has regression range. (True, False)
suspected cls triage status (Untriaged, Triaged-Correct, Triaged-Incorrect, Triaged-Unsure)
Regression range triage status (Untriaged, Triaged-Correct, Triaged-Incorrect, Triaged-Unsure)
The results are sorted by the requested time of the analysis.
Move _RemoveMicrosecondsFromDelta, _FormatTimedelta, _FormatDatetime to time_util.py under the common directory.
https://findit-for-me.googleplex.com/crash/fracas-dashboard
BUG= 615267
Committed: https://chromium.googlesource.com/infra/infra/+/0a46c9494b0c8e09edb5aecda004ac78d493f9b3
Total comments: 12
Total comments: 24
Total comments: 7
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+775 lines, -15 lines) |
Patch |
 |
M |
appengine/findit/common/retry_http_client.py
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A |
appengine/findit/common/test/time_util_test.py
|
View
|
|
1 chunk |
+37 lines, -0 lines |
0 comments
|
Download
|
 |
A |
appengine/findit/common/time_util.py
|
View
|
|
1 chunk |
+27 lines, -0 lines |
0 comments
|
Download
|
 |
M |
appengine/findit/crash/fracas.py
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
appengine/findit/crash/fracas_crash_pipeline.py
|
View
|
1
2
3
4
5
6
7
8
|
5 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
appengine/findit/crash/test/fracas_test.py
|
View
|
1
2
3
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
appengine/findit/handlers/crash/fracas_dashboard.py
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+105 lines, -0 lines |
0 comments
|
Download
|
 |
A |
appengine/findit/handlers/crash/test/fracas_dashboard_test.py
|
View
|
1
2
3
4
5
|
1 chunk |
+274 lines, -0 lines |
0 comments
|
Download
|
 |
M |
appengine/findit/index.yaml
|
View
|
1
2
3
|
1 chunk |
+108 lines, -0 lines |
0 comments
|
Download
|
 |
M |
appengine/findit/main.py
|
View
|
1
2
3
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
appengine/findit/model/crash/crash_analysis.py
|
View
|
1
2
3
4
|
3 chunks |
+38 lines, -1 line |
0 comments
|
Download
|
 |
M |
appengine/findit/model/crash/fracas_crash_analysis.py
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
appengine/findit/model/crash/test/crash_analysis_test.py
|
View
|
1
2
3
4
|
2 chunks |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
M |
appengine/findit/model/crash/test/fracas_crash_analysis_test.py
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
appengine/findit/model/triage_status.py
|
View
|
1
2
3
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
A |
appengine/findit/templates/crash/fracas_dashboard.html
|
View
|
1
2
3
4
5
6
|
1 chunk |
+150 lines, -0 lines |
0 comments
|
Download
|
Dependent Patchsets:
Total messages: 31 (16 generated)
|