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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/index.yaml
diff --git a/appengine/findit/index.yaml b/appengine/findit/index.yaml
index 94a966d39824c1836fa8373d6ec3e34df09b5e8f..ed785bbebfb00bf393e1238418331b01acb4470e 100644
--- a/appengine/findit/index.yaml
+++ b/appengine/findit/index.yaml
@@ -15,6 +15,17 @@ indexes:
- name: created_time
direction: desc
+- kind: WfSuspectedCL
+ properties:
+ - name: status
+ direction: asc
+ - 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
+ direction: asc
+ - name: failure_type
+ direction: asc
+ - name: updated_time
+ direction: desc
+
# For fracas crash dashboard.
- kind: FracasCrashAnalysis
properties:
« 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