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

Issue 7326053: code review 7326053: misc/dashboard/builder: various cleanups (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years ago by dave
Modified:
12 years ago
Reviewers:
CC:
adg, shanemhansen, Luit, golang-dev
Visibility:
Public.

Description

misc/dashboard/builder: various cleanups * allow commit watcher to be disabled, useful for small slow builders who will never be the first to notice a commit. * builders always update their local master working copy before cloning a specific revision. * refactor hg repo operations into a new type, Repo.

Patch Set 1 #

Patch Set 2 : diff -r e93de8482d59 https://code.google.com/p/go #

Patch Set 3 : diff -r e93de8482d59 https://code.google.com/p/go #

Patch Set 4 : diff -r e93de8482d59 https://code.google.com/p/go #

Patch Set 5 : diff -r e93de8482d59 https://code.google.com/p/go #

Total comments: 1

Patch Set 6 : diff -r e93de8482d59 https://code.google.com/p/go #

Total comments: 1

Patch Set 7 : diff -r a74b58b21d3f https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+214 lines, -193 lines) Patch
M misc/dashboard/builder/main.go View 1 2 3 4 5 6 18 chunks +66 lines, -193 lines 0 comments Download
A misc/dashboard/builder/vcs.go View 1 2 3 4 5 6 1 chunk +148 lines, -0 lines 0 comments Download

Messages

Total messages: 4
dave_cheney.net
Hello adg@golang.org, shanemhansen@gmail.com, luitvd@gmail.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
12 years ago (2013-02-20 09:07:18 UTC) #1
adg
LGTM Nuts, I thought I had submitted https://codereview.appspot.com/7174046 After you submit I'll bring it up ...
12 years ago (2013-02-21 00:50:09 UTC) #2
dave_cheney.net
*** Submitted as https://code.google.com/p/go/source/detail?r=bfb45be43e2b *** misc/dashboard/builder: various cleanups * allow commit watcher to be disabled, ...
12 years ago (2013-02-21 02:12:29 UTC) #3
dave_cheney.net
12 years ago (2013-02-21 02:13:15 UTC) #4
Done, please remerge 7174046

On Thu, Feb 21, 2013 at 11:50 AM,  <adg@golang.org> wrote:
> LGTM
>
> Nuts, I thought I had submitted https://codereview.appspot.com/7174046
>
> After you submit I'll bring it up to date, and would you mind reviewing
> it?
>
>
>
https://codereview.appspot.com/7326053/diff/13001/misc/dashboard/builder/vcs.go
> File misc/dashboard/builder/vcs.go (right):
>
>
https://codereview.appspot.com/7326053/diff/13001/misc/dashboard/builder/vcs....
> misc/dashboard/builder/vcs.go:140: var logByHash = map[string]*HgLog{}
> put this back beside the commitPoll method, which is the only thing that
> uses this. otherwise it's hard to guess who uses it
>
> https://codereview.appspot.com/7326053/
Sign in to reply to this message.

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