1 indexes: 2 3 # AUTOGENERATED 4 5 # This index.yaml is automatically updated whenever the dev_appserver 6 # detects that a new type of query is run. If you want to manage the 7 # index.yaml file manually, remove the above marker line (the line 8 # saying "# AUTOGENERATED"). If you want to manage some indexes 9 # manually, move them above the marker line. The index.yaml file is 10 # automatically uploaded to the admin console when you next deploy 11 # your application using appcfg.py. 12 13 - kind: Bug 14 properties: 15 - name: Namespace 16 - name: Status 17 18 - kind: Bug 19 properties: 20 - name: Namespace 21 - name: Title 22 - name: Seq 23 direction: desc 24 25 - kind: Build 26 properties: 27 - name: Namespace 28 - name: Manager 29 30 - kind: Build 31 properties: 32 - name: Namespace 33 - name: Manager 34 - name: Type 35 - name: Time 36 direction: desc 37 38 - kind: Crash 39 ancestor: yes 40 properties: 41 - name: Reported 42 - name: ReproC 43 - name: ReproSyz 44 45 - kind: Crash 46 ancestor: yes 47 properties: 48 - name: ReportLen 49 direction: desc 50 - name: Reported 51 direction: desc 52 - name: Time 53 direction: desc 54 55 - kind: Crash 56 ancestor: yes 57 properties: 58 - name: ReproC 59 direction: desc 60 - name: ReproSyz 61 direction: desc 62 - name: ReportLen 63 direction: desc 64 - name: Reported 65 direction: desc 66 - name: Time 67 direction: desc 68 69 - kind: Crash 70 ancestor: yes 71 properties: 72 - name: ReproC 73 direction: desc 74 - name: ReproSyz 75 direction: desc 76 - name: Reported 77 direction: desc 78 - name: ReportLen 79 direction: desc 80 - name: Time 81 direction: desc 82 83 - kind: Job 84 properties: 85 - name: Finished 86 - name: Attempts 87 - name: Created 88 89 - kind: Job 90 properties: 91 - name: Reported 92 - name: Finished 93