Delta Between Two Patch Sets: dashboard/app/app.yaml
Issue 12180043 :
code review 12180043: go.tools: add dashboard
Left Patch Set: diff -r 79ec8d3bcf1d https://code.google.com/p/go/
Right Patch Set: diff -r 79ec8d3bcf1d https://code.google.com/p/go/
Use n/p to move between diff chunks;
N/P to move between comments.
Please Sign in to add in-line comments.
Jump to:
dashboard/README
dashboard/app/app.yaml
dashboard/app/build/build.go
dashboard/app/build/handler.go
dashboard/app/build/init.go
dashboard/app/build/key.go
dashboard/app/build/notify.go
dashboard/app/build/notify.txt
dashboard/app/build/test.go
dashboard/app/build/ui.go
dashboard/app/build/ui.html
dashboard/app/cache/cache.go
dashboard/app/static/status_alert.gif
dashboard/app/static/status_good.gif
dashboard/builder/Makefile
dashboard/builder/doc.go
dashboard/builder/exec.go
dashboard/builder/http.go
dashboard/builder/main.go
dashboard/builder/vcs.go
LEFT RIGHT
(Both sides are equal) 1 # Update with 1 # Update with
2 # google_appengine/appcfg.py [-V test-build] update . 2 # google_appengine/appcfg.py [-V test-build] update .
3 # 3 #
4 # Using -V test-build will run as test-build.golang.org. 4 # Using -V test-build will run as test-build.golang.org.
5 5
6 application: golang-org 6 application: golang-org
7 version: build 7 version: build
8 runtime: go 8 runtime: go
9 api_version: go1 9 api_version: go1
10 10
11 handlers: 11 handlers:
12 - url: /static 12 - url: /static
13 static_dir: static 13 static_dir: static
14 - url: /log/.+ 14 - url: /log/.+
15 script: _go_app 15 script: _go_app
16 - url: /(|commit|packages|result|tag|todo) 16 - url: /(|commit|packages|result|tag|todo)
17 script: _go_app 17 script: _go_app
18 - url: /(init|buildtest|key|_ah/queue/go/delay) 18 - url: /(init|buildtest|key|_ah/queue/go/delay)
19 script: _go_app 19 script: _go_app
20 login: admin 20 login: admin
LEFT RIGHT