Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(485)

Issue 4627081: code review 4627081: dashboard: show build state and package comments on das... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 8 months ago by adg
Modified:
13 years, 8 months ago
Reviewers:
CC:
rsc, mattn, golang-dev
Visibility:
Public.

Description

dashboard: show build state and package comments on dashboard This permits full URLs to be shown on the dashboard, not just the repository roots. This has been tested.

Patch Set 1 #

Total comments: 2

Patch Set 2 : diff -r add294e751cb https://go.googlecode.com/hg/ #

Total comments: 2

Patch Set 3 : diff -r 13ec466f6670 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+112 lines, -53 lines) Patch
M misc/dashboard/builder/http.go View 1 chunk +3 lines, -4 lines 0 comments Download
M misc/dashboard/builder/main.go View 5 chunks +7 lines, -6 lines 0 comments Download
M misc/dashboard/builder/package.go View 1 2 3 chunks +32 lines, -11 lines 0 comments Download
A misc/dashboard/godashboard/auth.py View 1 chunk +13 lines, -0 lines 0 comments Download
M misc/dashboard/godashboard/gobuild.py View 2 chunks +1 line, -6 lines 0 comments Download
M misc/dashboard/godashboard/index.yaml View 1 chunk +0 lines, -1 line 0 comments Download
M misc/dashboard/godashboard/package.html View 1 chunk +18 lines, -12 lines 0 comments Download
M misc/dashboard/godashboard/package.py View 1 2 5 chunks +27 lines, -11 lines 0 comments Download
M misc/dashboard/godashboard/static/style.css View 1 2 2 chunks +11 lines, -2 lines 0 comments Download

Messages

Total messages: 7
adg
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 8 months ago (2011-07-01 06:24:20 UTC) #1
adg
http://codereview.appspot.com/4627081/diff/1/misc/dashboard/builder/main.go File misc/dashboard/builder/main.go (right): http://codereview.appspot.com/4627081/diff/1/misc/dashboard/builder/main.go#newcode595 misc/dashboard/builder/main.go:595: if len(s) != 40 { This is vexing. It ...
13 years, 8 months ago (2011-07-01 06:27:39 UTC) #2
mattn
LGTM except 1 thing. http://codereview.appspot.com/4627081/diff/1/misc/dashboard/godashboard/package.py File misc/dashboard/godashboard/package.py (right): http://codereview.appspot.com/4627081/diff/1/misc/dashboard/godashboard/package.py#newcode187 misc/dashboard/godashboard/package.py:187: p.info = self.request.get('info') I think, ...
13 years, 8 months ago (2011-07-01 06:52:56 UTC) #3
adg
On 1 July 2011 16:52, <mattn.jp@gmail.com> wrote: > http://codereview.appspot.com/4627081/diff/1/misc/dashboard/godashboard/package.py#newcode187 > misc/dashboard/godashboard/package.py:187: p.info = > self.request.get('info') ...
13 years, 8 months ago (2011-07-01 07:10:29 UTC) #4
mattn
LGTM On 2011/07/01 07:10:29, adg wrote: > On 1 July 2011 16:52, <mailto:mattn.jp@gmail.com> wrote: > ...
13 years, 8 months ago (2011-07-01 07:20:11 UTC) #5
rsc
LGTM http://codereview.appspot.com/4627081/diff/2001/misc/dashboard/godashboard/static/style.css File misc/dashboard/godashboard/static/style.css (right): http://codereview.appspot.com/4627081/diff/2001/misc/dashboard/godashboard/static/style.css#newcode62 misc/dashboard/godashboard/static/style.css:62: td.date { color: #aaa; } can you make ...
13 years, 8 months ago (2011-07-01 14:28:23 UTC) #6
adg
13 years, 8 months ago (2011-07-02 04:02:55 UTC) #7
*** Submitted as http://code.google.com/p/go/source/detail?r=194ca0d677c7 ***

dashboard: show build state and package comments on dashboard

This permits full URLs to be shown on the dashboard,
not just the repository roots.

This has been tested.

R=rsc, mattn.jp
CC=golang-dev
http://codereview.appspot.com/4627081

http://codereview.appspot.com/4627081/diff/2001/misc/dashboard/godashboard/st...
File misc/dashboard/godashboard/static/style.css (right):

http://codereview.appspot.com/4627081/diff/2001/misc/dashboard/godashboard/st...
misc/dashboard/godashboard/static/style.css:62: td.date { color: #aaa; }
On 2011/07/01 14:28:23, rsc wrote:
> can you make these look like all the others in the file please?

Done.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b