From 05f8c7dc661c208b76e56643e2e18defd2d3c891 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Tue, 10 Dec 2013 16:43:15 +1100 Subject: [PATCH] go.tools/dashboard/app: app index.yaml This is equivalent to the previously-reviewed change to Dmitry's performance dashboard repo clone: https://golang.org/cl/35490043 R=golang-dev, dave CC=golang-dev https://golang.org/cl/39840043 --- dashboard/app/index.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 dashboard/app/index.yaml diff --git a/dashboard/app/index.yaml b/dashboard/app/index.yaml new file mode 100644 index 00000000..8a21baca --- /dev/null +++ b/dashboard/app/index.yaml @@ -0,0 +1,13 @@ +indexes: + +- kind: Commit + ancestor: yes + properties: + - name: Num + direction: desc + +- kind: Commit + ancestor: yes + properties: + - name: Time + direction: desc