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

Issue 6428061: cmd/juju: factor out deploy functionality into juju package

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 9 months ago by rog
Modified:
11 years, 8 months ago
Reviewers:
mp+115956
Visibility:
Public.

Description

cmd/juju: factor out deploy functionality into juju package https://code.launchpad.net/~rogpeppe/juju-core/juju-deploy/+merge/115956 (do not edit description out of merge proposal)

Patch Set 1 #

Patch Set 2 : cmd/juju: factor out deploy functionality into juju package #

Total comments: 17

Patch Set 3 : cmd/juju: factor out deploy functionality into juju package #

Total comments: 4

Patch Set 4 : cmd/juju: factor out deploy functionality into juju package #

Patch Set 5 : cmd/juju: factor out deploy functionality into juju package #

Total comments: 8

Patch Set 6 : cmd/juju: factor out deploy functionality into juju package #

Total comments: 6

Patch Set 7 : cmd/juju: factor out deploy functionality into juju package #

Total comments: 1

Patch Set 8 : cmd/juju: factor out deploy functionality into juju package #

Patch Set 9 : cmd/juju: factor out deploy functionality into juju package #

Unified diffs Side-by-side diffs Delta from patch set Stats (+387 lines, -152 lines) Patch
A [revision details] View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
M charm/config.go View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M charm/dir.go View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M cmd/juju/deploy.go View 1 2 3 4 5 6 7 2 chunks +18 lines, -135 lines 0 comments Download
M cmd/juju/deploy_test.go View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M environs/config/config.go View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M environs/config/config_test.go View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M environs/tools_test.go View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M juju/conn_test.go View 1 2 3 4 5 4 chunks +11 lines, -9 lines 0 comments Download
A juju/deploy.go View 1 2 3 4 5 6 7 1 chunk +146 lines, -0 lines 0 comments Download
A juju/deploy_test.go View 1 2 3 4 5 6 1 chunk +182 lines, -0 lines 0 comments Download
M schema/schema.go View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M testing/charm.go View 1 2 3 2 chunks +18 lines, -0 lines 0 comments Download
M testing/zk.go View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 11
fwereade
Generally good, couple of suggestions. https://codereview.appspot.com/6428061/diff/4001/cmd/juju/cmd_test.go File cmd/juju/cmd_test.go (right): https://codereview.appspot.com/6428061/diff/4001/cmd/juju/cmd_test.go#newcode213 cmd/juju/cmd_test.go:213: &DeployCommand{UpgradeCharm: true}, Was changed ...
11 years, 9 months ago (2012-07-20 13:26:50 UTC) #1
dfc
LGTM. https://codereview.appspot.com/6428061/diff/6008/cmd/juju/deploy.go File cmd/juju/deploy.go (right): https://codereview.appspot.com/6428061/diff/6008/cmd/juju/deploy.go#newcode86 cmd/juju/deploy.go:86: // TODO get default series from state environ ...
11 years, 9 months ago (2012-07-24 08:22:14 UTC) #2
rog
Please take a look. https://codereview.appspot.com/6428061/diff/4001/cmd/juju/cmd_test.go File cmd/juju/cmd_test.go (right): https://codereview.appspot.com/6428061/diff/4001/cmd/juju/cmd_test.go#newcode213 cmd/juju/cmd_test.go:213: &DeployCommand{UpgradeCharm: true}, On 2012/07/20 13:26:50, ...
11 years, 9 months ago (2012-07-24 15:17:54 UTC) #3
dfc
LGTM. I think you should create a separate branch for the gofmt and test changes. ...
11 years, 9 months ago (2012-07-24 15:31:15 UTC) #4
rog
https://codereview.appspot.com/6428061/diff/5007/charm/dir.go File charm/dir.go (right): https://codereview.appspot.com/6428061/diff/5007/charm/dir.go#newcode110 charm/dir.go:110: // It is conventional to give charm bundle files ...
11 years, 9 months ago (2012-07-24 17:27:28 UTC) #5
rog
Please take a look.
11 years, 9 months ago (2012-07-24 17:37:18 UTC) #6
niemeyer
Good stuff. Only a few trivials for us to talk about. https://codereview.appspot.com/6428061/diff/5007/juju/deploy.go File juju/deploy.go (right): ...
11 years, 9 months ago (2012-07-24 18:31:45 UTC) #7
rog
Please take a look. https://codereview.appspot.com/6428061/diff/5007/juju/deploy.go File juju/deploy.go (right): https://codereview.appspot.com/6428061/diff/5007/juju/deploy.go#newcode17 juju/deploy.go:17: func (conn *Conn) NewService(sch *state.Charm, ...
11 years, 8 months ago (2012-07-25 10:24:37 UTC) #8
niemeyer
LGTM. Only a trivial in the doc: https://codereview.appspot.com/6428061/diff/17001/juju/deploy.go File juju/deploy.go (right): https://codereview.appspot.com/6428061/diff/17001/juju/deploy.go#newcode15 juju/deploy.go:15: // NewService ...
11 years, 8 months ago (2012-07-25 10:29:58 UTC) #9
rog
Please take a look.
11 years, 8 months ago (2012-07-25 11:14:47 UTC) #10
rog
11 years, 8 months ago (2012-07-25 11:16:54 UTC) #11
*** Submitted:

cmd/juju: factor out deploy functionality into juju package

R=fwereade, dfc, niemeyer
CC=
https://codereview.appspot.com/6428061
Sign in to reply to this message.

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