|
rework state charm usage
* Nothing has CharmURL or SetCharmURL methods any more
* Unit lost all upgrade-related methods
* Service.SetCharm also takes a force bool param
* Service.Charm returns a Charm with an additional Force field
* Service.WatchCharm produces the same thing that Service.Charm does
* oh, and, removed uniter/charm.UpgradingForced
https://code.launchpad.net/~fwereade/juju-core/rework-state-charms/+merge/120566
(do not edit description out of merge proposal)
Total comments: 4
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+211 lines, -312 lines) |
Patch |
 |
A |
[revision details]
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cmd/juju/deploy_test.go
|
View
|
1
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cmd/juju/status.go
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
state/service.go
|
View
|
1
2
|
4 chunks |
+51 lines, -42 lines |
0 comments
|
Download
|
 |
M |
state/service_test.go
|
View
|
1
2
|
2 chunks |
+66 lines, -10 lines |
0 comments
|
Download
|
 |
M |
state/state.go
|
View
|
1
2
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
state/state_test.go
|
View
|
1
|
1 chunk |
+7 lines, -4 lines |
0 comments
|
Download
|
 |
M |
state/unit.go
|
View
|
1
2
|
5 chunks |
+9 lines, -89 lines |
0 comments
|
Download
|
 |
M |
state/unit_test.go
|
View
|
|
3 chunks |
+9 lines, -106 lines |
0 comments
|
Download
|
 |
M |
state/watcher.go
|
View
|
1
|
2 chunks |
+52 lines, -48 lines |
0 comments
|
Download
|
 |
M |
state/watcher/watcher_test.go
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
worker/uniter/charm/charm.go
|
View
|
|
1 chunk |
+5 lines, -6 lines |
0 comments
|
Download
|
Total messages: 5
|