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

Issue 10250044: Implement container lifecycle watcher (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 10 months ago by wallyworld
Modified:
11 years, 9 months ago
Reviewers:
fwereade, mp+169100, thumper
Visibility:
Public.

Description

Implement container lifecycle watcher Provide the ability to watch for container lifecycle events for a machine. https://code.launchpad.net/~wallyworld/juju-core/container-watcher/+merge/169100 Requires: https://code.launchpad.net/~wallyworld/juju-core/container-status/+merge/169096 (do not edit description out of merge proposal)

Patch Set 1 #

Total comments: 6

Patch Set 2 : Implement container lifecycle watcher #

Unified diffs Side-by-side diffs Delta from patch set Stats (+673 lines, -260 lines) Patch
M .lbox.check View 1 1 chunk +1 line, -1 line 0 comments Download
A [revision details] View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cmd/juju/plugin_test.go View 1 4 chunks +3 lines, -2 lines 0 comments Download
M cmd/juju/status.go View 1 10 chunks +88 lines, -45 lines 0 comments Download
M cmd/juju/status_test.go View 1 3 chunks +97 lines, -0 lines 0 comments Download
M environs/azure/environ.go View 1 3 chunks +6 lines, -5 lines 0 comments Download
M environs/azure/instance.go View 1 2 chunks +2 lines, -2 lines 0 comments Download
M environs/dummy/environs.go View 1 16 chunks +20 lines, -19 lines 0 comments Download
M environs/ec2/ec2.go View 1 17 chunks +29 lines, -28 lines 0 comments Download
M environs/ec2/export_test.go View 1 3 chunks +6 lines, -5 lines 0 comments Download
M environs/ec2/live_test.go View 1 5 chunks +7 lines, -6 lines 0 comments Download
M environs/interface.go View 1 5 chunks +6 lines, -35 lines 0 comments Download
M environs/jujutest/livetests.go View 1 9 chunks +9 lines, -8 lines 0 comments Download
M environs/jujutest/tests.go View 1 2 chunks +2 lines, -1 line 0 comments Download
M environs/maas/environ.go View 1 10 chunks +12 lines, -11 lines 0 comments Download
M environs/maas/environ_test.go View 1 4 chunks +5 lines, -4 lines 0 comments Download
M environs/maas/instance.go View 1 2 chunks +2 lines, -2 lines 0 comments Download
M environs/openstack/local_test.go View 1 3 chunks +3 lines, -2 lines 0 comments Download
M environs/openstack/provider.go View 1 20 chunks +29 lines, -28 lines 0 comments Download
M environs/openstack/provider_test.go View 1 3 chunks +4 lines, -4 lines 0 comments Download
A instance/instance.go View 1 1 chunk +41 lines, -0 lines 0 comments Download
M juju/testing/conn.go View 1 2 chunks +2 lines, -1 line 0 comments Download
M state/container.go View 1 3 chunks +15 lines, -3 lines 0 comments Download
M state/export_test.go View 1 1 chunk +4 lines, -0 lines 0 comments Download
M state/machine.go View 1 2 chunks +13 lines, -2 lines 0 comments Download
M state/machine_test.go View 1 1 chunk +9 lines, -0 lines 0 comments Download
M state/state.go View 1 1 chunk +43 lines, -4 lines 0 comments Download
M state/state_test.go View 1 5 chunks +132 lines, -1 line 0 comments Download
M state/watcher.go View 1 7 chunks +28 lines, -16 lines 0 comments Download
M state/watcher/watcher.go View 1 3 chunks +16 lines, -4 lines 0 comments Download
M state/watcher/watcher_test.go View 1 1 chunk +16 lines, -0 lines 0 comments Download
M worker/firewaller/firewaller_test.go View 1 3 chunks +3 lines, -3 lines 0 comments Download
M worker/provisioner/broker.go View 1 2 chunks +4 lines, -4 lines 0 comments Download
M worker/provisioner/provisioner_task.go View 1 7 chunks +10 lines, -10 lines 0 comments Download
M worker/provisioner/provisioner_test.go View 1 3 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 5
wallyworld
Please take a look.
11 years, 10 months ago (2013-06-13 03:58:48 UTC) #1
fwereade
LGTM -- this will clearly work ok -- but I'd be pleased if you were ...
11 years, 10 months ago (2013-06-13 15:04:01 UTC) #2
thumper
LGTM - but you should merge trunk first, and I'd love to see your new ...
11 years, 9 months ago (2013-06-14 02:07:47 UTC) #3
wallyworld
Please take a look. https://codereview.appspot.com/10250044/diff/1/state/state.go File state/state.go (right): https://codereview.appspot.com/10250044/diff/1/state/state.go#newcode74 state/state.go:74: validMachine = regexp.MustCompile("^(0|[1-9][0-9]*)(/[a-z]+/(0|[1-9][0-9]*))*$") On 2013/06/14 ...
11 years, 9 months ago (2013-06-17 00:03:14 UTC) #4
fwereade
11 years, 9 months ago (2013-06-17 13:36:13 UTC) #5
The diff is all messed up, but LGTM on the understanding that the real changes
are just in state and state/watcher.
Sign in to reply to this message.

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