You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2016/02/01 18:50:22 UTC

[06/50] [abbrv] brooklyn-server git commit: This closes #852

This closes #852


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/40281e0f
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/40281e0f
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/40281e0f

Branch: refs/heads/0.8.0-incubating
Commit: 40281e0fbee058f70c3d5b5f18aafa0ae1da39c2
Parents: 4f3be27 177ddd9
Author: Sam Corbett <sa...@cloudsoftcorp.com>
Authored: Mon Aug 24 09:53:22 2015 +0100
Committer: Sam Corbett <sa...@cloudsoftcorp.com>
Committed: Mon Aug 24 09:53:22 2015 +0100

----------------------------------------------------------------------
 .../api/location/MachineManagementMixins.java   |   5 +-
 .../core/location/BasicLocationRegistry.java    |   2 +-
 .../location/byon/ByonLocationResolver.java     |   9 +-
 .../location/byon/ByonLocationResolverTest.java |  14 +-
 .../location/jclouds/JcloudsLocation.java       | 169 ++++++++++++++-----
 .../jclouds/AbstractJcloudsLiveTest.java        |  15 ++
 .../JcloudsLocationRebindMachineLiveTest.java   | 138 ---------------
 .../JcloudsLocationRegisterMachineLiveTest.java | 144 ++++++++++++++++
 ...udsLocationSuspendResumeMachineLiveTest.java |  62 +++++++
 .../rest/resources/LocationResource.java        |  25 +--
 10 files changed, 380 insertions(+), 203 deletions(-)
----------------------------------------------------------------------