Skip to content

Commit 2ad3033

Browse files
AppScale: Add required indices
https://bugs.webkit.org/show_bug.cgi?id=147593 Reviewed by Tim Horton. * QueueStatusServer/index.yaml: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@187774 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent 26c9d7c commit 2ad3033

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

Tools/ChangeLog

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2015-08-03 Alexey Proskuryakov <[email protected]>
2+
3+
AppScale: Add required indices
4+
https://bugs.webkit.org/show_bug.cgi?id=147593
5+
6+
Reviewed by Tim Horton.
7+
8+
* QueueStatusServer/index.yaml:
9+
110
2015-08-03 Filip Pizlo <[email protected]>
211

312
Check in LLVM 3.6.2 binary drops for El Capitan

Tools/QueueStatusServer/index.yaml

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
indexes:
22

3-
# AUTOGENERATED
4-
53
# This index.yaml is automatically updated whenever the dev_appserver
64
# detects that a new type of query is run. If you want to manage the
75
# index.yaml file manually, remove the above marker line (the line
@@ -42,6 +40,13 @@ indexes:
4240
- name: date
4341
direction: desc
4442

43+
- kind: QueueStatus
44+
properties:
45+
- name: bot_id
46+
- name: message
47+
- name: queue_name
48+
- name: date
49+
4550
- kind: QueueStatus
4651
properties:
4752
- name: bot_id
@@ -73,6 +78,11 @@ indexes:
7378
- name: date
7479
direction: desc
7580

81+
- kind: QueueStatus
82+
properties:
83+
- name: queue_name
84+
- name: bot_id
85+
7686
- kind: SVNRevision
7787
properties:
7888
- name: number

0 commit comments

Comments
 (0)