1
0
mirror of https://github.com/golang/go synced 2024-11-19 02:24:41 -07:00
go/dashboard/app/build
Andrew Gerrand 51be54e32f go.tools/dashboard/app: show main repo commits with no build results
The UI template iterates over ResultGoHashes to display the Commit
rows. This was done for the sub-repository build view, where it
only makes sense to show a row when there's build data for it.

However, in the main page UI we do want to see if a commit has hit
the dashboard but has not yet been built.

This change causes the dashboard to show the commit row even if
there are no build results for it yet.

LGTM=bradfitz
R=bradfitz
CC=golang-codereviews
https://golang.org/cl/153010043
2014-10-04 14:18:41 +10:00
..
build.go go.tools/dashboard/app: show main repo commits with no build results 2014-10-04 14:18:41 +10:00
dash.go go.tools/dashboard/app: add go.sys to builder package list 2014-08-13 07:55:36 +10:00
handler.go go.tools/dashboard/app: require version=2 for commit updates 2014-10-04 08:25:32 +10:00
init.go dashboard: split key handler into key package, add TimeKey to cache 2014-06-02 08:39:03 +10:00
notify.go go.tools/dashboard: use shorter notification template for cl updates 2014-09-12 11:14:03 +10:00
notify.txt dashboard: server app changes for performance dashboard 2014-05-13 11:00:32 +04:00
perf_changes.go dashboard/app: dedup changes in UI 2014-08-20 13:24:05 +04:00
perf_changes.html dashboard: server app UI changes for performance dashboard 2014-05-13 11:01:50 +04:00
perf_detail.go dashboard: server app UI changes for performance dashboard 2014-05-13 11:01:50 +04:00
perf_detail.html dashboard: server app UI changes for performance dashboard 2014-05-13 11:01:50 +04:00
perf_graph.go dashboard: server app UI changes for performance dashboard 2014-05-13 11:01:50 +04:00
perf_graph.html dashboard: server app UI changes for performance dashboard 2014-05-13 11:01:50 +04:00
perf_learn.go dashboard/app: eliminate more flakes 2014-08-19 16:22:27 +04:00
perf_learn.html dashboard: server app UI changes for performance dashboard 2014-05-13 11:01:50 +04:00
perf_notify.txt go.tools/dashboard: use shorter notification template for cl updates 2014-09-12 11:14:03 +10:00
perf.go dashboard/app: allow to gob-encode PerfChange 2014-08-20 13:20:12 +04:00
test.go go.tools/dashboard/app: fix integration tests 2014-10-04 08:33:52 +10:00
ui.go go.tools/dashboard/app: fix column order for -temp builders 2014-08-28 10:57:52 +10:00
ui.html go.tools/dashboard: display "-temp" builders last 2014-08-26 14:49:16 +10:00
update.go dashboard: database updater for performance dashboard (server part) 2014-05-13 11:02:19 +04:00