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

Issue 155730043: code review 155730043: go.tools/dashboard/watcher: commit watcher rewrite (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 6 months ago by adg
Modified:
10 years, 5 months ago
Reviewers:
bradfitz
CC:
bradfitz, brainman, dvyukov, golang-codereviews
Visibility:
Public.

Description

go.tools/dashboard/watcher: commit watcher rewrite

Patch Set 1 #

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

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

Total comments: 1

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

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

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

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

Total comments: 3

Patch Set 8 : diff -r 1781216667a64f04a9cbe33ab5484973148241bb https://code.google.com/p/go.tools #

Patch Set 9 : diff -r 1781216667a64f04a9cbe33ab5484973148241bb https://code.google.com/p/go.tools #

Total comments: 6

Patch Set 10 : diff -r 1781216667a64f04a9cbe33ab5484973148241bb https://code.google.com/p/go.tools #

Patch Set 11 : diff -r 1781216667a64f04a9cbe33ab5484973148241bb https://code.google.com/p/go.tools #

Patch Set 12 : diff -r 1781216667a64f04a9cbe33ab5484973148241bb https://code.google.com/p/go.tools #

Patch Set 13 : diff -r 1781216667a64f04a9cbe33ab5484973148241bb https://code.google.com/p/go.tools #

Patch Set 14 : diff -r 1781216667a64f04a9cbe33ab5484973148241bb https://code.google.com/p/go.tools #

Patch Set 15 : diff -r 1781216667a64f04a9cbe33ab5484973148241bb https://code.google.com/p/go.tools #

Total comments: 31

Patch Set 16 : diff -r 0732e60486ac68f13059ec7d805e6c086299bb0a https://code.google.com/p/go.tools #

Patch Set 17 : diff -r 0732e60486ac68f13059ec7d805e6c086299bb0a https://code.google.com/p/go.tools #

Patch Set 18 : diff -r 0732e60486ac68f13059ec7d805e6c086299bb0a https://code.google.com/p/go.tools #

Total comments: 30

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+591 lines, -0 lines) Patch
M dashboard/README View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +2 lines, -0 lines 0 comments Download
A dashboard/watcher/watcher.go View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +589 lines, -0 lines 0 comments Download

Messages

