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

Issue 6202060: state: add WatchMachines (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 12 months ago by dave
Modified:
11 years, 12 months ago
Reviewers:
mp+105101
Visibility:
Public.

Description

state: add WatchMachines https://code.launchpad.net/~dave-cheney/juju/go-machine-state-watcher/+merge/105101 (do not edit description out of merge proposal)

Patch Set 1 #

Patch Set 2 : state: add WatchMachine #

Total comments: 5

Patch Set 3 : state: add WatchMachine #

Total comments: 2

Patch Set 4 : state: add WatchMachine #

Patch Set 5 : state: add WatchMachine #

Patch Set 6 : state: add WatchMachine #

Patch Set 7 : state: add WatchMachine #

Total comments: 2

Patch Set 8 : state: add WatchMachine #

Total comments: 8

Patch Set 9 : state: add WatchMachine #

Patch Set 10 : state: add WatchMachines #

Patch Set 11 : state: add WatchMachines #

Unified diffs Side-by-side diffs Delta from patch set Stats (+131 lines, -2 lines) Patch
A [revision details] View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download
M state/machine.go View 1 2 3 4 5 6 7 8 2 chunks +7 lines, -2 lines 0 comments Download
M state/state.go View 1 2 3 4 5 6 7 8 1 chunk +5 lines, -0 lines 0 comments Download
M state/watcher.go View 1 2 3 4 5 6 7 8 1 chunk +64 lines, -0 lines 0 comments Download
M state/watcher_test.go View 1 2 3 4 5 6 7 8 2 chunks +53 lines, -0 lines 0 comments Download

Messages

Total messages: 18
dave_cheney.net
Please take a look.
11 years, 12 months ago (2012-05-08 18:23:04 UTC) #1
fwereade
LGTM modulo possible naming tweak. https://codereview.appspot.com/6202060/diff/2001/state/watcher.go File state/watcher.go (right): https://codereview.appspot.com/6202060/diff/2001/state/watcher.go#newcode297 state/watcher.go:297: type MachineWatcher struct { ...
11 years, 12 months ago (2012-05-08 18:37:45 UTC) #2
rog
LGTM https://codereview.appspot.com/6202060/diff/2001/state/watcher.go File state/watcher.go (right): https://codereview.appspot.com/6202060/diff/2001/state/watcher.go#newcode297 state/watcher.go:297: type MachineWatcher struct { On 2012/05/08 18:37:45, fwereade ...
11 years, 12 months ago (2012-05-08 18:47:33 UTC) #3
dave_cheney.net
Please take a look.
11 years, 12 months ago (2012-05-08 18:49:38 UTC) #4
dave_cheney.net
Please take a look. https://codereview.appspot.com/6202060/diff/2001/state/watcher.go File state/watcher.go (right): https://codereview.appspot.com/6202060/diff/2001/state/watcher.go#newcode297 state/watcher.go:297: type MachineWatcher struct { On ...
11 years, 12 months ago (2012-05-08 18:54:22 UTC) #5
TheMue
LGTM, only one little comment. https://codereview.appspot.com/6202060/diff/1005/state/state.go File state/state.go (right): https://codereview.appspot.com/6202060/diff/1005/state/state.go#newcode62 state/state.go:62: return newMachinesWatcher(s, "/machines") Typically ...
11 years, 12 months ago (2012-05-08 18:54:23 UTC) #6
dave_cheney.net
https://codereview.appspot.com/6202060/diff/1005/state/state.go File state/state.go (right): https://codereview.appspot.com/6202060/diff/1005/state/state.go#newcode62 state/state.go:62: return newMachinesWatcher(s, "/machines") A method, or a constant ? ...
11 years, 12 months ago (2012-05-08 18:59:37 UTC) #7
dave_cheney.net
Please take a look.
11 years, 12 months ago (2012-05-08 19:03:21 UTC) #8
dave_cheney.net
Please take a look.
11 years, 12 months ago (2012-05-08 19:05:37 UTC) #9
dave_cheney.net
Please take a look.
11 years, 12 months ago (2012-05-08 19:31:12 UTC) #10
fwereade
LGTM
11 years, 12 months ago (2012-05-08 19:37:40 UTC) #11
TheMue
One little last comment. https://codereview.appspot.com/6202060/diff/13001/state/machine.go File state/machine.go (right): https://codereview.appspot.com/6202060/diff/13001/state/machine.go#newcode63 state/machine.go:63: func zkMachinesPath() string { return ...
11 years, 12 months ago (2012-05-08 19:39:15 UTC) #12
dave_cheney.net
Please take a look. https://codereview.appspot.com/6202060/diff/13001/state/machine.go File state/machine.go (right): https://codereview.appspot.com/6202060/diff/13001/state/machine.go#newcode63 state/machine.go:63: func zkMachinesPath() string { return ...
11 years, 12 months ago (2012-05-08 19:42:35 UTC) #13
TheMue
LGTM
11 years, 12 months ago (2012-05-08 19:43:59 UTC) #14
niemeyer
Woohay first branch! :) https://codereview.appspot.com/6202060/diff/11002/state/machine.go File state/machine.go (right): https://codereview.appspot.com/6202060/diff/11002/state/machine.go#newcode64 state/machine.go:64: func zkMachinesPath() string { return ...
11 years, 12 months ago (2012-05-09 17:26:34 UTC) #15
dave_cheney.net
Please take a look. https://codereview.appspot.com/6202060/diff/11002/state/machine.go File state/machine.go (right): https://codereview.appspot.com/6202060/diff/11002/state/machine.go#newcode64 state/machine.go:64: func zkMachinesPath() string { return ...
11 years, 12 months ago (2012-05-09 17:50:24 UTC) #16
niemeyer
Thanks. LGTM!
11 years, 12 months ago (2012-05-09 18:41:00 UTC) #17
dave_cheney.net
11 years, 12 months ago (2012-05-09 19:16:36 UTC) #18
*** Submitted:

state: add WatchMachines

R=fwereade, rog, TheMue, niemeyer
CC=
https://codereview.appspot.com/6202060
Sign in to reply to this message.

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