Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/build: remove redundant [...] on build.golang.org for branches #13202

Open
randall77 opened this issue Nov 11, 2015 · 1 comment
Open

x/build: remove redundant [...] on build.golang.org for branches #13202

randall77 opened this issue Nov 11, 2015 · 1 comment
Labels
Builders x/build issues (builders, bots, dashboards)
Milestone

Comments

@randall77
Copy link
Contributor

When you view, for example, the dev.ssa branch on build.golang.org, all commits* are prefixed with [dev.ssa]. Together with the fact that there's not a lot of space for the commit title, you end up with the build dashboard looking like:

[dev.ssa] cmd/compile: ...
[dev.ssa] cmd/compile: ...
[dev.ssa] cmd/compile: ...
[dev.ssa] cmd/compile: ...
[dev.ssa] cmd/compile: ...

which is pretty uninformative. It's similarly redundant for all the other branches. Could we elide the [branch] prefix? It's useful for email but for the dashboard we've already filtered on this field.

*except merges from master

@bradfitz @adg

@bradfitz bradfitz added the Builders x/build issues (builders, bots, dashboards) label Nov 11, 2015
@bradfitz bradfitz changed the title Remove redundant [...] on build.golang.org for branches x/build: remove redundant [...] on build.golang.org for branches Nov 11, 2015
@rsc
Copy link
Contributor

rsc commented Dec 28, 2015

Maybe we should also make the commit message column a little wider too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Builders x/build issues (builders, bots, dashboards)
Projects
None yet
Development

No branches or pull requests

3 participants