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

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

Issue 2220373003: Allow botlist API call to respond to quarantined: and is_dead: (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@master
Patch Set: update count to support is_dead and quarantined Created 4 years, 4 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 # AUTOGENERATED 3 # AUTOGENERATED
4 4
5 # This index.yaml is automatically updated whenever the dev_appserver 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 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 7 # index.yaml file manually, remove the above marker line (the line
8 # saying "# AUTOGENERATED"). If you want to manage some indexes 8 # saying "# AUTOGENERATED"). If you want to manage some indexes
9 # manually, move them above the marker line. The index.yaml file is 9 # manually, move them above the marker line. The index.yaml file is
10 # automatically uploaded to the admin console when you next deploy 10 # automatically uploaded to the admin console when you next deploy
11 # your application using appcfg.py. 11 # your application using appcfg.py.
12 12
13 - kind: BotEvent 13 - kind: BotEvent
14 ancestor: yes 14 ancestor: yes
15 properties: 15 properties:
16 - name: ts 16 - name: ts
17 direction: desc 17 direction: desc
18 18
19 - kind: BotInfo 19 - kind: BotInfo
20 properties: 20 properties:
21 - name: dimensions_flat 21 - name: dimensions_flat
22 - name: last_seen_ts 22 - name: last_seen_ts
23 23
24 - kind: BotInfo 24 - kind: BotInfo
25 properties: 25 properties:
26 - name: dimensions_flat 26 - name: dimensions_flat
27 - name: quarantined 27 - name: quarantined
28 direction: desc 28 direction: desc
29 29
30 - kind: BotInfo
M-A Ruel 2016/08/09 13:57:27 I'm a bit concerned by the explosion of indexes he
kjlubick 2016/08/09 17:41:32 Abandoned, as per our discussion.
31 properties:
32 - name: quarantined
33 - name: last_seen_ts
34
35 - kind: BotInfo
36 properties:
37 - name: dimensions_flat
38 - name: last_seen_ts
39 - name: quarantined
40
41 - kind: BotInfo
42 properties:
43 - name: is_busy
44 - name: dimensions_flat
45 - name: quarantined
46 - name: last_seen_ts
47
48 - kind: BotInfo
49 properties:
50 - name: dimensions_flat
51 - name: is_busy
52 - name: last_seen_ts
53
54 - kind: BotInfo
55 properties:
56 - name: is_busy
57 - name: quarantined
58 - name: last_seen_ts
59
30 - kind: TaskResultSummary 60 - kind: TaskResultSummary
31 properties: 61 properties:
32 - name: failure 62 - name: failure
33 - name: state 63 - name: state
34 64
35 - kind: TaskRunResult 65 - kind: TaskRunResult
36 properties: 66 properties:
37 - name: bot_id 67 - name: bot_id
38 - name: started_ts 68 - name: started_ts
39 69
40 - kind: TaskRunResult 70 - kind: TaskRunResult
41 properties: 71 properties:
42 - name: bot_id 72 - name: bot_id
43 - name: started_ts 73 - name: started_ts
44 direction: desc 74 direction: desc
45 75
46 - kind: TaskRunResult 76 - kind: TaskRunResult
47 properties: 77 properties:
48 - name: state 78 - name: state
49 - name: modified_ts 79 - name: modified_ts
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698