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

Issue 5416056: code review 5416056: ndashboard: new Go dashboard data structure design (Closed)

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

Description

dashboard: new Go dashboard data structure design

Patch Set 1 #

Total comments: 12

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

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

Total comments: 28

Patch Set 4 : diff -r 9840a7bf8aba https://go.googlecode.com/hg/ #

Patch Set 5 : diff -r 9840a7bf8aba https://go.googlecode.com/hg/ #

Total comments: 2

Patch Set 6 : diff -r 9840a7bf8aba https://go.googlecode.com/hg/ #

Total comments: 12

Patch Set 7 : diff -r 9840a7bf8aba https://go.googlecode.com/hg/ #

Total comments: 1

Patch Set 8 : diff -r 9840a7bf8aba https://go.googlecode.com/hg/ #

Total comments: 1

Patch Set 9 : diff -r 01a64d431f4a https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+141 lines, -0 lines) Patch
A misc/dashboard/app/app.yaml View 1 2 3 4 5 6 7 8 1 chunk +8 lines, -0 lines 0 comments Download
A misc/dashboard/app/build/build.go View 1 2 3 4 5 6 7 8 1 chunk +133 lines, -0 lines 0 comments Download

Messages

Total messages: 24
adg
Hello rsc, r (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 3 months ago (2011-11-21 03:25:59 UTC) #1
dsymonds
http://codereview.appspot.com/5416056/diff/1/misc/dashboard/ndashboard/build/build.go File misc/dashboard/ndashboard/build/build.go (right): http://codereview.appspot.com/5416056/diff/1/misc/dashboard/ndashboard/build/build.go#newcode14 misc/dashboard/ndashboard/build/build.go:14: Num int // Internal monotonic counter unique to this ...
13 years, 3 months ago (2011-11-21 03:34:47 UTC) #2
adg
Hello rsc@golang.org, r@golang.org, dsymonds@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 3 months ago (2011-11-21 05:53:05 UTC) #3
adg
http://codereview.appspot.com/5416056/diff/1/misc/dashboard/ndashboard/build/build.go File misc/dashboard/ndashboard/build/build.go (right): http://codereview.appspot.com/5416056/diff/1/misc/dashboard/ndashboard/build/build.go#newcode14 misc/dashboard/ndashboard/build/build.go:14: Num int // Internal monotonic counter unique to this ...
13 years, 3 months ago (2011-11-21 05:53:17 UTC) #4
rsc
I don't see anything about entity groups here, and I have found that using entity ...
13 years, 3 months ago (2011-11-21 15:20:55 UTC) #5
rsc
Seems like a good start. Maybe each different RepoPath should be its own entity group? ...
13 years, 3 months ago (2011-11-21 15:30:44 UTC) #6
dsymonds
On Tue, Nov 22, 2011 at 2:20 AM, Russ Cox <rsc@golang.org> wrote: > I don't ...
13 years, 3 months ago (2011-11-21 21:50:34 UTC) #7
rsc
On Mon, Nov 21, 2011 at 16:50, David Symonds <dsymonds@golang.org> wrote: > I don't think ...
13 years, 3 months ago (2011-11-21 21:57:52 UTC) #8
rsc
I looked into my entity group program. I found that the only way to make ...
13 years, 3 months ago (2011-11-21 22:03:30 UTC) #9
bradfitz
On Mon, Nov 21, 2011 at 5:03 PM, Russ Cox <rsc@golang.org> wrote: > I looked ...
13 years, 3 months ago (2011-11-21 22:10:17 UTC) #10
dsymonds
On Tue, Nov 22, 2011 at 9:03 AM, Russ Cox <rsc@golang.org> wrote: > I looked ...
13 years, 3 months ago (2011-11-21 22:10:27 UTC) #11
adg
http://codereview.appspot.com/5416056/diff/1007/misc/dashboard/ndashboard/build/build.go File misc/dashboard/ndashboard/build/build.go (right): http://codereview.appspot.com/5416056/diff/1007/misc/dashboard/ndashboard/build/build.go#newcode12 misc/dashboard/ndashboard/build/build.go:12: // Commit describes an individual commit in a repository. ...
13 years, 3 months ago (2011-11-21 23:04:19 UTC) #12
adg
I added some words about entity groups. In short, all Commits and Results for a ...
13 years, 3 months ago (2011-11-21 23:06:06 UTC) #13
adg
Hello rsc@golang.org, r@golang.org, dsymonds@golang.org, bradfitz@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 3 months ago (2011-11-21 23:14:29 UTC) #14
rsc
http://codereview.appspot.com/5416056/diff/16001/misc/dashboard/ndashboard/build/build.go File misc/dashboard/ndashboard/build/build.go (right): http://codereview.appspot.com/5416056/diff/16001/misc/dashboard/ndashboard/build/build.go#newcode13 misc/dashboard/ndashboard/build/build.go:13: type Repo struct { Is this really a repository, ...
13 years, 3 months ago (2011-11-21 23:16:53 UTC) #15
adg
http://codereview.appspot.com/5416056/diff/16001/misc/dashboard/ndashboard/build/build.go File misc/dashboard/ndashboard/build/build.go (right): http://codereview.appspot.com/5416056/diff/16001/misc/dashboard/ndashboard/build/build.go#newcode13 misc/dashboard/ndashboard/build/build.go:13: type Repo struct { On 2011/11/21 23:16:53, rsc wrote: ...
13 years, 3 months ago (2011-11-21 23:23:08 UTC) #16
adg
13 years, 3 months ago (2011-11-21 23:23:09 UTC) #17
adg
Hello rsc@golang.org, r@golang.org, dsymonds@golang.org, bradfitz@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 3 months ago (2011-11-21 23:23:27 UTC) #18
dsymonds
http://codereview.appspot.com/5416056/diff/18004/misc/dashboard/ndashboard/build/build.go File misc/dashboard/ndashboard/build/build.go (right): http://codereview.appspot.com/5416056/diff/18004/misc/dashboard/ndashboard/build/build.go#newcode12 misc/dashboard/ndashboard/build/build.go:12: // A Package describes a repository that is listed ...
13 years, 3 months ago (2011-11-21 23:59:17 UTC) #19
adg
http://codereview.appspot.com/5416056/diff/18004/misc/dashboard/ndashboard/build/build.go File misc/dashboard/ndashboard/build/build.go (right): http://codereview.appspot.com/5416056/diff/18004/misc/dashboard/ndashboard/build/build.go#newcode12 misc/dashboard/ndashboard/build/build.go:12: // A Package describes a repository that is listed ...
13 years, 3 months ago (2011-11-22 04:04:54 UTC) #20
dsymonds
LGTM http://codereview.appspot.com/5416056/diff/15002/misc/dashboard/ndashboard/build/build.go File misc/dashboard/ndashboard/build/build.go (right): http://codereview.appspot.com/5416056/diff/15002/misc/dashboard/ndashboard/build/build.go#newcode50 misc/dashboard/ndashboard/build/build.go:50: key := fmt.Sprintf("%s:%s", com.PackagePath, com.Hash) key := com.PackagePath ...
13 years, 3 months ago (2011-11-22 04:19:10 UTC) #21
adg
On 22 November 2011 15:19, <dsymonds@golang.org> wrote: > http://codereview.appspot.com/5416056/diff/15002/misc/dashboard/ndashboard/build/build.go > File misc/dashboard/ndashboard/build/build.go (right): > > ...
13 years, 3 months ago (2011-11-22 04:34:35 UTC) #22
rsc
LGTM Maybe the directory should just be 'app'. It is, after all, the App Engine ...
13 years, 3 months ago (2011-11-22 19:08:13 UTC) #23
adg
13 years, 3 months ago (2011-11-22 21:13:17 UTC) #24
*** Submitted as http://code.google.com/p/go/source/detail?r=6cff18b6d608 ***

dashboard: new Go dashboard data structure design

R=rsc, r, dsymonds, bradfitz
CC=golang-dev
http://codereview.appspot.com/5416056
Sign in to reply to this message.

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