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

Unified Diff: appengine/findit/index.yaml

Issue 2361583002: [Findit] UI change and triage change for cl level trige. (Closed)
Patch Set: . Created 4 years, 2 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/handlers/triage_suspected_cl.py ('k') | appengine/findit/main.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 ed785bbebfb00bf393e1238418331b01acb4470e..b88c51a09d39054a8094dc39483a7158ad99615c 100644
--- a/appengine/findit/index.yaml
+++ b/appengine/findit/index.yaml
@@ -17,11 +17,20 @@ indexes:
- kind: WfSuspectedCL
properties:
+ - name: approaches
+ direction: asc
+ - name: failure_type
+ direction: asc
- name: status
direction: asc
+ - name: updated_time
+ direction: desc
+
+- kind: WfSuspectedCL
+ properties:
- name: approaches
direction: asc
- - name: failure_type
+ - name: status
direction: asc
- name: updated_time
direction: desc
« no previous file with comments | « appengine/findit/handlers/triage_suspected_cl.py ('k') | appengine/findit/main.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698