- 7bf60f0 all: make copyright headers consistent by Dmitri Shuralyov · 1 year, 11 months ago
- e8c8ca1 all: add license headers by Carlos Amedee · 2 years, 7 months ago
- 6b1a97d app/appengine, app/key: delete by Dmitri Shuralyov · 3 years, 6 months ago
- c0dcd4d app/appengine: delete cron.sh by Dmitri Shuralyov · 3 years, 6 months ago
- 70303fc app/appengine: stop hiding some tested configurations for x repos by Dmitri Shuralyov · 4 years, 6 months ago
- d1deecf app/appengine: fix the json view for subrepos by Rob Findley · 4 years, 8 months ago
- baf8b21 dashboard, app/appengine: set a known issue for staticlockranking builder by Dmitri Shuralyov · 4 years, 9 months ago
- fba2c51 app/appengine: fix which builders we show as a function of repo/branch by Brad Fitzpatrick · 5 years ago
- 9ff5298 app/appengine: gzip responses by Brad Fitzpatrick · 5 years ago
- 41fffb1 app/appengine: delete unused tail func by Brad Fitzpatrick · 5 years ago
- 20e40ba app/appengine: don't lose repo arg when switching between branches by Brad Fitzpatrick · 5 years ago
- 4143c80 app/appengine: update docs, add --dev and --fake-results flags by Brad Fitzpatrick · 5 years ago
- 9ec7766 app/appengine: fix log handler's fallback to the old Mercurial namespace by Brad Fitzpatrick · 5 years ago
- 42d8084 app/appengine: move some code, remove some variables by Brad Fitzpatrick · 5 years ago
- 662247f app/appengine: do maintner & coordinator RPCs concurrently by Brad Fitzpatrick · 5 years ago
- 0ee865c app/appengine: explicitly mark the Log.CompressedLog field as not indexed by Brad Fitzpatrick · 5 years ago
- 7ea9c31 app/appengine: fix test breakage from CL 210977 by Brad Fitzpatrick · 5 years ago
- d3be4d6 app/appengine: migrate from App Engine to Cloud APIs, move to Go 1.13 by Brad Fitzpatrick · 5 years ago
- 773315a app/appengine, cmd/coordinator: fetch active builds from coordinator, avoid memcache by Brad Fitzpatrick · 5 years ago
- 6e1808a repos: flesh out package more, use it in maintnerd by Brad Fitzpatrick · 5 years ago
- 5a6bc44 app/appengine: fix tests from hasty CL 210287 fix by Brad Fitzpatrick · 5 years ago
- c1d9249 app/appengine, cmd/gitmirror: fix things found during deployment failure by Brad Fitzpatrick · 5 years ago
- e2b9141 app, gitmirror, maintner: use maintner for dashboard, not datastore by Brad Fitzpatrick · 5 years ago
- 40c25c0 app/appengine: remove unused tagHandler, document others, remove auth from init by Brad Fitzpatrick · 5 years ago
- 2f29401 app/appengine: fix up mistakes from not test deploying earlier CLs by Brad Fitzpatrick · 5 years ago
- 757f20f app/appengine: delete yet more dead code by Brad Fitzpatrick · 5 years ago
- 1380f86 app/appengine: delete more dead code by Brad Fitzpatrick · 5 years ago
- f2aa121 app/appengine: delete old "broke the build" code by Brad Fitzpatrick · 5 years ago
- 4aee3e9 app/appengine, cmd/genbuilderkey: move key gen from App Engine to new tool by Brad Fitzpatrick · 5 years ago
- cf930f6 app/appengine: remove ancient performance/benchmarking code by Brad Fitzpatrick · 5 years ago
- cc0e72b app/appengine: add x/build to the build dashboard by Brad Fitzpatrick · 5 years ago
- b8261ec cmd/xb, app/appengine: simplify build.golang.org deployment docs by Brad Fitzpatrick · 5 years ago
- 817d966 app/appengine: hide release-branch-only builders when viewing master branch by Dmitri Shuralyov · 5 years ago
- 67e2d13 app/appengine: don't exclude release-branch-only builders by Dmitri Shuralyov · 5 years ago
- 9c46470 app/appengine: automate the hiding of old release branches by Brad Fitzpatrick · 5 years ago
- 096efa0 app/appengine: set GO111MODULE=on for deploy by Dmitri Shuralyov · 5 years ago
- 5aab585 app/appengine: remove Go 1.11 from the dashboard by Dmitri Shuralyov · 5 years ago
- c073844 app: update App Engine runtime to go111 by Alexander Rakoczy · 5 years ago
- 119dac0 app/appengine: update app.yaml and README.md to account for service by Andrew Bonventre · 5 years ago
- 23c82c2 Revert "app: update App Engine runtime to go111" by Andrew Bonventre · 5 years ago
- 06ec237 app: update App Engine runtime to go111 by Andrew Bonventre · 5 years ago
- 01b32fa app/appengine: correctly align subheading2 in subrepo tables by Tobias Klauser · 6 years ago
- 7aef06b app/appengine, dashboard: add x/website subrepo by Dmitri Shuralyov · 6 years ago
- db743fd app/appengine: make heading bars fill screen width by Akhil Indurti · 6 years ago
- 3f1c279 app/appengine: sort subrepo tables by date: master, Go 1.12, Go 1.11 by Brad Fitzpatrick · 6 years ago
- d636fbf app/appengine: show all builder columns, even if they don't have results by Brad Fitzpatrick · 6 years ago
- f0bdfa8 app/appengine: remove gccgo, show little dot for untested x builder cells by Brad Fitzpatrick · 6 years ago
- 4563a73 app/appengine: add row to disambiguate GOOS-GOARCH-ambiguous x/foo repos too by Brad Fitzpatrick · 6 years ago
- d0344b2 app/appengine: remove Go 1.10 from the dashboard now that Go 1.12 is out by Brad Fitzpatrick · 6 years ago
- cfd4113 app/appengine: add new row to disambiguate GOOS-GOARCH-ambiguous builders by Brad Fitzpatrick · 6 years ago
- c8cc47f app/appengine: remove the security branches from the build dashboard by Brad Fitzpatrick · 6 years ago
- 9e0b3a0 app/appengine: hide and stop testing release-branch.go1.9 by Dmitri Shuralyov · 6 years ago
- b64fecb app/appengine: update to Go 1.9 so we can use std context by Brad Fitzpatrick · 7 years ago
- 094b883 app/appengine: add x/debug subrepo by Hana Kim · 7 years ago
- a6dd626 all: use "context" instead of golang.org/x/net/context by Brad Fitzpatrick · 7 years ago
- acc11e0 dashboard, app/appengine: disable macOS 10.8 builders, disable Go 1.8 builders by Brad Fitzpatrick · 7 years ago
- f4148b5 app: return the name of the Go branch in the JSON state of subrepos by Brad Fitzpatrick · 7 years ago
- 6114c7b app: hide and stop testing release-branch.go1.7 by Brad Fitzpatrick · 7 years ago
- bd4a55c app: modernize the App Engine code by Andrew Bonventre · 7 years ago