Merge lp://staging/~dimitern/juju-core/138-api-remove-deprecated-1.14 into lp://staging/~go-bot/juju-core/trunk
Proposed by
Dimiter Naydenov
Status: | Work in progress |
---|---|
Proposed branch: | lp://staging/~dimitern/juju-core/138-api-remove-deprecated-1.14 |
Merge into: | lp://staging/~go-bot/juju-core/trunk |
Prerequisite: | lp://staging/~dimitern/juju-core/137-fix-state-imports |
Diff against target: |
474 lines (+40/-300) 9 files modified
state/api/params/internal.go (+0/-33) state/apiserver/common/setstatus.go (+0/-5) state/apiserver/common/setstatus_test.go (+0/-18) state/apiserver/machine/agent.go (+0/-77) state/apiserver/machine/agent_test.go (+0/-99) state/apiserver/machine/common_test.go (+0/-45) state/apiserver/machiner/machiner.go (+1/-1) state/apiserver/machiner/machiner_test.go (+36/-8) state/apiserver/root.go (+3/-14) |
To merge this branch: | bzr merge lp://staging/~dimitern/juju-core/138-api-remove-deprecated-1.14 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Juju Engineering | Pending | ||
Review via email: mp+185531@code.staging.launchpad.net |
Description of the change
api: Removed DEPRECATED(v1.14) code
Removed params types marked as deprecated in 1.14,
and also renamed apiserver/machine/ to the more
consistent apiserver/
facades.
To post a comment you must log in.
Reviewers: mp+185531_ code.launchpad. net,
Message:
Please take a look.
Description:
api: Removed DEPRECATED(v1.14) code
Removed params types marked as deprecated in 1.14, machiner/ , like the other
and also renamed apiserver/machine/ to the more
consistent apiserver/
facades.
https:/ /code.launchpad .net/~dimitern/ juju-core/ 138-api- remove- deprecated- 1.14/+merge/ 185531
Requires: /code.launchpad .net/~dimitern/ juju-core/ 137-fix- state-imports/ +merge/ 185519
https:/
(do not edit description out of merge proposal)
Please review this at https:/ /codereview. appspot. com/13700043/
Affected files (+42, -300 lines): params/ internal. go /common/ setstatus. go /common/ setstatus_ test.go /machine/ agent.go /machine/ agent_test. go /machine/ common_ test.go /machiner/ machiner. go /machiner/ machiner_ test.go /root.go
A [revision details]
M state/api/
M state/apiserver
M state/apiserver
D state/apiserver
D state/apiserver
D state/apiserver
M state/apiserver
M state/apiserver
M state/apiserver