summaryrefslogtreecommitdiffstats
path: root/WebKitTools/QueueStatusServer/index.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'WebKitTools/QueueStatusServer/index.yaml')
-rw-r--r--WebKitTools/QueueStatusServer/index.yaml24
1 files changed, 24 insertions, 0 deletions
diff --git a/WebKitTools/QueueStatusServer/index.yaml b/WebKitTools/QueueStatusServer/index.yaml
new file mode 100644
index 0000000..bf11262
--- /dev/null
+++ b/WebKitTools/QueueStatusServer/index.yaml
@@ -0,0 +1,24 @@
+indexes:
+
+# AUTOGENERATED
+
+# This index.yaml is automatically updated whenever the dev_appserver
+# detects that a new type of query is run. If you want to manage the
+# index.yaml file manually, remove the above marker line (the line
+# saying "# AUTOGENERATED"). If you want to manage some indexes
+# manually, move them above the marker line. The index.yaml file is
+# automatically uploaded to the admin console when you next deploy
+# your application using appcfg.py.
+
+- kind: QueueStatus
+ properties:
+ - name: active_patch_id
+ - name: queue_name
+ - name: date
+ direction: desc
+
+- kind: QueueStatus
+ properties:
+ - name: queue_name
+ - name: date
+ direction: desc