diff --git a/README b/README index 916ae2e6..8231ee22 100644 --- a/README +++ b/README @@ -8,3 +8,4 @@ Packages include a type-checker for Go and an implementation of the Static Single Assignment form (SSA) representation for Go programs. To submit changes to this repository, see http://golang.org/doc/contribute.html. + diff --git a/cmd/present/static/styles.css b/cmd/present/static/styles.css index ffd6f3a9..adaa9f67 100644 --- a/cmd/present/static/styles.css +++ b/cmd/present/static/styles.css @@ -67,10 +67,12 @@ body { border: 1px solid rgba(0, 0, 0, .3); + /* transition: transform .3s ease-out; -o-transition: -o-transform .3s ease-out; -moz-transition: -moz-transform .3s ease-out; -webkit-transition: -webkit-transform .3s ease-out; + */ } .slides.layout-widescreen > article { margin-left: -550px; diff --git a/dashboard/app/app.yaml b/dashboard/app/app.yaml index 8424cd0c..f87d1004 100644 --- a/dashboard/app/app.yaml +++ b/dashboard/app/app.yaml @@ -3,7 +3,7 @@ # # Using -V test-build will run as test-build.golang.org. -application: golang-org +application: go-build version: build runtime: go api_version: go1 @@ -15,7 +15,7 @@ handlers: script: _go_app - url: /(|gccgo/)(|commit|packages|result|perf-result|tag|todo|perf|perfdetail|perfgraph|updatebenchmark) script: _go_app -- url: /(|gccgo/)(init|buildtest|key|perflearn|_ah/queue/go/delay) +- url: /(|gccgo/)(init|buildtest|key|perflearn|_ah/queue/go/delay|_ah/remote_api) script: _go_app login: admin diff --git a/dashboard/app/build/build.go b/dashboard/app/build/build.go index dcb2ee88..aafb1a66 100644 --- a/dashboard/app/build/build.go +++ b/dashboard/app/build/build.go @@ -24,6 +24,8 @@ import ( "appengine/datastore" "cache" + + _ "appengine/remote_api" ) const (