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

Issue 13053043: environs/*: move providers into provider

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 8 months ago by rog
Modified:
10 years, 8 months ago
Reviewers:
dimitern, mp+180589, natefinch
Visibility:
Public.

Description

environs/*: move providers into provider The environs name space is getting very cluttered. This cleans it up a little and makes it easier to enumerate all provider implementations. https://code.launchpad.net/~rogpeppe/juju-core/367-environs-provider-move/+merge/180589 (do not edit description out of merge proposal)

Patch Set 1 #

Patch Set 2 : environs/*: move providers into provider #

Total comments: 37

Patch Set 3 : environs/*: move providers into provider #

Patch Set 4 : environs/*: move providers into provider #

Patch Set 5 : environs/*: move providers into provider #

Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -48 lines) Patch
A [revision details] View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M agent/tools/storage_test.go View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cmd/builddb/main.go View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cmd/juju/bootstrap.go View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cmd/juju/bootstrap_test.go View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cmd/juju/cmd_test.go View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cmd/juju/main.go View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cmd/juju/main_test.go View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cmd/juju/synctools_test.go View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cmd/jujud/machine.go View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M cmd/jujud/machine_test.go View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cmd/jujud/main.go View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cmd/plugins/juju-metadata/metadata.go View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M environs/boilerplate_config_test.go View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M environs/config_test.go View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M environs/emptystorage_test.go View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M environs/mongo_test.go View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M environs/open_test.go View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M environs/sync/sync.go View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M environs/sync/sync_test.go View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M environs/tools_test.go View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M juju/apiconn_test.go View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M juju/conn_test.go View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M juju/testing/conn.go View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M provider/all/all.go View 1 2 3 4 1 chunk +5 lines, -5 lines 0 comments Download
M provider/dummy/config_test.go View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M provider/dummy/environs_test.go View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M provider/ec2/live_test.go View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M provider/ec2/local_test.go View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M provider/ec2/storage_test.go View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M provider/local/config_test.go View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M provider/local/environ_test.go View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M provider/local/environprovider.go View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M provider/local/environprovider_test.go View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M provider/local/local_test.go View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M provider/openstack/live_test.go View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M provider/openstack/local_test.go View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M provider/openstack/provider_test.go View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M worker/firewaller/firewaller_test.go View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M worker/provisioner/provisioner_test.go View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M worker/upgrader/upgrader_test.go View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 7
rog
Please take a look.
10 years, 8 months ago (2013-08-16 15:07:26 UTC) #1
natefinch
LGTM, bonus points for fixing the import sorting in the spots I pointed out. https://codereview.appspot.com/13053043/diff/1040/environs/provider/dummy/environs_test.go ...
10 years, 8 months ago (2013-08-16 15:20:45 UTC) #2
dimitern
LGTM. Please, at least fix the order and separation of imports here noted. Since the ...
10 years, 8 months ago (2013-08-16 16:09:36 UTC) #3
rog
Please take a look. https://codereview.appspot.com/13053043/diff/1040/cmd/juju/cmd_test.go File cmd/juju/cmd_test.go (right): https://codereview.appspot.com/13053043/diff/1040/cmd/juju/cmd_test.go#newcode11 cmd/juju/cmd_test.go:11: . "launchpad.net/gocheck" On 2013/08/16 16:09:36, ...
10 years, 8 months ago (2013-08-16 16:23:32 UTC) #4
rog
Please take a look.
10 years, 8 months ago (2013-08-16 16:30:38 UTC) #5
rog
On 17 August 2013 10:39, Dave Cheney <david.cheney@canonical.com> wrote: > NOT LGTM. Please use juju-core/providers, ...
10 years, 8 months ago (2013-08-19 12:54:48 UTC) #6
rog
10 years, 8 months ago (2013-08-19 13:31:52 UTC) #7
Please take a look.
Sign in to reply to this message.

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