Total messages: 19
adg
Hello bradfitz (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go.tools
10 years, 6 months ago (2014-10-03 01:47:11 UTC) #1
adg
Hello bradfitz@golang.org (cc: golang-codereviews@googlegroups.com), Please take another look.
10 years, 6 months ago (2014-10-03 02:37:34 UTC) #2
brainman
Pass by comment. Alex https://codereview.appspot.com/155730043/diff/40001/dashboard/watcher/watcher.go File dashboard/watcher/watcher.go (right): https://codereview.appspot.com/155730043/diff/40001/dashboard/watcher/watcher.go#newcode103 dashboard/watcher/watcher.go:103: b.postNewCommits() Don't want to handle ...
10 years, 6 months ago (2014-10-03 03:02:32 UTC) #3
adg
Hello bradfitz@golang.org, alex.brainman@gmail.com (cc: golang-codereviews@googlegroups.com), Please take another look.
10 years, 6 months ago (2014-10-03 03:05:25 UTC) #4
bradfitz
update dashboard/README too https://codereview.appspot.com/155730043/diff/160001/dashboard/watcher/watcher.go File dashboard/watcher/watcher.go (right): https://codereview.appspot.com/155730043/diff/160001/dashboard/watcher/watcher.go#newcode31 dashboard/watcher/watcher.go:31: dashboard = flag.String("dash", "https://build.golang.org/", "Dashboard URL") ...
10 years, 6 months ago (2014-10-03 03:55:53 UTC) #5
brainman
https://codereview.appspot.com/155730043/diff/120001/dashboard/watcher/watcher.go File dashboard/watcher/watcher.go (right): https://codereview.appspot.com/155730043/diff/120001/dashboard/watcher/watcher.go#newcode76 dashboard/watcher/watcher.go:76: subrepos, err := subrepoList() I would move this up ...
10 years, 6 months ago (2014-10-03 04:01:20 UTC) #6
adg
PTAL https://codereview.appspot.com/155730043/diff/160001/dashboard/watcher/watcher.go File dashboard/watcher/watcher.go (right): https://codereview.appspot.com/155730043/diff/160001/dashboard/watcher/watcher.go#newcode31 dashboard/watcher/watcher.go:31: dashboard = flag.String("dash", "https://build.golang.org/", "Dashboard URL") On 2014/10/03 ...
10 years, 6 months ago (2014-10-03 04:05:17 UTC) #7
adg
https://codereview.appspot.com/155730043/diff/120001/dashboard/watcher/watcher.go File dashboard/watcher/watcher.go (right): https://codereview.appspot.com/155730043/diff/120001/dashboard/watcher/watcher.go#newcode173 dashboard/watcher/watcher.go:173: if next == nil { On 2014/10/03 04:01:20, brainman ...
10 years, 6 months ago (2014-10-03 04:11:38 UTC) #8
adg
Hello bradfitz@golang.org, alex.brainman@gmail.com (cc: golang-codereviews@googlegroups.com), Please take another look.
10 years, 6 months ago (2014-10-03 22:03:29 UTC) #9
dvyukov
https://codereview.appspot.com/155730043/diff/280001/dashboard/watcher/watcher.go File dashboard/watcher/watcher.go (right): https://codereview.appspot.com/155730043/diff/280001/dashboard/watcher/watcher.go#newcode140 dashboard/watcher/watcher.go:140: return err the watcher will die after a brief ...
10 years, 6 months ago (2014-10-04 08:26:06 UTC) #10
adg
https://codereview.appspot.com/155730043/diff/280001/dashboard/watcher/watcher.go File dashboard/watcher/watcher.go (right): https://codereview.appspot.com/155730043/diff/280001/dashboard/watcher/watcher.go#newcode140 dashboard/watcher/watcher.go:140: return err On 2014/10/04 08:26:06, dvyukov wrote: > the ...
10 years, 6 months ago (2014-10-04 08:32:27 UTC) #11
dvyukov
https://codereview.appspot.com/155730043/diff/280001/dashboard/watcher/watcher.go File dashboard/watcher/watcher.go (right): https://codereview.appspot.com/155730043/diff/280001/dashboard/watcher/watcher.go#newcode140 dashboard/watcher/watcher.go:140: return err On 2014/10/04 08:32:27, adg wrote: > On ...
10 years, 6 months ago (2014-10-04 08:36:00 UTC) #12
adg
https://codereview.appspot.com/155730043/diff/280001/dashboard/watcher/watcher.go File dashboard/watcher/watcher.go (right): https://codereview.appspot.com/155730043/diff/280001/dashboard/watcher/watcher.go#newcode140 dashboard/watcher/watcher.go:140: return err On 2014/10/04 08:36:00, dvyukov wrote: > On ...
10 years, 6 months ago (2014-10-04 08:39:23 UTC) #13
dvyukov
On 2014/10/04 08:39:23, adg wrote: > https://codereview.appspot.com/155730043/diff/280001/dashboard/watcher/watcher.go > File dashboard/watcher/watcher.go (right): > > https://codereview.appspot.com/155730043/diff/280001/dashboard/watcher/watcher.go#newcode140 > ...
10 years, 6 months ago (2014-10-04 08:43:11 UTC) #14
bradfitz
Initial comments.. Have to run. More later. https://codereview.appspot.com/155730043/diff/280001/dashboard/README File dashboard/README (right): https://codereview.appspot.com/155730043/diff/280001/dashboard/README#newcode13 dashboard/README:13: watcher/: a ...
10 years, 6 months ago (2014-10-04 19:35:06 UTC) #15
adg
PTAL https://codereview.appspot.com/155730043/diff/280001/dashboard/watcher/watcher.go File dashboard/watcher/watcher.go (right): https://codereview.appspot.com/155730043/diff/280001/dashboard/watcher/watcher.go#newcode30 dashboard/watcher/watcher.go:30: local = flag.String("local", "", "Local repo (for testing ...
10 years, 6 months ago (2014-10-05 03:12:15 UTC) #16
bradfitz
LGTM But see comments first. https://codereview.appspot.com/155730043/diff/340001/dashboard/README File dashboard/README (right): https://codereview.appspot.com/155730043/diff/340001/dashboard/README#newcode13 dashboard/README:13: watcher/: a daemon that ...
10 years, 5 months ago (2014-10-06 04:49:38 UTC) #17
adg
https://codereview.appspot.com/155730043/diff/340001/dashboard/README File dashboard/README (right): https://codereview.appspot.com/155730043/diff/340001/dashboard/README#newcode13 dashboard/README:13: watcher/: a daemon that watches for new commits int ...
10 years, 5 months ago (2014-10-06 05:26:57 UTC) #18
adg
10 years, 5 months ago (2014-10-06 05:33:19 UTC) #19
*** Submitted as
https://code.google.com/p/go/source/detail?r=8ef62ff7f1d5&repo=tools ***

go.tools/dashboard/watcher: commit watcher rewrite

LGTM=bradfitz
R=bradfitz, alex.brainman, dvyukov
CC=golang-codereviews
https://codereview.appspot.com/155730043
Sign in to reply to this message.

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