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

Side by Side Diff: appengine/findit/index.yaml

Issue 2320153003: [Findit] Datamodel change for triaging at CL level. (Closed)
Patch Set: change index.yaml Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 indexes: 1 indexes:
2 2
3 # For aggregated build failure analyses UI 3 # For aggregated build failure analyses UI
4 - kind: WfAnalysis 4 - kind: WfAnalysis
5 properties: 5 properties:
6 - name: result_status 6 - name: result_status
7 direction: asc 7 direction: asc
8 - name: build_start_time 8 - name: build_start_time
9 direction: desc 9 direction: desc
10 10
11 - kind: WfFailureGroup 11 - kind: WfFailureGroup
12 properties: 12 properties:
13 - name: build_failure_type 13 - name: build_failure_type
14 direction: asc 14 direction: asc
15 - name: created_time 15 - name: created_time
16 direction: desc 16 direction: desc
17 17
18 - kind: WfSuspectedCL
19 properties:
20 - name: status
21 direction: asc
22 - name: approaches
stgao 2016/09/23 06:12:33 qq: what's the use case to index a list of approac
stgao 2016/09/23 16:47:23 Will the order of items in the list matter? Has th
chanli 2016/09/23 16:53:28 approaches is repeated property. I need this index
23 direction: asc
24 - name: failure_type
25 direction: asc
26 - name: updated_time
27 direction: desc
28
18 # For fracas crash dashboard. 29 # For fracas crash dashboard.
19 - kind: FracasCrashAnalysis 30 - kind: FracasCrashAnalysis
20 properties: 31 properties:
21 - name: found_suspects 32 - name: found_suspects
22 - name: requested_time 33 - name: requested_time
23 direction: desc 34 direction: desc
24 35
25 - kind: FracasCrashAnalysis 36 - kind: FracasCrashAnalysis
26 properties: 37 properties:
27 - name: has_regression_range 38 - name: has_regression_range
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 direction: desc 126 direction: desc
116 127
117 - kind: FracasCrashAnalysis 128 - kind: FracasCrashAnalysis
118 properties: 129 properties:
119 - name: found_suspects 130 - name: found_suspects
120 - name: has_regression_range 131 - name: has_regression_range
121 - name: regression_range_triage_status 132 - name: regression_range_triage_status
122 - name: suspected_cls_triage_status 133 - name: suspected_cls_triage_status
123 - name: requested_time 134 - name: requested_time
124 direction: desc 135 direction: desc
OLDNEW
« no previous file with comments | « appengine/findit/common/waterfall/failure_type.py ('k') | appengine/findit/model/analysis_approach_type.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698