|
Expose more delta information
This exposes more unit attributes to the watchers. The only true additions in this branch are to the params.go file, and the associated test. After this change, much more (but unfortunately still not all) of the values we need will be exposed in the watcher.
The branch is very large because of mechanical changes that prevent circular imports. UnitStatus, Port, and ResolvedMode needed to move into the params package, and this required a very large number of mechanical import changes. The rest of the changes in this branch, other than some test fix-ups in megawatcher_internal_test.go, are just these mechanical changes to handle the new location.
https://code.launchpad.net/~gary/juju-core/more-info/+merge/156406
(do not edit description out of merge proposal)
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+409 lines, -341 lines) |
Patch |
 |
A |
[revision details]
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cmd/builddb/main.go
|
View
|
|
3 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cmd/juju/resolved_test.go
|
View
|
|
4 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
M |
cmd/juju/status.go
|
View
|
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cmd/juju/status_test.go
|
View
|
|
3 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cmd/jujud/unit_test.go
|
View
|
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
environs/dummy/environs.go
|
View
|
|
12 chunks |
+13 lines, -12 lines |
0 comments
|
Download
|
 |
M |
environs/ec2/ec2.go
|
View
|
|
12 chunks |
+12 lines, -11 lines |
0 comments
|
Download
|
 |
M |
environs/interface.go
|
View
|
|
3 chunks |
+7 lines, -6 lines |
0 comments
|
Download
|
 |
M |
environs/jujutest/livetests.go
|
View
|
|
3 chunks |
+25 lines, -24 lines |
0 comments
|
Download
|
 |
M |
environs/openstack/provider.go
|
View
|
|
10 chunks |
+11 lines, -10 lines |
0 comments
|
Download
|
 |
M |
juju/conn.go
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
juju/conn_test.go
|
View
|
|
3 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
state/api/params/params.go
|
View
|
|
1 chunk |
+43 lines, -2 lines |
0 comments
|
Download
|
 |
M |
state/api/params/params_test.go
|
View
|
1
|
2 chunks |
+21 lines, -1 line |
0 comments
|
Download
|
 |
M |
state/apiserver/api_test.go
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
state/machine_test.go
|
View
|
|
5 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
state/megawatcher_internal_test.go
|
View
|
|
4 chunks |
+21 lines, -5 lines |
0 comments
|
Download
|
 |
M |
state/service.go
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
state/state_test.go
|
View
|
|
2 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
state/statecmd/resolved.go
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
state/statecmd/resolved_test.go
|
View
|
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
state/unit.go
|
View
|
|
13 chunks |
+20 lines, -51 lines |
0 comments
|
Download
|
 |
M |
state/unit_test.go
|
View
|
|
9 chunks |
+49 lines, -48 lines |
0 comments
|
Download
|
 |
M |
worker/firewaller/firewaller.go
|
View
|
|
16 chunks |
+18 lines, -17 lines |
0 comments
|
Download
|
 |
M |
worker/firewaller/firewaller_test.go
|
View
|
|
24 chunks |
+35 lines, -34 lines |
0 comments
|
Download
|
 |
M |
worker/uniter/filter.go
|
View
|
|
7 chunks |
+9 lines, -8 lines |
0 comments
|
Download
|
 |
M |
worker/uniter/filter_test.go
|
View
|
|
5 chunks |
+8 lines, -7 lines |
0 comments
|
Download
|
 |
M |
worker/uniter/modes.go
|
View
|
|
7 chunks |
+8 lines, -7 lines |
0 comments
|
Download
|
 |
M |
worker/uniter/uniter_test.go
|
View
|
|
32 chunks |
+54 lines, -53 lines |
0 comments
|
Download
|
Total messages: 5
|