summaryrefslogtreecommitdiff
path: root/misc/dashboard
Commit message (Expand)AuthorAgeFilesLines
* dashboard: improve key panic messageAndrew Gerrand2011-12-161-1/+1
* misc/dashboard: user interfaceAndrew Gerrand2011-12-167-41/+442
* gobuilder: goinstall packages after building go treeAndrew Gerrand2011-12-084-18/+82
* use new strconv APIRuss Cox2011-12-051-1/+1
* gobuilder: use new dashboard protocolAndrew Gerrand2011-12-052-88/+158
* misc/dashboard: init handler for bootstrappingAndrew Gerrand2011-12-053-10/+51
* misc/dashboard/app: revert gofix of app engine fileAndrew Gerrand2011-12-051-1/+1
* gofmt -s misc srcRuss Cox2011-12-021-1/+1
* dashboard: make response format consistent, implement commit GET modeAndrew Gerrand2011-12-022-66/+102
* dashboard: don't choke on weird builder names.David Symonds2011-12-011-1/+12
* os: new FileInfo, FileMode types + update treeRuss Cox2011-11-302-7/+7
* use new time APIRuss Cox2011-11-301-9/+9
* dashboard: more tests, bug fixes, and /packages handlerAndrew Gerrand2011-11-293-17/+86
* dashboard: builder-facing implementation and testsAndrew Gerrand2011-11-254-16/+473
* dashboard: new Go dashboard data structure designAndrew Gerrand2011-11-232-0/+141
* renaming_4: gofix -r everything/but/src/pkgRob Pike2011-11-083-5/+5
* non-pkg: gofix -r error -force=errorRuss Cox2011-11-014-23/+25
* dashboard: include last 100 lines in build failure mailAndrew Gerrand2011-10-092-4/+11
* gobuilder: ignore _test.go files when looking for docs, more loggingAndrew Gerrand2011-09-051-5/+31
* dashboard: yet another utf-8 fixRuss Cox2011-08-301-1/+1
* godashboard: fix utf-8 in user namesRuss Cox2011-08-282-5/+8
* gobuilder: increase log limitRuss Cox2011-08-231-2/+2
* misc/dashboard: remove limit for json package listAndrew Gerrand2011-08-241-1/+1
* url: new packageRob Pike2011-08-171-1/+2
* gobuilder: goinstall with -dashboard=false instead of -log=falseAndrew Gerrand2011-07-201-1/+1
* misc/dashboard: center align build resultsAndrew Gerrand2011-07-201-0/+3
* goinstall, dashboard: Google Code now supports gitTarmigan Casebolt2011-07-191-9/+14
* dashboard: list "most installed this week" with rolling countAndrew Gerrand2011-07-194-24/+115
* dashboard: show build state and package comments on dashboardAndrew Gerrand2011-07-029-49/+108
* builder: minor fixesAndrew Gerrand2011-06-281-6/+13
* strings.Split: make the default to split all.Rob Pike2011-06-281-4/+4
* builder: run make single-threaded on windowsAlex Brainman2011-06-211-2/+10
* misc/godashboard: Accept sub-directories for goinstall's report.Yasuhiro Matsumoto2011-06-201-5/+4
* http: change most map[string][]string types to new Values typeBrad Fitzpatrick2011-06-081-7/+7
* gobuilder: number of fixesAlex Brainman2011-06-062-9/+10
* dashboard: bug fixAndrew Gerrand2011-06-061-5/+8
* dashboard: add favicon.icoAndrew Gerrand2011-06-032-0/+4
* exec: new API, replace Run with CommandBrad Fitzpatrick2011-06-011-34/+19
* gobuilder: remove some windows-specificityAndrew Gerrand2011-05-301-13/+10
* pkg: spelling tweaks, I-ZRobert Hencke2011-05-302-3/+3
* dashboard: send notification emails when the build breaksAndrew Gerrand2011-05-302-7/+86
* gobuilder: fixes for windowsAlex Brainman2011-05-302-0/+55
* go/printer, gofmt: fix formatting of expression lists (missing blank)Robert Griesemer2011-05-192-24/+24
* dashboard: delay hg pull until neededRuss Cox2011-05-131-6/+9
* http: remove finalURL from Client.Get; move to ResponseBrad Fitzpatrick2011-05-131-1/+1
* dashboard: fix for branchesRuss Cox2011-05-1210-383/+512
* builder: build multiple targets in parallelAndrew Gerrand2011-04-271-3/+14
* dashboard: build most recent revision firstRuss Cox2011-04-256-457/+39
* gobuilder: respect MAKEFLAGS if providedDave Cheney2011-04-151-0/+1
* gobuilder: permit builders of the form goos-goarch-fooAndrew Gerrand2011-04-151-1/+1